From 59a8a51c8d476999b38a48b61dbcae5be4a4bccd Mon Sep 17 00:00:00 2001 From: Izel Levy Date: Thu, 8 Feb 2024 19:03:21 +0200 Subject: [PATCH] Update changelog for v0.7.0 release (#281) * Add changelog for v0.7.0 * Fix --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d37bd399..7f918945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +## [0.7.0] - 2024-02-08 +### Breaking changes +* Move config directory to be part of the canopy package [#278](https://github.com/pinecone-io/canopy/pull/278) + +### Bug fixes +* Fix building images on release [#252](https://github.com/pinecone-io/canopy/pull/252) +* Exporting the correct module CohereRecordEncoder [#264](https://github.com/pinecone-io/canopy/pull/264) (Thanks @tomaarsen!) +* Fixed GRPC support [#270](https://github.com/pinecone-io/canopy/pull/270) +* Change the minimum version of FastAPI to 0.93.0 [#279](https://github.com/pinecone-io/canopy/pull/279) +* Reduce the docker image size [#277](https://github.com/pinecone-io/canopy/pull/277) + +### Added +* Generalize chunk creation [#258](https://github.com/pinecone-io/canopy/pull/258) +* Add SentenceTransformersRecordEncoder [#263](https://github.com/pinecone-io/canopy/pull/263) (Thanks @tomaarsen!) +* Add HybridRecordEncoder [#265](https://github.com/pinecone-io/canopy/pull/265) +* Make transformers optional & allow pinecone-text with dense optional [#266](https://github.com/pinecone-io/canopy/pull/266) +* Add cohere reranker [#269](https://github.com/pinecone-io/canopy/pull/269) +* Add dimension support for OpenAI embeddings [#273](https://github.com/pinecone-io/canopy/pull/273) + +### Documentation +* Add contributing guide [#254](https://github.com/pinecone-io/canopy/pull/254) +* Update README [#267](https://github.com/pinecone-io/canopy/pull/267) (Thanks @aulorbe!) +* Fixed typo in dense.py docstring [#280](https://github.com/pinecone-io/canopy/pull/280) (Thanks @ptorru!) + +**Full Changelog**: https://github.com/pinecone-io/canopy/compare/v0.6.0...v0.7.0 + ## [0.6.0] - 2024-01-16 ### Breaking changes * Pinecone serverless support [#246](https://github.com/pinecone-io/canopy/pull/246)