diff --git a/CHANGELOG.md b/CHANGELOG.md index 58135597d..3a2bbee56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/buildSrc/opensearch-hadoop-version.properties b/buildSrc/opensearch-hadoop-version.properties index f30464d73..b081ed4b1 100644 --- a/buildSrc/opensearch-hadoop-version.properties +++ b/buildSrc/opensearch-hadoop-version.properties @@ -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