Skip to content

Commit

Permalink
Prepare changelog and bump version ready for v1.2.0 release (#449)
Browse files Browse the repository at this point in the history
* Prepare changelog and bump version ready for v1.2.0 release

Signed-off-by: Thomas Farr <[email protected]>

* Bump OpenSearch & Lucene versions

Signed-off-by: Thomas Farr <[email protected]>

---------

Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia authored Apr 30, 2024
1 parent 3db4b5a commit 2a41480
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 19 deletions.
37 changes: 22 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,36 @@
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

### Added

### Dependencies
- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.16.1 to 2.17.0
- Bumps `com.fasterxml.jackson.core:jackson-annotations` from 2.16.1 to 2.17.0
- Bumps `commons-logging:commons-logging` from 1.3.0 to 1.3.1
- Bumps `com.google.protobuf:protobuf-java` from 3.25.3 to 4.26.1
- Bumps `io.netty:netty-all` from 4.1.107.Final to 4.1.109.Final
- Bumps `org.slf4j:slf4j-api` from 2.0.12 to 2.0.13
- Bumps `commons-codec:commons-codec` from 1.16.1 to 1.17.0

### Changed
- Changes invalid request exception messages to always be detailed ([#438](https://github.com/opensearch-project/opensearch-hadoop/pull/438))

### Deprecated

### Removed

### Fixed
- Fixes AWS SigV4 signing of `POST` requests with empty bodies such as scroll ([#443](https://github.com/opensearch-project/opensearch-hadoop/pull/443))

### Security

### Dependencies

## [1.2.0]
### Changed
- Changes invalid request exception messages to always be detailed ([#438](https://github.com/opensearch-project/opensearch-hadoop/pull/438))

### Fixed
- Fixes AWS SigV4 signing of `POST` requests with empty bodies such as scroll ([#443](https://github.com/opensearch-project/opensearch-hadoop/pull/443))

### Dependencies
- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.16.1 to 2.17.0
- Bumps `com.fasterxml.jackson.core:jackson-annotations` from 2.16.1 to 2.17.0
- Bumps `commons-logging:commons-logging` from 1.3.0 to 1.3.1
- Bumps `com.google.protobuf:protobuf-java` from 3.25.3 to 4.26.1
- Bumps `io.netty:netty-all` from 4.1.107.Final to 4.1.109.Final
- Bumps `org.slf4j:slf4j-api` from 2.0.12 to 2.0.13
- Bumps `commons-codec:commons-codec` from 1.16.1 to 1.17.0

## [1.1.0]
### Changed
- Update Gradle to 8.5 ([#377](https://github.com/opensearch-project/opensearch-hadoop/pull/377), [#386](https://github.com/opensearch-project/opensearch-hadoop/pull/386))
Expand Down Expand Up @@ -72,7 +78,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Fixed
- Restored skipped push down tests ([125](https://github.com/opensearch-project/opensearch-hadoop/pull/125))
- Fixed spark failured due to deserialization failed logic ([219](https://github.com/opensearch-project/opensearch-hadoop/pull/219))
- Fixed spark failures due to deserialization failed logic ([219](https://github.com/opensearch-project/opensearch-hadoop/pull/219))

### Dependencies
- Bumps `com.google.guava:guava` from 16.0.1 to 23.0
Expand All @@ -97,7 +103,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `org.json4s:json4s-jackson_2.12` from 3.2.11 to 4.0.6
- Bumps `org.apache.avro:avro` from 1.7.7 to 1.11.1

[Unreleased]: https://github.com/opensearch-project/opensearch-hadoop/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/opensearch-project/opensearch-hadoop/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/opensearch-project/opensearch-hadoop/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/opensearch-project/opensearch-hadoop/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/opensearch-project/opensearch-hadoop/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/opensearch-project/opensearch-hadoop/compare/v7.13.4...v1.0.0
[1.0.0]: https://github.com/opensearch-project/opensearch-hadoop/compare/v7.13.4...v1.0.0
8 changes: 4 additions & 4 deletions buildSrc/opensearch-hadoop-version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
opensearch_hadoop = 1.1.0
opensearch = 2.12.0
lucene = 9.9.2
build-tools = 2.11.1
opensearch_hadoop = 1.2.0
opensearch = 2.13.0
lucene = 9.10.0
build-tools = 2.11.1

0 comments on commit 2a41480

Please sign in to comment.