Skip to content

Releases: weaviate/typescript-client

v2.1.1

26 Mar 09:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0 - Support for Weaviate 1.23

28 Feb 15:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

22 Nov 15:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v2.0.0

v1.6.0 - Support for Weaviate 1.22

31 Oct 10:58
Compare
Choose a tag to compare

What's Changed

  • [Snyk] Upgrade graphql-request from 5.1.0 to 5.2.0 by @aduis in #93
  • Handle existing scheme in host by @thomashacker in #88
  • fix: pass-through tenant when batch-creating cross-references by @flipace in #96
  • Adjusts tests to auto schema improvements by @aliszka in #98
  • [Snyk] Upgrade uuid from 9.0.0 to 9.0.1 by @aduis in #97

New Contributors

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

v1.5.0 - Support for Weaviate 1.21

22 Aug 15:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0 - Support for Weaviate v1.20

06 Jul 19:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.3...v1.4.0

v1.3.3 - Support Fetch in all Environments

14 Jun 20:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2 - Support for properties field in generative groupedResult field

26 May 18:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1 - Hybrid search with class properties

16 May 15:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0 - Better support for CommonJS and ESM

08 May 20:01
Compare
Choose a tag to compare

This release introduces the use of tsup to build the client in both CommonJS and ESM, exporting the use of both builds in the package.json. This is in contrast to the previous setup of a single build which attempts to accommodate both build targets.

This change fixes a broken setup which was discovered when trying to use the embedded client within an esm project, which was a result of the emitted JS containing both require and import statements.

New Features

Full Changelog: v1.2.0...v1.3.0