Skip to content

Releases: ftrackhq/ftrack-python

v2.5.2

20 Oct 06:32
053d66a
Compare
Choose a tag to compare

What's Changed

  • fix: theme not configured correctly by @torsdag in #22

Full Changelog: v2.5.1...v2.5.2

v2.5.1

11 Oct 13:54
8f7c460
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.5.1

v2.5.0

19 May 09:04
37dd373
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.2...v2.4.3

v2.4.2

28 Mar 16:17
ff83457
Compare
Choose a tag to compare

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

09 Feb 14:21
8d46a2f
Compare
Choose a tag to compare

What's Changed

  • fix: python 3.10 and 3.11 support in #9

Full Changelog: v2.4.0...v2.4.1

v2.4.0

09 Feb 11:53
3138779
Compare
Choose a tag to compare

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