Releases: weaviate/typescript-client
v1.1.0 - Browser Compatibility
Restores client compatibility with the browser platform, after the previously introduced EmbeddedDB broke this. Since EmbeddedDB support requires server-side packages which are not available in the browser, it is removed, and will be re-introduced as its own NPM package.
What's Changed
- Export ConsistencyLevel type by @antas-marcin in #36
- Browser compatibility by @parkerduckworth in #45
Full Changelog: v1.0.0...v1.1.0
v1.0.0 - Introducing the TypeScript client!
π We are proud to introduce the Official Weaviate TypeScript client! After many requests for this client library, it is finally here.
What's Changed
- Sanitize connection parameters by @parkerduckworth in #29
- Complete type definitions from JS migration by @parkerduckworth in #28
- Export all public classes by @parkerduckworth in #32
- Improve Embedded DB UX by @parkerduckworth in #31
- Support generative GQL search by @parkerduckworth in #35
- Fix: Blocking background OIDC token refresh by @parkerduckworth in #33
- Support 'latest' version, explicit binary URL for Embedded DB by @parkerduckworth in #34
- Refactor embedded example by @dandv in #26
- Support embedded weaviate by @parkerduckworth in #8
- Rename interfaces to be more idiomatic by @parkerduckworth in #12
- Explicit support for API key authentication by @parkerduckworth in #14
- feat: linter and formatter by @mloenow in #4
- Fix default exports by @parkerduckworth in #9
- Migration from JavaScript by @cnadeau in weaviate/weaviate-javascript-client#121
- Force commonjs and added examples by @cnadeau in #5
New Contributors
- @mloenow made their first contribution in #4
- @cnadeau made their first contribution in weaviate/weaviate-javascript-client#121
Full Changelog: v1.0.0-beta.2...v1.0.0
v1.0.0-beta.2 - Introducing the TypeScript client!
We are proud to introduce the Official Weaviate TypeScript client! After many requests for this client library, it is finally here.
First, a Beta Release
For this beta release, we encourage you to npm install weaviate-ts-client
and give this a test run.
Your feedback matters! If you see anything which could be improved - or fixed - please feel free to open up an issue, pull request, or give us a shout on our community slack channel.
What's Changed
- Support embedded weaviate by @parkerduckworth in #8
- Rename interfaces to be more idiomatic by @parkerduckworth in #12
- Explicit support for API key authentication by @parkerduckworth in #14
Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2
v1.0.0-beta.1 - Introducing the TypeScript client!
We are proud to introduce the Official Weaviate TypeScript client! After many requests for this client library, it is finally here.
First, a Beta Release
For this beta release, we encourage you to npm install weaviate-ts-client
and give this a test run.
Your feedback matters! If you see anything which could be improved - or fixed - please feel free to open up an issue, pull request, or give us a shout on our community slack channel.
What's Changed
- feat: linter and formatter by @mloenow in #4
- Fix default exports by @parkerduckworth in #9
New Contributors
Full Changelog: v1.0.0-beta.0...v1.0.0-beta.1
v1.0.0-beta.0 - Introducing the TypeScript client!
We are proud to introduce the Official Weaviate TypeScript client! After many requests for this client library, it is finally here.
First, a Beta Release
For this beta release, we encourage you to npm install weaviate-ts-client
and give this a test run.
Your feedback matters! If you see anything which could be improved - or fixed - please feel free to open up an issue, pull request, or give us a shout on our community slack channel.
What's Changed
- Migration from JavaScript by @cnadeau in weaviate/weaviate-javascript-client#121
- Force commonjs and added examples by @cnadeau in #5
New Contributors
- Big shoutout to @cnadeau who contributed this migration from our JavaScript client! π
Full Changelog: https://github.com/weaviate/typescript-client/commits/v1.0.0-beta.0