Skip to content

Commit fa5919d

Browse files
authored
Update CHANGELOG after 2.8.3 release (#845)
Signed-off-by: Vacha Shah <[email protected]>
1 parent 61f51a7 commit fa5919d

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

CHANGELOG.md

+22-7
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ This section is for maintaining a changelog for all breaking changes for the cli
1616

1717
### Added
1818
- Document HTTP/2 support ([#330](https://github.com/opensearch-project/opensearch-java/pull/330))
19-
- Expose HTTP status code through `ResponseException#status` ([#756](https://github.com/opensearch-project/opensearch-java/pull/756))
20-
- Added missing WrapperQuery accessors and builder methods ([#806](https://github.com/opensearch-project/opensearch-java/pull/806))
21-
2219

2320
### Dependencies
2421

@@ -50,8 +47,24 @@ This section is for maintaining a changelog for all breaking changes for the cli
5047

5148
### Removed
5249

50+
### Fixed
51+
52+
### Security
53+
54+
## [2.8.3] - 02/12/2024
55+
### Added
56+
57+
### Dependencies
58+
59+
### Changed
60+
61+
### Deprecated
62+
63+
### Removed
64+
5365
### Fixed
5466
- Fix PutTemplateRequest field deserialization ([#723](https://github.com/opensearch-project/opensearch-java/pull/723))
67+
- Fix InnerHits to no longer enforce the nullable Index field when converting to Hit. ([#838](https://github.com/opensearch-project/opensearch-java/pull/838))
5568

5669
### Security
5770

@@ -61,7 +74,7 @@ This section is for maintaining a changelog for all breaking changes for the cli
6174
- Added support for flat_object field property ([#735](https://github.com/opensearch-project/opensearch-java/pull/735))
6275
- Expose HTTP status code through `ResponseException#status` ([#756](https://github.com/opensearch-project/opensearch-java/pull/756))
6376
- Added toBuilder method to all request model in core package & _types.query_dsl package ([#766](https://github.com/opensearch-project/opensearch-java/pull/766))
64-
- Added toQuery method in Query and QueryVariant ([#760](https://github.com/opensearch-project/opensearch-java/pull/760)
77+
- Added toQuery method in Query and QueryVariant ([#760](https://github.com/opensearch-project/opensearch-java/pull/760))
6578
- Added missing WrapperQuery accessors and builder methods ([#806](https://github.com/opensearch-project/opensearch-java/pull/806))
6679

6780
### Dependencies
@@ -100,8 +113,7 @@ This section is for maintaining a changelog for all breaking changes for the cli
100113
- Fix partial success results for msearch_template ([#709](https://github.com/opensearch-project/opensearch-java/pull/709))
101114

102115
### Security
103-
## [2.8.0] -
104-
01/11/2023
116+
## [2.8.0] - 01/11/2023
105117
### Added
106118
- Added support for indexing and search index settings ([#667](https://github.com/opensearch-project/opensearch-java/pull/667))
107119
- Added support for neural query type ([#674](https://github.com/opensearch-project/opensearch-java/pull/674))
@@ -294,7 +306,10 @@ This section is for maintaining a changelog for all breaking changes for the cli
294306
### Security
295307

296308
[Unreleased 3.0]: https://github.com/opensearch-project/opensearch-java/compare/2.x...HEAD
297-
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.8.0...2.x
309+
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.8.3...2.x
310+
[2.8.3]: https://github.com/opensearch-project/opensearch-java/compare/v2.8.2...v2.8.3
311+
[2.8.2]: https://github.com/opensearch-project/opensearch-java/compare/v2.8.1...v2.8.2
312+
[2.8.1]: https://github.com/opensearch-project/opensearch-java/compare/v2.8.0...v2.8.1
298313
[2.8.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.7.0...v2.8.0
299314
[2.7.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.6.0...v2.7.0
300315
[2.6.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.5.0...v2.6.0

0 commit comments

Comments
 (0)