Releases: weaviate/typescript-client
v2.1.1
What's Changed
- Add support for target vectors in hybrid queries by @joshdschneider in #114
New Contributors
- @joshdschneider made their first contribution in #114
Full Changelog: v2.1.0...v2.1.1
v2.1.0 - Support for Weaviate 1.23
What's Changed
- make changes for 1.23 support by @tsmith023 in #104
- Disable telemetry in test docker compose files by @parkerduckworth in #109
- Add support for named vectors in 1.24 release by @tsmith023 in #110
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- replace isomorphic-fetch with fetch by @tsmith023 in #99
Full Changelog: v1.6.0...v2.0.0
v1.6.0 - Support for Weaviate 1.22
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
- @aduis made their first contribution in #93
- @thomashacker made their first contribution in #88
- @flipace made their first contribution in #96
Full Changelog: v1.5.0...v1.6.0
v1.5.0 - Support for Weaviate 1.21
What's Changed
- instance_version_warning by @Abhijithchintu in #81
- Activate deactivate tenants support by @aliszka in #83
- ContainsAny & ContainsAll Filter Operators by @antas-marcin in #85
- Add nearMedia filters for multi2vec-bind model by @tsmith023 in #89
- Adds
.withConsistencyLevel
to.checker
class by @tsmith023 in #90 - Adds
.deleteAll
convenience method toclient.schema
by @tsmith023 in #91
New Contributors
- @Abhijithchintu made their first contribution in #81
Full Changelog: v1.4.0...v1.5.0
v1.4.0 - Support for Weaviate v1.20
What's Changed
- Add method to check if class exists by @tsmith023 in #70
- Fix client data checker return by @tsmith023 in #71
- Add support for multi tenancy endpoints by @antas-marcin in #67
- Add hybrid fusion type support by @antas-marcin in #74
- Add support for autocut by @antas-marcin in #75
- Add class parameter to nodes API by @antas-marcin in #76
- Update test docker images to Weaviate v1.20.0 by @antas-marcin in #77
New Contributors
- @tsmith023 made their first contribution in #70
Full Changelog: v1.3.3...v1.4.0
v1.3.3 - Support Fetch in all Environments
What's Changed
- Support fetch in all environments by @parkerduckworth in #69
Full Changelog: v1.3.2...v1.3.3
v1.3.2 - Support for properties field in generative groupedResult field
What's Changed
- UUIDv5 support by @parkerduckworth in #58
- Support properties field in generative groupedResult field by @antas-marcin in #60
- Add step generating GitHub release after successful publish by @antas-marcin in #62
Full Changelog: v1.3.1...v1.3.2
v1.3.1 - Hybrid search with class properties
What's Changed
- Support class properties in hybrid search by @parkerduckworth in #55
Full Changelog: v1.3.0...v1.3.1
v1.3.0 - Better support for CommonJS and ESM
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
- Support CommonJs and ESM in hybrid package by @parkerduckworth in #53
Full Changelog: v1.2.0...v1.3.0