Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for v1.3.0 release #519

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading