diff --git a/integrations/elasticsearch/CHANGELOG.md b/integrations/elasticsearch/CHANGELOG.md index a825234bc..5d2b66470 100644 --- a/integrations/elasticsearch/CHANGELOG.md +++ b/integrations/elasticsearch/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [unreleased] +## [integrations/elasticsearch-v1.0.0] - 2024-09-12 ### ๐Ÿš€ Features @@ -11,10 +11,15 @@ - `ElasticSearch` - Fallback to default filter policy when deserializing retrievers without the init parameter (#898) +### ๐Ÿงช Testing + +- Do not retry tests in `hatch run test` command (#954) + ### โš™๏ธ Miscellaneous Tasks - Retry tests to reduce flakyness (#836) - Update ruff invocation to include check parameter (#853) +- ElasticSearch - remove legacy filters elasticsearch (#1078) ## [integrations/elasticsearch-v0.5.0] - 2024-05-24 diff --git a/integrations/opensearch/CHANGELOG.md b/integrations/opensearch/CHANGELOG.md index 6509d1e0f..713848915 100644 --- a/integrations/opensearch/CHANGELOG.md +++ b/integrations/opensearch/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [integrations/opensearch-v1.0.0] - 2024-09-12 + +### ๐Ÿ“š Documentation + +- Update opensearch retriever docstrings (#1035) + +### ๐Ÿงช Testing + +- Do not retry tests in `hatch run test` command (#954) + +### โš™๏ธ Miscellaneous Tasks + +- OpenSearch - remove legacy filter support (#1067) + +### Docs + +- Update BM25 docstrings (#945) + ## [integrations/opensearch-v0.9.0] - 2024-08-01 ### ๐Ÿš€ Features diff --git a/integrations/pgvector/CHANGELOG.md b/integrations/pgvector/CHANGELOG.md index deb6faece..0fe5f4fa4 100644 --- a/integrations/pgvector/CHANGELOG.md +++ b/integrations/pgvector/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [unreleased] +## [integrations/pgvector-v1.0.0] - 2024-09-12 ### ๐Ÿš€ Features @@ -10,10 +10,15 @@ - `PgVector` - Fallback to default filter policy when deserializing retrievers without the init parameter (#900) +### ๐Ÿงช Testing + +- Do not retry tests in `hatch run test` command (#954) + ### โš™๏ธ Miscellaneous Tasks - Retry tests to reduce flakyness (#836) - Update ruff invocation to include check parameter (#853) +- PgVector - remove legacy filter support (#1068) ## [integrations/pgvector-v0.4.0] - 2024-06-20 diff --git a/integrations/pinecone/CHANGELOG.md b/integrations/pinecone/CHANGELOG.md index a041d63de..7810e486c 100644 --- a/integrations/pinecone/CHANGELOG.md +++ b/integrations/pinecone/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [integrations/pinecone-v2.0.0] - 2024-09-12 + +### โš™๏ธ Miscellaneous Tasks + +- Pinecone - remove legacy filter support (#1069) + ## [integrations/pinecone-v1.2.3] - 2024-08-29 ### ๐Ÿš€ Features diff --git a/integrations/weaviate/CHANGELOG.md b/integrations/weaviate/CHANGELOG.md index d934826bc..dacf3fef8 100644 --- a/integrations/weaviate/CHANGELOG.md +++ b/integrations/weaviate/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [integrations/weaviate-v3.0.0] - 2024-09-12 + +### โš™๏ธ Miscellaneous Tasks + +- Weaviate - remove legacy filter support (#1070) + ## [integrations/weaviate-v2.2.1] - 2024-09-07 ### ๐Ÿš€ Features