Skip to content

Commit

Permalink
adding highlights to changelog (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyscarpenter authored Jun 18, 2024
1 parent cf42ad0 commit 7795498
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 7795498

Please sign in to comment.