Skip to content

Commit

Permalink
Support previously unsupported elasticsearch library version 7.4.0 (#…
Browse files Browse the repository at this point in the history
…1864)

* Remove unsupported elasticseach library version 7.4.0

* Add changelog
  • Loading branch information
deguif committed Nov 5, 2020
1 parent d09884c commit aa8e220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Added `weighted_avg` to aggregations DSL [#1814](https://github.com/ruflin/Elastica/pull/1814)
* Supported `guzzlehttp/guzzle` 7.x [#1816](https://github.com/ruflin/Elastica/pull/1816)
* Supported PHP 8.0 [#1794](https://github.com/ruflin/Elastica/pull/1794)
* Supported BC break on `elasticsearch/elasticsearch` version `7.4.0` [#1864](https://github.com/ruflin/Elastica/pull/1864)
* Added support for defining a connection pool with DSN. Example: `pool(http://127.0.0.1 http://127.0.0.2/bar?timeout=4)` [#1808](https://github.com/ruflin/Elastica/pull/1808)
* Added `Elastica\Aggregation\Composite` aggregation [#1804](https://github.com/ruflin/Elastica/pull/1804)
* Added `symfony/deprecation-contracts` package to handle deprecations [#1823](https://github.com/ruflin/Elastica/pull/1823)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"php": "^7.2 || ^8.0",
"ext-json": "*",
"psr/log": "^1.0",
"elasticsearch/elasticsearch": "^7.1.1 !=7.4.0",
"elasticsearch/elasticsearch": "^7.1.1",
"nyholm/dsn": "^2.0.0",
"symfony/deprecation-contracts": "^2.2"
},
Expand Down

0 comments on commit aa8e220

Please sign in to comment.