Skip to content

Commit cfd585b

Browse files
authored
Preparing for next developer iteration, 2.4.3. (opensearch-project#606)
Signed-off-by: dblock <dblock@amazon.com>
1 parent 103bc89 commit cfd585b

File tree

4 files changed

+21
-10
lines changed

4 files changed

+21
-10
lines changed

.github/workflows/unified-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
stack_version: ['2.4.2']
12+
stack_version: ['2.4.3']
1313

1414
steps:
1515
- name: Checkout

CHANGELOG.md

+18-7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77
### Deprecated
88
### Removed
99
### Fixed
10+
### Security
11+
12+
## [2.4.2]
13+
### Added
14+
### Changed
15+
### Deprecated
16+
### Removed
17+
### Fixed
1018
- Fix `TypeError` on `parallel_bulk` ([#601](https://github.com/opensearch-project/opensearch-py/pull/601))
1119
- Fix Amazon OpenSearch Serverless integration with LangChain ([#603](https://github.com/opensearch-project/opensearch-py/pull/603))
1220
- Fix type of `Field.__setattr__` ([604](https://github.com/opensearch-project/opensearch-py/pull/604))
@@ -183,11 +191,14 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
183191
- Fixed Wrong return type hint in `async_scan` ([520](https://github.com/opensearch-project/opensearch-py/pull/520))
184192
### Security
185193

186-
[Unreleased]: https://github.com/opensearch-project/opensearch-py/compare/v2.3.2...HEAD
187-
[2.0.1]: https://github.com/opensearch-project/opensearch-py/compare/v2.0.0...v2.0.1
188-
[2.1.0]: https://github.com/opensearch-project/opensearch-py/compare/v2.0.1...v2.1.0
189-
[2.1.1]: https://github.com/opensearch-project/opensearch-py/compare/v2.1.0...v2.1.1
190-
[2.2.0]: https://github.com/opensearch-project/opensearch-py/compare/v2.1.1...v2.2.0
191-
[2.3.0]: https://github.com/opensearch-project/opensearch-py/compare/v2.2.0...v2.3.0
192-
[2.3.1]: https://github.com/opensearch-project/opensearch-py/compare/v2.3.0...v2.3.1
194+
[Unreleased]: https://github.com/opensearch-project/opensearch-py/compare/v2.4.2...HEAD
195+
[2.4.2]: https://github.com/opensearch-project/opensearch-py/compare/v2.4.0...v2.4.2
196+
[2.4.1]: https://github.com/opensearch-project/opensearch-py/compare/v2.4.0...v2.4.1
197+
[2.4.0]: https://github.com/opensearch-project/opensearch-py/compare/v2.3.2...v2.4.0
193198
[2.3.2]: https://github.com/opensearch-project/opensearch-py/compare/v2.3.1...v2.3.2
199+
[2.3.1]: https://github.com/opensearch-project/opensearch-py/compare/v2.3.0...v2.3.1
200+
[2.3.0]: https://github.com/opensearch-project/opensearch-py/compare/v2.2.0...v2.3.0
201+
[2.2.0]: https://github.com/opensearch-project/opensearch-py/compare/v2.1.1...v2.2.0
202+
[2.1.1]: https://github.com/opensearch-project/opensearch-py/compare/v2.1.0...v2.1.1
203+
[2.1.0]: https://github.com/opensearch-project/opensearch-py/compare/v2.0.1...v2.1.0
204+
[2.0.1]: https://github.com/opensearch-project/opensearch-py/compare/v2.0.0...v2.0.1

benchmarks/poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

opensearchpy/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
# specific language governing permissions and limitations
2626
# under the License.
2727

28-
__versionstr__: str = "2.4.2"
28+
__versionstr__: str = "2.4.3"

0 commit comments

Comments
 (0)