Skip to content

Commit 5b66968

Browse files
authored
Version Bump 3.3.0 (#249)
Signed-off-by: Theo Truong <[email protected]>
1 parent 096fbde commit 5b66968

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

CHANGELOG.md

+6-16
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
## [Unreleased]
55
### Added
66
### Changed
7-
- Bump GitHub Actions ([#248](https://github.com/opensearch-project/opensearch-ruby/pull/248))
87
### Deprecated
98
### Removed
109
### Fixed
10+
### Security
11+
12+
## [3.3.0]
13+
### Changed
14+
- Bump GitHub Actions ([#248](https://github.com/opensearch-project/opensearch-ruby/pull/248))
15+
### Fixed
1116
- Fixed variable name in `OpenSearch::Client#respond_to_missing?` ([#247](https://github.com/opensearch-project/opensearch-ruby/pull/247))
1217
### Security
1318

@@ -17,7 +22,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1722
- Added `search_pipeline` parameter to `search` API ([#227](https://github.com/opensearch-project/opensearch-ruby/pull/227))
1823
### Changed
1924
- Pass in an initial admin password, required by security after 2.12.0 release ([#217](https://github.com/opensearch-project/opensearch-ruby/issues/217))
20-
### Deprecated
2125
### Removed
2226
- Removed dependency on the base64 gem ([#221](https://github.com/opensearch-project/opensearch-ruby/pull/221))
2327
- Removed logging of hosts in `transport` base ([#227](https://github.com/opensearch-project/opensearch-ruby/pull/227))
@@ -27,27 +31,17 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
2731
- Switch back to the latest OpenSearch version when testing in CI ([#219](https://github.com/opensearch-project/opensearch-ruby/pull/219))
2832
- Don't emit Ruby warnings when requiring `opensearch-dsl` ([#231](https://github.com/opensearch-project/opensearch-ruby/issues/231))
2933
- Fix release workflow ([#232](https://github.com/opensearch-project/opensearch-ruby/issues/232))
30-
### Security
3134

3235
## [3.1.0]
3336
### Added
3437
- Added `http.get`, `http.post`, `http.patch`, `http.put`, `http.trace`, `http.head`, `http.options`, `http.connect`, and `http.delete` ([#211](https://github.com/opensearch-project/opensearch-ruby/pull/211))
3538
- Added a guide and a sample for `http` namespace ([#211](https://github.com/opensearch-project/opensearch-ruby/pull/211))
36-
### Changed
37-
### Deprecated
38-
### Removed
3939
### Fixed
4040
- Fixed the response body being force-encoded when it was already in UTF-8 ([#212](https://github.com/opensearch-project/opensearch-ruby/issues/212))
41-
### Security
4241

4342
## [3.0.1]
44-
### Added
45-
### Changed
46-
### Deprecated
47-
### Removed
4843
### Fixed
4944
- Fixed missing version require [#205](https://github.com/opensearch-project/opensearch-ruby/issues/205) ([#206](https://github.com/opensearch-project/opensearch-ruby/pull/206))
50-
### Security
5145

5246
## [3.0.0]
5347
### Added
@@ -58,7 +52,3 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5852
- Merged `opensearch-transport`, `opensearch-api`, and `opensearch-dsl` into `opensearch-ruby` ([#133](https://github.com/opensearch-project/opensearch-ruby/issues/133))
5953
- Bumped `mocha` gem from 1.x.x to 2.x.x ([#178](https://github.com/opensearch-project/opensearch-ruby/pull/178))
6054
- Temporarily downgraded OS version in main` workflow from `latest` to `2.8.0` to avoid `2.9.0` breaking changes ([#178](https://github.com/opensearch-project/opensearch-ruby/pull/178))
61-
### Deprecated
62-
### Removed
63-
### Fixed
64-
### Security

lib/opensearch/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
# under the License.
2626

2727
module OpenSearch
28-
VERSION = '3.2.0'.freeze
28+
VERSION = '3.3.0'.freeze
2929
end

0 commit comments

Comments
 (0)