Skip to content

Commit eb357bc

Browse files
authored
Prepare changelog for 2.12.0 release (#1094)
Signed-off-by: Thomas Farr <[email protected]>
1 parent 83cafef commit eb357bc

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

CHANGELOG.md

+18-10
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
33

44
## [Unreleased 2.x]
55
### Added
6-
- Add support for phase_took & search_pipeline request params ([#1036](https://github.com/opensearch-project/opensearch-java/pull/1036))
7-
- Add an interface PlainJsonSerializable with a default method for serialization to Json ([#1064](https://github.com/opensearch-project/opensearch-java/pull/1064))
86

97
### Dependencies
10-
- Bumps `io.github.classgraph:classgraph` from 4.8.173 to 4.8.174
11-
- Bumps `org.owasp.dependencycheck` from 9.1.0 to 10.0.2
12-
- Bumps `com.github.jk1.dependency-license-report` from 2.7 to 2.8
13-
- Bumps `commons-logging:commons-logging` from 1.3.2 to 1.3.3
14-
- Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.2.4 to 5.2.5
158

169
### Changed
1710

@@ -20,11 +13,25 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
2013
### Removed
2114

2215
### Fixed
23-
- Deserialize aggregation containing a parent aggregation ([#706](https://github.com/opensearch-project/opensearch-java/pull/706))
24-
- Deserialize error response when using AwsSdk2Transport ([#1068](https://github.com/opensearch-project/opensearch-java/pull/1068))
2516

2617
### Security
2718

19+
## [2.12.0] - 07/22/2024
20+
### Added
21+
- Added support for the `parent` aggregation type ([#706](https://github.com/opensearch-project/opensearch-java/pull/706))
22+
- Added support for phase_took & search_pipeline request params ([#1036](https://github.com/opensearch-project/opensearch-java/pull/1036))
23+
- Added an interface PlainJsonSerializable with a default method for serialization to Json ([#1064](https://github.com/opensearch-project/opensearch-java/pull/1064))
24+
25+
### Dependencies
26+
- Bumps `io.github.classgraph:classgraph` from 4.8.173 to 4.8.174
27+
- Bumps `org.owasp.dependencycheck` from 9.1.0 to 10.0.2
28+
- Bumps `com.github.jk1.dependency-license-report` from 2.7 to 2.8
29+
- Bumps `commons-logging:commons-logging` from 1.3.2 to 1.3.3
30+
- Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.2.4 to 5.2.5
31+
32+
### Fixed
33+
- Fixed deserializing of error responses when using AwsSdk2Transport ([#1068](https://github.com/opensearch-project/opensearch-java/pull/1068))
34+
2835
## [2.11.1] - 06/27/2024
2936
### Added
3037

@@ -449,7 +456,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
449456

450457
### Security
451458

452-
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.11.1...2.x
459+
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.12.0...2.x
460+
[2.12.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.11.1...v2.12.0
453461
[2.11.1]: https://github.com/opensearch-project/opensearch-java/compare/v2.11.0...v2.11.1
454462
[2.11.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.10.4...v2.11.0
455463
[2.10.4]: https://github.com/opensearch-project/opensearch-java/compare/v2.10.3...v2.10.4

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
systemProp.version = 2.11.0
1+
systemProp.version = 2.12.0

0 commit comments

Comments
 (0)