You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-10
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3
3
4
4
## [Unreleased 2.x]
5
5
### 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))
8
6
9
7
### 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
15
8
16
9
### Changed
17
10
@@ -20,11 +13,25 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
20
13
### Removed
21
14
22
15
### 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))
25
16
26
17
### Security
27
18
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
+
28
35
## [2.11.1] - 06/27/2024
29
36
### Added
30
37
@@ -449,7 +456,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
0 commit comments