From 4bfcd301dc7ebb094caba2c808e2e6a5bb297f0f Mon Sep 17 00:00:00 2001 From: Amnon Catav Date: Wed, 6 Mar 2024 12:09:18 +0200 Subject: [PATCH] Changelog v0.8.1 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 092f871a..15b0ece3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [0.8.1] - 2024-03-06 +### Breaking changes +* Remove JINA API key from mandatory env vars [#303](https://github.com/pinecone-io/canopy/pull/303) (Thanks @aulorbe!) + +### Bug fixes +* Fix cohere tokenizer test [#307](https://github.com/pinecone-io/canopy/pull/307) +* Fix upsert on gcp starter indexes [#308](https://github.com/pinecone-io/canopy/pull/308) + +### Documentation +* Example for specifying and encoder to KB in README [#302](https://github.com/pinecone-io/canopy/pull/302) (Thanks @coreation!) + +**Full Changelog**: https://github.com/pinecone-io/canopy/compare/v0.8.0...v0.8.1 + ## [0.8.0] - 2024-02-15 ### Breaking changes * Added support for Pydantic v2 [#288](https://github.com/pinecone-io/canopy/pull/288)