Releases: ftrackhq/ftrack-python
Releases · ftrackhq/ftrack-python
v2.5.2
What's Changed
Full Changelog: v2.5.1...v2.5.2
v2.5.1
v2.5.0
What's Changed
- fix: Check for errors before parsing api json response by @nemanjab17 in #12
- chore: updated code examples on custom attribute config by @octavian-ionescu in #14
Full Changelog: v2.4.2...v2.4.3
v2.4.2
What's Changed
- chor: document Session auto_connect_event_hub behavior by @pboucher in #11
- fix: incomplete/incorrect headers sent when establishing event hub connection by @octavian-ionescu in #13
New Contributors
Full Changelog: v2.4.1...v2.4.2
v2.4.1
v2.4.0
What's Changed
- Bugfix/incorrect handling of reconnect in #6
- feature: Add support for strict API, passing headers and cookies to the session in #7 Strict API can be enabled by setting strict_api to True when creating a session. Strict API means that queries only return the data specified in the query projection. Headers and Cookies can be passed to the session object via arguments.
Full Changelog: 2.3.3...v2.4.0