diff --git a/integrations/elasticsearch/CHANGELOG.md b/integrations/elasticsearch/CHANGELOG.md new file mode 100644 index 000000000..67df5eb11 --- /dev/null +++ b/integrations/elasticsearch/CHANGELOG.md @@ -0,0 +1,80 @@ +# Changelog + +## [unreleased] + +### 🚀 Features + +- Defer the database connection to when it's needed (#766) + +## [integrations/elasticsearch-v0.5.0] - 2024-05-24 + +### 🐛 Bug Fixes + +- Add support for custom mapping in ElasticsearchDocumentStore (#721) + +## [integrations/elasticsearch-v0.4.0] - 2024-04-03 + +### 📚 Documentation + +- Docstring update (#525) +- Review Elastic (#541) +- Disable-class-def (#556) + +## [integrations/elasticsearch-v0.3.0] - 2024-02-23 + +### 🐛 Bug Fixes + +- Fix order of API docs (#447) + +This PR will also push the docs to Readme + +### 📚 Documentation + +- Update category slug (#442) + +### Elasticsearch + +- Add user-agent header (#457) + +### Feat + +- Add filters to run function in retrievers of elasticsearch (#440) + +### Elasticsearch + +- Generate api docs (#322) + +## [integrations/elasticsearch-v0.2.0] - 2024-01-19 + +## [integrations/elasticsearch-v0.1.3] - 2024-01-18 + +## [integrations/elasticsearch-v0.1.2] - 2023-12-20 + +### 🐛 Bug Fixes + +- Fix project urls (#96) + + + +### 🚜 Refactor + +- Use `hatch_vcs` to manage integrations versioning (#103) + +## [integrations/elasticsearch-v0.1.1] - 2023-12-05 + +### 🐛 Bug Fixes + +- Fix import and increase version (#77) + + + +## [integrations/elasticsearch-v0.1.0] - 2023-12-04 + +### 🐛 Bug Fixes + +- Fix license headers + + +## [integrations/elasticsearch-v0.0.2] - 2023-11-29 + +