Skip to content

Commit

Permalink
Prepare for v1.3.0 release (#519)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <tsfarr@amazon.com>
  • Loading branch information
Xtansia authored Sep 25, 2024
1 parent ee6d2de commit fcf5127
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,30 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]
### Added
- Added basic support for HTTP compression when writing to OpenSearch ([#451](https://github.com/opensearch-project/opensearch-hadoop/pull/451))
- Added support for k-nn vectors ([#424](https://github.com/opensearch-project/opensearch-hadoop/pull/489))

### Changed

### Deprecated

### Removed
- Removed obsolete backported classes for Jackson 1.5 support ([#471](https://github.com/opensearch-project/opensearch-hadoop/pull/471))

### Fixed
- Remove unnecessary outputCommitter setting ([#465](https://github.com/opensearch-project/opensearch-hadoop/pull/465))

### Security

### Dependencies

## [1.3.0]
### Added
- Added basic support for HTTP compression when writing to OpenSearch ([#451](https://github.com/opensearch-project/opensearch-hadoop/pull/451))
- Added support for k-nn vectors ([#424](https://github.com/opensearch-project/opensearch-hadoop/pull/489))

### Removed
- Removed obsolete backported classes for Jackson 1.5 support ([#471](https://github.com/opensearch-project/opensearch-hadoop/pull/471))

### Fixed
- Remove unnecessary outputCommitter setting ([#465](https://github.com/opensearch-project/opensearch-hadoop/pull/465))

### Dependencies
- Bumps `com.fasterxml.jackson.core:jackson-annotations` from 2.17.0 to 2.17.2
- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.17.0 to 2.17.2
Expand Down Expand Up @@ -115,7 +124,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.2.0...HEAD
[Unreleased]: https://github.com/opensearch-project/opensearch-hadoop/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/opensearch-project/opensearch-hadoop/compare/v1.2.0...v1.3.0
[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
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/opensearch-hadoop-version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
opensearch_hadoop = 1.2.0
opensearch_hadoop = 1.3.0
opensearch = 2.13.0
lucene = 9.10.0
build-tools = 2.11.1

0 comments on commit fcf5127

Please sign in to comment.