File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,26 +4,28 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased] ( https://github.com/ruflin/Elastica/compare/7.3.1 ...master )
7+ ## [ Unreleased] ( https://github.com/ruflin/Elastica/compare/7.3.2 ...master )
88
99### Backward Compatibility Breaks
1010### Added
11- * If not expicitly set, use ` retry_on_conflict ` from Client configuration in Bulk updates [ #2184 ] ( https://github.com/ruflin/Elastica/pull/2184 )
1211### Changed
1312### Deprecated
1413### Removed
1514### Fixed
1615### Security
1716
17+ ## [ 7.3.2] ( https://github.com/ruflin/Elastica/compare/7.3.1...7.3.2 )
18+ ### Added
19+ * If not expicitly set, use ` retry_on_conflict ` from Client configuration in Bulk updates [ #2184 ] ( https://github.com/ruflin/Elastica/pull/2184 )
20+ * Add more missing @throws tags (V7) [ #2176 ] ( https://github.com/ruflin/Elastica/pull/2176 )
21+ ### Fixed
22+ * Remove duplicated key in TRawQuery docblock [ #2159 ] ( https://github.com/ruflin/Elastica/pull/2159 )
1823
1924## [ 7.3.1] ( https://github.com/ruflin/Elastica/compare/7.3.0...7.3.1 )
20-
2125### Added
2226* Added missing ` @throws ` annotations to Client::request and related methods [ #2153 ] ( https://github.com/ruflin/Elastica/pull/2153 )
23-
2427### Deprecated
2528* Deprecated not passing a ` buckets_path ` and ` script ` when constructing ` Elastica\Aggregation\BucketScript ` and ` Elastica\Aggregation\BucketSelector `
26-
2729### Fixed
2830* Fix types order in ` Elastica\Query ` to work with psalm & expand the ` aggs ` type to include raw arrays
2931
You can’t perform that action at this time.
0 commit comments