Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
sidz committed Jan 27, 2024
1 parent fabcbd1 commit ff9abe7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `Elastica\Search::setOptionsAndQuery()`
* `Elastica\Index::search()`
* `Elastica\Index::createSearch()`
* Removed classes [#2188](https://github.com/ruflin/Elastica/pull/2188)
* `Elastica\Connection`
* `Elastica\Connection\ConnectionPool`
* `Elastica\Connection\Strategy\CallbackStrategy`
* `Elastica\Connection\Strategy\RoundRobin`
* `Elastica\Connection\Strategy\Simple`
* `Elastica\Connection\Strategy\StrategyFactory`
* `Elastica\Connection\Strategy\StrategyInterface`

### Added
* Added support for PHP 8.2 [#2136](https://github.com/ruflin/Elastica/pull/2136)
Expand All @@ -79,6 +87,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
* Removed the JSONParseException class, which is replaced by \JsonException
* Removed the JSONParseException test class
* Removed `nyholm/dsn` as no longer needed.
* Removed `symfony/deprecation-contracts` as no longer needed.
### Fixed
* Fix types order in `Elastica\Query` to work with psalm & expand the `aggs` type to include raw arrays
### Security
Expand Down

0 comments on commit ff9abe7

Please sign in to comment.