Skip to content

Commit

Permalink
Prepare release v7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thePanz committed Mar 11, 2024
1 parent d1b973f commit 2be2c67
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,28 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/ruflin/Elastica/compare/7.3.1...master)
## [Unreleased](https://github.com/ruflin/Elastica/compare/7.3.2...master)

### Backward Compatibility Breaks
### Added
* If not expicitly set, use `retry_on_conflict` from Client configuration in Bulk updates [#2184](https://github.com/ruflin/Elastica/pull/2184)
### Changed
### Deprecated
### Removed
### Fixed
### Security

## [7.3.2](https://github.com/ruflin/Elastica/compare/7.3.1...7.3.2)
### Added
* If not expicitly set, use `retry_on_conflict` from Client configuration in Bulk updates [#2184](https://github.com/ruflin/Elastica/pull/2184)
* Add more missing @throws tags (V7) [#2176](https://github.com/ruflin/Elastica/pull/2176)
### Fixed
* Remove duplicated key in TRawQuery docblock [#2159](https://github.com/ruflin/Elastica/pull/2159)

## [7.3.1](https://github.com/ruflin/Elastica/compare/7.3.0...7.3.1)

### Added
* Added missing `@throws` annotations to Client::request and related methods [#2153](https://github.com/ruflin/Elastica/pull/2153)

### Deprecated
* Deprecated not passing a `buckets_path` and `script` when constructing `Elastica\Aggregation\BucketScript` and `Elastica\Aggregation\BucketSelector`

### Fixed
* Fix types order in `Elastica\Query` to work with psalm & expand the `aggs` type to include raw arrays

Expand Down

0 comments on commit 2be2c67

Please sign in to comment.