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
+22-7
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,6 @@ This section is for maintaining a changelog for all breaking changes for the cli
16
16
17
17
### Added
18
18
- 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
-
22
19
23
20
### Dependencies
24
21
@@ -50,8 +47,24 @@ This section is for maintaining a changelog for all breaking changes for the cli
50
47
51
48
### Removed
52
49
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
+
53
65
### Fixed
54
66
- 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))
55
68
56
69
### Security
57
70
@@ -61,7 +74,7 @@ This section is for maintaining a changelog for all breaking changes for the cli
61
74
- Added support for flat_object field property ([#735](https://github.com/opensearch-project/opensearch-java/pull/735))
62
75
- Expose HTTP status code through `ResponseException#status` ([#756](https://github.com/opensearch-project/opensearch-java/pull/756))
63
76
- 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))
65
78
- Added missing WrapperQuery accessors and builder methods ([#806](https://github.com/opensearch-project/opensearch-java/pull/806))
66
79
67
80
### Dependencies
@@ -100,8 +113,7 @@ This section is for maintaining a changelog for all breaking changes for the cli
100
113
- Fix partial success results for msearch_template ([#709](https://github.com/opensearch-project/opensearch-java/pull/709))
101
114
102
115
### Security
103
-
## [2.8.0] -
104
-
01/11/2023
116
+
## [2.8.0] - 01/11/2023
105
117
### Added
106
118
- Added support for indexing and search index settings ([#667](https://github.com/opensearch-project/opensearch-java/pull/667))
107
119
- 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
0 commit comments