Skip to content

Commit d0073db

Browse files
[3.x] Prepare 3.3.0 release (#1769)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent ae61cb1 commit d0073db

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

CHANGELOG.md

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

44
## [Unreleased 3.x]
55
### Added
6-
- Added decommission awareness & weighted routing operations ([#1632](https://github.com/opensearch-project/opensearch-java/pull/1632))
7-
- Added support for the `ltr` namespace ([#1689](https://github.com/opensearch-project/opensearch-java/pull/1689))
8-
- Added support for the `geospatial` namespace ([#1690](https://github.com/opensearch-project/opensearch-java/pull/1690))
9-
- Added support for the `knn` namespace ([#1693](https://github.com/opensearch-project/opensearch-java/pull/1693))
10-
- Added getter for retrieve all nodes along with their state ([#1698](https://github.com/opensearch-project/opensearch-java/pull/1698))
11-
- Added support for the `search_relevance` namespace ([#1748](https://github.com/opensearch-project/opensearch-java/pull/1748))
126

137
### Dependencies
14-
- Bump `io.github.classgraph:classgraph` from 4.8.180 to 4.8.181 ([#1703](https://github.com/opensearch-project/opensearch-java/pull/1703))
15-
- Bump `org.junit:junit-bom` from 5.13.3 to 5.13.4 ([#1704](https://github.com/opensearch-project/opensearch-java/pull/1704))
168

179
### Changed
1810

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

4032
### Security
4133

34+
## [3.3.0] - 10/29/2025
35+
### Added
36+
- Added decommission awareness & weighted routing operations ([#1632](https://github.com/opensearch-project/opensearch-java/pull/1632))
37+
- Added support for the `ltr` namespace ([#1689](https://github.com/opensearch-project/opensearch-java/pull/1689))
38+
- Added support for the `geospatial` namespace ([#1690](https://github.com/opensearch-project/opensearch-java/pull/1690))
39+
- Added support for the `knn` namespace ([#1693](https://github.com/opensearch-project/opensearch-java/pull/1693))
40+
- Added getter for retrieve all nodes along with their state ([#1698](https://github.com/opensearch-project/opensearch-java/pull/1698))
41+
- Added support for the `search_relevance` namespace ([#1748](https://github.com/opensearch-project/opensearch-java/pull/1748))
42+
43+
### Dependencies
44+
- Bump `io.github.classgraph:classgraph` from 4.8.180 to 4.8.181 ([#1703](https://github.com/opensearch-project/opensearch-java/pull/1703))
45+
- Bump `org.junit:junit-bom` from 5.13.3 to 5.13.4 ([#1704](https://github.com/opensearch-project/opensearch-java/pull/1704))
46+
4247
## [3.2.0] - 07/10/2025
4348
### Added
4449
- Added support for Index Management plugin APIs ([#1604](https://github.com/opensearch-project/opensearch-java/pull/1604))
@@ -575,8 +580,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
575580
- Fix catching JsonParsingException ([#494](https://github.com/opensearch-project/opensearch-java/issues/494))
576581
- Fix StoryStats numeric value out of range of int ([#489](https://github.com/opensearch-project/opensearch-java/pull/489))
577582

578-
[Unreleased 3.x]: https://github.com/opensearch-project/opensearch-java/compare/v3.2.0...3.x
583+
[Unreleased 3.x]: https://github.com/opensearch-project/opensearch-java/compare/v3.3.0...3.x
579584
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.26.0...2.x
585+
[3.3.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.2.0...v3.3.0
580586
[3.2.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.1.0...v3.2.0
581587
[3.1.0]: https://github.com/opensearch-project/opensearch-java/compare/v3.0.0...v3.1.0
582588
[3.0.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.24.0...v3.0.0

0 commit comments

Comments
 (0)