diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ef5d28da6..69a84fb880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,14 @@ [Full Changelog](https://github.com/stargate/data-api/compare/v1.0.10...v1.0.11) +**Highlights:** + +- Support includeSortVector option for find and findOne command (API addition) +- Improvements to vectorize feature + - Adds HuggingFace dedicated provider support + - Exclude $vector and $vectorize from default projection + - OpenAI provider - support for organization id and project id in request header + **Closed issues:** - docker-compose changes to consider [\#1158](https://github.com/stargate/data-api/issues/1158) @@ -69,6 +77,10 @@ [Full Changelog](https://github.com/stargate/data-api/compare/v1.0.9...v1.0.10) +**Highlights:** + +- Support for running Data API with DSE 6.9 and HCD + **Closed issues:** - $vectorize: Misleading error when `authentication.providerKey` not set [\#1124](https://github.com/stargate/data-api/issues/1124) @@ -91,6 +103,10 @@ [Full Changelog](https://github.com/stargate/data-api/compare/v1.0.8...v1.0.9) +**Highlights:** + +- Multiple bug fixes and minor improvements to vectorize feature + **Closed issues:** - Error out when `SHARED\_SECRET` and `HEADER` are disabled but provide the apiKey in createCollection [\#1114](https://github.com/stargate/data-api/issues/1114) @@ -128,6 +144,16 @@ [Full Changelog](https://github.com/stargate/data-api/compare/v1.0.7...v1.0.8) +**Highlights:** + +- Add multiple embedding providers for vectorize feature: + - Vertex AI + - Jina AI + - Mistral + - Upstage AI + - VoyageAPI + - Huggingface + **Closed issues:** - Cannot create collection for Mistral [\#1094](https://github.com/stargate/data-api/issues/1094) @@ -170,6 +196,11 @@ [Full Changelog](https://github.com/stargate/data-api/compare/v1.0.6...v1.0.7) +**Highlights:** + +- Add Azure OpenAI provider for vectorize feature +- Various changes to allow Data API code to be reused by other applications (No impact to Astra) + **Closed issues:** - Querying by string \_id matches ObjectId \_id [\#1045](https://github.com/stargate/data-api/issues/1045) @@ -211,6 +242,11 @@ [Full Changelog](https://github.com/stargate/data-api/compare/v1.0.5...v1.0.6) +**Highlights:** + +- Internal refactoring and minor bug fixes +- Various changes to allow Data API code to run without a Stargate coordinator (No impact to Astra) + **Implemented enhancements:** - Bridge Removal - Separate Data API QueryBuilder from Quarkus Common Module [\#977](https://github.com/stargate/data-api/issues/977)