Skip to content

Releases: ftrackhq/ftrack-javascript

v1.8.0-alpha.1

19 Jul 08:51
Compare
Choose a tag to compare
v1.8.0-alpha.1 Pre-release
Pre-release

What's Changed

  • chore(deps): update dependency lint-staged to v13.2.3 by @renovate in #126
  • chore(deps): update dependency typescript to v5.1.6 by @renovate in #127
  • chore(deps): update dependency eslint to v8.44.0 by @renovate in #128
  • chore(deps): update yarn to v3.6.1 by @renovate in #129
  • chore(deps): Bump semver from 6.3.0 to 6.3.1 by @dependabot in #130

Known issues

CORS issues when using the event server in the browser, to be investigated

Full Changelog: v1.7.0...v1.8.0-alpha.1

v1.7.0

28 Jun 10:31
950638f
Compare
Choose a tag to compare

What's Changed

  • chore: dependency updates by @gismya in #125
  • feat: Implement asynchronous getSchemas method and prepare for not querying schemas and server information on initialization by @jimmycallin in #124

Full Changelog: v1.6.1...v1.7.0

v1.6.1

14 Jun 07:35
977c70f
Compare
Choose a tag to compare

What's Changed

  • fix: Single-part uploads not retried when request fails by @lucaas in #122

Full Changelog: v1.6.0...v1.6.1

v1.6.0

13 Jun 18:06
20f4600
Compare
Choose a tag to compare

What's Changed

  • feat: Support multi-part uploads in JS API by @lucaas in #115
  • chore(deps-dev): Bump vite from 4.3.8 to 4.3.9 by @dependabot in #120

Full Changelog: v1.5.0...v1.6.0

v1.5.0

02 Jun 11:39
36c02c1
Compare
Choose a tag to compare

What's Changed

  • feat: Allow aborting uploads using AbortSignal by @lucaas in #110
  • feat: add support for wildcards in subscriptions by @gismya in #106
  • fix: Session.call throws wrong error type for server errors by @mertkirbuga in #112
  • fix(typescript): type private methods as private by @gismya in #105
  • fix: TypeScript ESM compatibility fixes for moduleResolution: NodeNext by @jimmycallin in #107
  • chore(deps): update dependency prettier to v2.8.8 by @renovate in #102
  • chore(deps): update dependency vite-plugin-dts to v1.7.3 by @renovate in #103
  • chore(deps): update dependency vitest to v0.31.4 by @renovate in #119
  • chore(deps): update dependency jsdom to v21.1.2 by @renovate in #117
  • chore(deps): update dependency cross-fetch to v3.1.6 by @renovate in #116

New Contributors

Full Changelog: v1.4.7...v1.5.0

v1.5.0-beta.1

23 May 11:18
ceb68a7
Compare
Choose a tag to compare
v1.5.0-beta.1 Pre-release
Pre-release

What's Changed

This release brings two exciting updates to the Event Hub: Node.js support and support for wildcard subscription topics.
There have also been updates to the dependencies and module resolution fixes for TypeScript ESM compatibility.

List of commits

  • feat: add support for wildcards in subscriptions by @gismya in #106
  • feat: Replace socket.io-client by @gismya in #99
  • fix: TypeScript ESM compatibility fixes for moduleResolution: NodeNext by @jimmycallin in #107
  • chore(deps): update dependency prettier to v2.8.8 by @renovate in #102
  • chore(deps): update dependency vite-plugin-dts to v1.7.3 by @renovate in #103
  • fix(typescript): type private methods as private by @gismya in #105

Full Changelog: v1.4.7...v1.5.0-beta.1

v1.4.7

14 Apr 06:38
13479dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.1.4.6...v1.4.7

v1.4.6

04 Apr 09:39
b2e7961
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.5...v.1.4.6

v1.4.5

31 Mar 07:58
54a3462
Compare
Choose a tag to compare

What's Changed

  • feat(typescript): Add mixin to schema by @gismya in #91
  • fix: Library couldn't be imported as ES module by @jimmycallin in #92
  • feat(typescript): Use type discriminators for event payload. by @ffMathy in #89

Full Changelog: v1.4.4...v1.4.5

v1.4.4

21 Mar 15:44
d435bfb
Compare
Choose a tag to compare

What's Changed

  • feat: Improve strong-typing of Schema types by @ffMathy in #86

New Contributors

Full Changelog: v1.4.3...v1.4.4