Skip to content

Commit

Permalink
chore: Update changelog after removing legacy filters (#1083)
Browse files Browse the repository at this point in the history
* Update changelog after removing legacy filters

* Updates
  • Loading branch information
vblagoje authored Sep 12, 2024
1 parent 8ef0e6d commit ac0c580
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 2 deletions.
7 changes: 6 additions & 1 deletion integrations/elasticsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [unreleased]
## [integrations/elasticsearch-v1.0.0] - 2024-09-12

### 🚀 Features

Expand All @@ -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

Expand Down
18 changes: 18 additions & 0 deletions integrations/opensearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 6 additions & 1 deletion integrations/pgvector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [unreleased]
## [integrations/pgvector-v1.0.0] - 2024-09-12

### 🚀 Features

Expand All @@ -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

Expand Down
6 changes: 6 additions & 0 deletions integrations/pinecone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions integrations/weaviate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ac0c580

Please sign in to comment.