Releases: weaviate/weaviate-javascript-client
Releases · weaviate/weaviate-javascript-client
v2.14.5 - Support for Weaviate v1.18
What's Changed
- Remove unneccessary OIDC scope filtering by @parkerduckworth in #119
- Add support for tunable write consistency by @parkerduckworth in #123
- Support cursor API in REST and GraphQL by @etiennedi in #126
- Add support for backup Azure module by @antas-marcin in #128
Full Changelog: v2.14.4...v2.14.5
v2.14.4 - Fix authenticating with a scope-less OIDC server
What's Changed
- Fix OIDC auth failure when server doesn't provide scope by @parkerduckworth in #117
Full Changelog: v2.14.3...v2.14.4
v2.14.3 - Support client credentials OIDC auth flow
What's Changed
- Support client credentials OIDC auth flow by @parkerduckworth in #116
- Migrate GitHub organization name from Semi to Weaviate by @dirkkul in #112
- Rename master to main by @dirkkul in #113
Full Changelog: v2.14.2...v2.14.3
v2.14.2 - Fixes regenerationRuntime error
Fixes
Full Changelog: v2.14.1...v2.14.2
v2.14.1 - Fixes imports, exposes Credential classes, replaces GraphQL lib
Fixes
- Adds polyfill, fixes imports and exposes Credential classes by @Glockenbeat in #106
- Replaces graphql-client with graphql-request due to vulnerabilities by @aliszka in #108
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #101
New Contributors
- @Glockenbeat made their first contribution in #106
Full Changelog: v2.14.0...v2.14.1
v2.14.0 - Support for Weaviate v1.17
New features
- Updates unsecured dependencies by @aliszka in #97
- Migrate CI to github actions by @dirkkul in #99
- OIDC user/password and access/refresh token authentication support by @parkerduckworth in #100
- Add support for node_name and consistency_level get by id query params by @parkerduckworth in #102
- Adds support for replication factor by @aliszka in #103
- Add Bm25 search and hybrid search by @donomii in #104
New Contributors
Full Changelog: v2.13.0...v2.14.0
v2.13.0 - Support for nodes API
New features
- Support for /nodes API by @aliszka in #91 and #94
- Constants exported, visible for users by @aliszka in #86
Fixes
- Backup tests by @parkerduckworth and @aliszka in #93
Full Changelog: v2.12.1...v2.13.0
v2.12.1 - Added support for GraphQL raw queries
New Features
- Add raw GraphQL ability to javascript client by @donomii in #87
- Update Weaviate docker compose version to 1.15.2 by @antas-marcin in #88
New Contributors
Full Changelog: v2.12.0...v2.12.1
v2.12.0 - Support for backup API
New features
- Support for backup api by @aliszka in #83
- Adds withReferences method to referencesBatcher and withObjects to objectsBatcher by @aliszka in #81
Full Changelog: v2.11.1...v2.12.0
v2.11.1 - Fixes fetching db version
Fixes
- Update prepare_release.sh script by @antas-marcin in #78
- Refresh db version with every request until successful by @aliszka in #79
Full Changelog: v2.11.0...v2.11.1