Skip to content

Commit c1ba302

Browse files
authored
Prepare v3.2.0 release (#1671)
Signed-off-by: Thomas Farr <tsfarr@amazon.com>
1 parent 5b816f0 commit c1ba302

File tree

1 file changed

+37
-13
lines changed

1 file changed

+37
-13
lines changed

CHANGELOG.md

Lines changed: 37 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,16 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
33

44
## [Unreleased 3.x]
55
### Added
6-
- Added support for Index Management plugin APIs ([#1604](https://github.com/opensearch-project/opensearch-java/pull/1604))
7-
- Added support for the security plugin APIs ([#1601](https://github.com/opensearch-project/opensearch-java/pull/1601))
8-
- Jackson `ObjectMapper` modules are now being auto-detected ([#1643](https://github.com/opensearch-project/opensearch-java/pull/1643))
9-
- Added support for the `ingestion` namespace ([#1663](https://github.com/opensearch-project/opensearch-java/pull/1663))
106

117
### Dependencies
12-
- Bump `org.owasp.dependencycheck` from 12.1.1 to 12.1.3 ([#1608](https://github.com/opensearch-project/opensearch-java/pull/1608), [#1607](https://github.com/opensearch-project/opensearch-java/pull/1607), [#1623](https://github.com/opensearch-project/opensearch-java/pull/1623))
13-
- Bump `org.junit:junit-bom` from 5.13.0 to 5.13.2 ([#1606](https://github.com/opensearch-project/opensearch-java/pull/1606), [#1650](https://github.com/opensearch-project/opensearch-java/pull/1650), [#1665](https://github.com/opensearch-project/opensearch-java/pull/1665))
14-
- Bump `org.ajoberstar.grgit:grgit-gradle` from 5.3.0 to 5.3.2 ([#1621](https://github.com/opensearch-project/opensearch-java/pull/1621))
15-
- Bump `io.github.classgraph:classgraph` from 4.8.179 to 4.8.180 ([#1651](https://github.com/opensearch-project/opensearch-java/pull/1651))
168

179
### Changed
18-
- Changed the type of the properties in DocStatus from integer to Long to resolve the integer overflow issue ([#1644](https://github.com/opensearch-project/opensearch-java/pull/1644))
1910

2011
### Deprecated
2112

2213
### Removed
2314

2415
### Fixed
25-
- Fixed building instances of `Explanation` by making `details` optional ([#1620](https://github.com/opensearch-project/opensearch-java/pull/1620))
26-
- SocketTimeout and ConnectTimeout are not honored when they are set only in the ConnectionConfig, as described in issues ([#1661](https://github.com/opensearch-project/opensearch-java/issues/1661)) and ([#1581](https://github.com/opensearch-project/opensearch-java/issues/1581)). This is fixed in PR ([#662](https://github.com/opensearch-project/opensearch-java/pull/1662)).
2716

2817
### Security
2918

@@ -42,6 +31,39 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
4231

4332
### Security
4433

34+
## [3.2.0] - 07/10/2025
35+
### Added
36+
- Added support for Index Management plugin APIs ([#1604](https://github.com/opensearch-project/opensearch-java/pull/1604))
37+
- Added support for the security plugin APIs ([#1601](https://github.com/opensearch-project/opensearch-java/pull/1601))
38+
- Added Jackson `ObjectMapper` module auto-detection ([#1643](https://github.com/opensearch-project/opensearch-java/pull/1643))
39+
- Added support for the `ingestion` namespace ([#1663](https://github.com/opensearch-project/opensearch-java/pull/1663))
40+
41+
### Dependencies
42+
- Bump `org.owasp.dependencycheck` from 12.1.1 to 12.1.3 ([#1608](https://github.com/opensearch-project/opensearch-java/pull/1608), [#1607](https://github.com/opensearch-project/opensearch-java/pull/1607), [#1623](https://github.com/opensearch-project/opensearch-java/pull/1623))
43+
- Bump `org.junit:junit-bom` from 5.13.0 to 5.13.2 ([#1606](https://github.com/opensearch-project/opensearch-java/pull/1606), [#1650](https://github.com/opensearch-project/opensearch-java/pull/1650), [#1665](https://github.com/opensearch-project/opensearch-java/pull/1665))
44+
- Bump `org.ajoberstar.grgit:grgit-gradle` from 5.3.0 to 5.3.2 ([#1621](https://github.com/opensearch-project/opensearch-java/pull/1621))
45+
- Bump `io.github.classgraph:classgraph` from 4.8.179 to 4.8.180 ([#1651](https://github.com/opensearch-project/opensearch-java/pull/1651))
46+
47+
### Changed
48+
- Changed the type of the properties in DocStatus from integer to Long to resolve the integer overflow issue ([#1644](https://github.com/opensearch-project/opensearch-java/pull/1644))
49+
50+
### Fixed
51+
- Fixed building instances of `Explanation` by making `details` optional ([#1620](https://github.com/opensearch-project/opensearch-java/pull/1620))
52+
- Fixed `ApacheHttpClient5Transport` not honoring connect & socket timeouts configured on `ConnectionConfig` ([#1662](https://github.com/opensearch-project/opensearch-java/pull/1662))
53+
54+
## [2.26.0] - 07/10/2025
55+
### Added
56+
- Added Jackson `ObjectMapper` module auto-detection ([#1643](https://github.com/opensearch-project/opensearch-java/pull/1643))
57+
58+
### Dependencies
59+
- Bump `org.owasp.dependencycheck` from 12.1.1 to 12.1.3 ([#1608](https://github.com/opensearch-project/opensearch-java/pull/1608), [#1607](https://github.com/opensearch-project/opensearch-java/pull/1607), [#1623](https://github.com/opensearch-project/opensearch-java/pull/1623))
60+
- Bump `org.junit:junit-bom` from 5.13.0 to 5.13.2 ([#1606](https://github.com/opensearch-project/opensearch-java/pull/1606), [#1650](https://github.com/opensearch-project/opensearch-java/pull/1650), [#1665](https://github.com/opensearch-project/opensearch-java/pull/1665))
61+
- Bump `org.ajoberstar.grgit:grgit-gradle` from 5.3.0 to 5.3.2 ([#1621](https://github.com/opensearch-project/opensearch-java/pull/1621))
62+
- Bump `io.github.classgraph:classgraph` from 4.8.179 to 4.8.180 ([#1651](https://github.com/opensearch-project/opensearch-java/pull/1651))
63+
64+
### Fixed
65+
- Fixed `ApacheHttpClient5Transport` not honoring connect & socket timeouts configured on `ConnectionConfig` ([#1662](https://github.com/opensearch-project/opensearch-java/pull/1662))
66+
4567
## [3.1.0] - 06/04/2025
4668
### Added
4769
- Added support for the `template` query type ([#1586](https://github.com/opensearch-project/opensearch-java/pull/1586))
@@ -545,10 +567,12 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
545567
- Fix catching JsonParsingException ([#494](https://github.com/opensearch-project/opensearch-java/issues/494))
546568
- Fix StoryStats numeric value out of range of int ([#489](https://github.com/opensearch-project/opensearch-java/pull/489))
547569

548-
[Unreleased 3.x]: https://github.com/opensearch-project/opensearch-java/compare/v3.1.0...3.x
549-
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.25.0...2.x
570+
[Unreleased 3.x]: https://github.com/opensearch-project/opensearch-java/compare/v3.2.0...3.x
571+
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.26.0...2.x
572+
[3.2.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.1.0...v3.2.0
550573
[3.1.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.0.0...v3.1.0
551574
[3.0.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.24.0...v3.0.0
575+
[2.26.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.25.0...v2.26.0
552576
[2.25.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.24.0...v2.25.0
553577
[2.24.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.23.0...v2.24.0
554578
[2.23.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.22.0...v2.23.0

0 commit comments

Comments
 (0)