Skip to content

Commit 6d1aa7a

Browse files
authored
Add 3.3.0 Release Notes (#261)
Signed-off-by: Daniel Widdis <[email protected]>
1 parent f7159b1 commit 6d1aa7a

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,11 @@ All notable changes to this project are documented in this file.
33

44
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
55

6-
## [Unreleased 3.3](https://github.com/opensearch-project/opensearch-remote-metadata-sdk/compare/3.2...HEAD)
6+
## [Unreleased 3.4](https://github.com/opensearch-project/opensearch-remote-metadata-sdk/compare/3.3...HEAD)
77
### Features
8-
- Add global resource support ([#224](https://github.com/opensearch-project/opensearch-remote-metadata-sdk/pull/224))
9-
108
### Enhancements
11-
- Add SeqNo and PrimaryTerm support to Put and Delete requests ([#234](https://github.com/opensearch-project/opensearch-remote-metadata-sdk/pull/234))
12-
- Add RefreshPolicy and timeout support to Put, Update, Delete, and Bulk requests ([#244](https://github.com/opensearch-project/opensearch-remote-metadata-sdk/pull/244))
13-
149
### Bug Fixes
15-
- Throw exception on empty string for put request ID ([#235](https://github.com/opensearch-project/opensearch-remote-metadata-sdk/pull/235))
16-
1710
### Infrastructure
1811
### Documentation
1912
### Maintenance
2013
### Refactoring
21-
- Remove unneeded enum uppercase workaround ([#185](https://github.com/opensearch-project/opensearch-remote-metadata-sdk/pull/185))
22-
- Update argument type for ThreadContextAccess:doPrivileged ([#250](https://github.com/opensearch-project/opensearch-remote-metadata-sdk/pull/250))
23-
- Use AccessController instead of ThreadContextAccess as it's for internal use ([#254](https://github.com/opensearch-project/opensearch-remote-metadata-sdk/pull/254))
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Version 3.3.0.0 Release Notes
2+
3+
Compatible with OpenSearch and OpenSearch Dashboards version 3.3.0
4+
5+
### Features
6+
- Add global resource support ([#224](https://github.com/opensearch-project/opensearch-remote-metadata-sdk/pull/224))
7+
8+
### Enhancements
9+
- Add SeqNo and PrimaryTerm support to Put and Delete requests ([#234](https://github.com/opensearch-project/opensearch-remote-metadata-sdk/pull/234))
10+
- Add RefreshPolicy and timeout support to Put, Update, Delete, and Bulk requests ([#244](https://github.com/opensearch-project/opensearch-remote-metadata-sdk/pull/244))
11+
12+
### Bug Fixes
13+
- Throw exception on empty string for put request ID ([#235](https://github.com/opensearch-project/opensearch-remote-metadata-sdk/pull/235))
14+
15+
### Refactoring
16+
- Remove unneeded enum uppercase workaround ([#185](https://github.com/opensearch-project/opensearch-remote-metadata-sdk/pull/185))
17+
- Update argument type for ThreadContextAccess:doPrivileged ([#250](https://github.com/opensearch-project/opensearch-remote-metadata-sdk/pull/250))
18+
- Use AccessController instead of ThreadContextAccess as it's for internal use ([#254](https://github.com/opensearch-project/opensearch-remote-metadata-sdk/pull/254))

0 commit comments

Comments
 (0)