Releases: opensearch-project/opensearch-hadoop
Releases · opensearch-project/opensearch-hadoop
v1.3.0
What's Changed
Added
- Added basic support for HTTP compression when writing to OpenSearch (#451)
- Added support for k-nn vectors (#424)
Removed
- Removed obsolete backported classes for Jackson 1.5 support (#471)
Fixed
- Remove unnecessary outputCommitter setting (#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 - Bumps
commons-logging:commons-logging
from 1.3.1 to 1.3.4 - Bumps
com.google.protobuf:protobuf-java
from 4.26.1 to 4.28.2 - Bumps
io.netty:netty-all
from 4.1.109.Final to 4.1.112.Final - Bumps
jakarta.servlet:jakarta.servlet-api
from 6.0.0 to 6.1.0 - Bumps
commons-codec:commons-codec
from 1.17.0 to 1.17.1 - Bumps
org.slf4j:slf4j-api
from 2.0.13 to 2.0.16
New Contributors
- @mliarakos made their first contribution in #451
- @asalamon74 made their first contribution in #458
- @varun-lodaya made their first contribution in #466
- @dgoldenberg-ias made their first contribution in #489
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
Changed
- Changes invalid request exception messages to always be detailed (#438)
Fixed
- Fixes AWS SigV4 signing of
POST
requests with empty bodies such as scroll (#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
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
Changed
Fixed
- Corrected the delete by query endpoint to match the OpenSearch API (#350)
Dependencies
- Bumps
com.google.protobuf:protobuf-java
from 3.22.3 to 3.25.3 - Bumps
com.esotericsoftware.kryo:kryo
from 2.21 to 2.24.0 - Bumps
io.netty:netty-all
from 4.1.92.Final to 4.1.107.Final - Bumps
org.codehaus.woodstox:stax2-api
from 3.1.4 to 4.2.2 - Bumps
com.fasterxml.jackson.core:jackson-annotations
from 2.15.0 to 2.16.1 - Bumps
org.slf4j:slf4j-api
from 1.7.6 to 2.0.12 - Bumps
com.google.code.findbugs:jsr305
from 2.0.1 to 3.0.2 - Bumps
org.apache.htrace:htrace-core4
from 4.1.0-incubating to 4.2.0-incubating - Bumps
com.fasterxml.jackson.core:jackson-databind
from 2.15.0 to 2.16.1 - Bumps
org.json4s:json4s-ast_2.10
from 3.2.10 to 3.6.12 - Bumps
org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7
from 1.0.0 to 1.1.1 - Bumps
org.apache.avro:avro
from 1.7.7 to 1.8.2 - Bumps
com.amazonaws:aws-java-sdk-bundle
from 1.12.451 to 1.12.651 - Bumps
commons-codec:commons-codec
from 1.15 to 1.16.1 - Bumps
com.amazonaws:aws-java-sdk-bundle
from 1.12.451 to 1.12.524 - Bumps
commons-logging:commons-logging
from 1.2 to 1.3.0 - Bumps
org.json4s:json4s-jackson_2.12
from 4.0.6 to 4.0.7 - Bumps
com.fasterxml.jackson.module:jackson-module-scala_2.12
from 2.15.2 to 2.16.1
New Contributors
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Enable auto-publish, change token and add documentation by @gaiksaya in #239
- Fixes imports from being thirdparty to local by @harshavamsi in #245
- Fix wrong OpenSearch version in requirements in README bug (#241) by @tr0k in #244
- Fix/spark20tests by @harshavamsi in #246
- Bump com.fasterxml.jackson.core:jackson-annotations from 2.6.7 to 2.15.2 by @dependabot in #249
- Updating docs to include compatiblity and user guide by @harshavamsi in #252
- Bumping version to 1.0.1 for new release by @harshavamsi in #253
- Bump commons-logging:commons-logging from 1.1.1 to 1.2 in /spark/sql-20 by @dependabot in #211
- Reverts PR #249 by @harshavamsi in #256
- Add distribution check workflow by @harshavamsi in #255
New Contributors
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- [Remove] docs directory by @nknize in #1
- [Git] Add precommit workflow by @nknize in #2
- Update precommit java version to 17 by @nknize in #5
- [Refactor] buildSrc directory from legacy to OpenSearch by @nknize in #4
- [Refactor] buildSrc/java from legacy to opensearch namespace by @nknize in #6
- [Refactor] legacy major version class to OpenSearchMajorVersion and fix tests by @nknize in #7
- [Refactor] Hadoop MR iTest and test by @nknize in #8
- [Refactor] mr/hadoop cfg,cli,handler,mr,rest, and security by @nknize in #9
- [Refactor] hadoop-mr main to opensearch namespace by @nknize in #10
- [github] add new templates by @nknize in #11
- [Refactor] MR classnames and logging by @nknize in #12
- [Refactor] Hive and Pig by @nknize in #13
- [Refactor] qa module to opensearch by @nknize in #14
- [Refactor] Spark from legacy namespace to opensearch by @nknize in #15
- [Refactor] Spark13 from legacy to opensearch namespace by @nknize in #16
- [Refactor] spark-20 from legacy to opensearch namespace by @nknize in #17
- [Refactor] spark-sql-30 from legacy to opensearch namespace by @nknize in #18
- [Refactor] Storm and Test from legacy to opensearch namespace by @nknize in #19
- [Refactor] Scala namespace from legacy to opensearch by @nknize in #21
- Rename more occurances of ElasticSearch to OpenSearch by @harshavamsi in #22
- [Refactor] From legacy build-tools to opensearch build-tools by @nknize in #26
- Update licenses across the project by @harshavamsi in #27
- Adding opensearch project required files: Admins, Maintainers etc by @harshavamsi in #23
- [Refactor] First round of Versioning from legacy to OpenSearch version support by @nknize in #29
- [Re-version] Second round of Versioning from legacy to OpenSearch version support by @nknize in #30
- [Refactor] From Legacy to OpenSearch Namespace with Hive IT passing by @nknize in #31
- [Refactor] MapReduce integrationTests cleanup by @nknize in #33
- [Test] Fix Keytool Test by @nknize in #34
- Adding build phase to github actions by @harshavamsi in #24
- [Test] Fix MR unit test failures by @nknize in #35
- [Test] fix OpenSearchStorage namespace by @nknize in #37
- [Test] Integration Test Fixes Round 1 by @nknize in #38
- Configure Mend for GitHub.com by @mend-for-github-com in #39
- More ES refactoring by @harshavamsi in #32
- Adding more build steps by @harshavamsi in #40
- [Test] ignore strict pushdown tests by @nknize in #42
- [Refactor] More Es and legacy references to OpenSearch by @nknize in #43
- [Refactor] more es and legacy references to OpenSearch by @nknize in #44
- [Refactor] Remaining legacy naming to opensearch by @nknize in #45
- Fixes external entity XML parsing by @harshavamsi in #46
- Updated MAINTAINERS.md format. by @dblock in #47
- Upgrade spark version + bug fixes by @harshavamsi in #50
- Adds SigV4 capability by @harshavamsi in #48
- Adding docs for SigV4 support by @harshavamsi in #51
- Adding dependabot config by @harshavamsi in #52
- Adding dependabot PR helper by @harshavamsi in #65
- Feature/dependabot pr by @harshavamsi in #66
- Updating to add JAVA HOME variables by @harshavamsi in #67
- Bump com.google.guava:guava from 11.0 to 23.0 in /pig by @dependabot in #53
- Bump commons-codec:commons-codec from 1.4 to 1.15 in /mr by @dependabot in #55
- Bump commons-codec:commons-codec from 1.12 to 1.15 in /buildSrc by @dependabot in #56
- Bump org.apache.avro:avro from 1.7.7 to 1.11.1 by @dependabot in #57
- Bump commons-httpclient:commons-httpclient from 3.0.1 to 3.1 in /thirdparty by @dependabot in #64
- Bump com.fasterxml.jackson.core:jackson-databind from 2.7.8 to 2.14.2 in /hive by @dependabot in #54
- Bump org.json4s:json4s-ast_2.10 from 3.2.10 to 3.6.12 in /spark/sql-13 by @dependabot in #58
- Bump org.json4s:json4s-ast_2.10 from 3.2.10 to 3.6.12 in /spark/core by @dependabot in #59
- Bump commons-codec:commons-codec from 1.4 to 1.15 in /storm by @dependabot in #62
- Bump commons-codec:commons-codec from 1.4 to 1.15 in /dist by @dependabot in #60
- Bump com.fasterxml.jackson.core:jackson-annotations from 2.6.7 to 2.14.2 in /spark/sql-30 by @dependabot in #61
- Revert "Bump commons-httpclient:commons-httpclient from 3.0.1 to 3.1 in /thirdparty" by @harshavamsi in #68
- Revert "Bump commons-codec:commons-codec from 1.4 to 1.15 in /storm" by @harshavamsi in #69
- Revert "Bump com.fasterxml.jackson.core:jackson-annotations from 2.6.7 to 2.14.2 in /spark/sql-30" by @harshavamsi in #70
- Revert "Bump org.json4s:json4s-ast_2.10 from 3.2.10 to 3.6.12 in /spark/core" by @harshavamsi in #72
- Revert "Bump org.json4s:json4s-ast_2.10 from 3.2.10 to 3.6.12 in /spark/sql-13" by @harshavamsi in #73
- Revert "Bump org.apache.avro:avro from 1.7.7 to 1.11.1" by @harshavamsi in #74
- Revert "Bump commons-codec:commons-codec from 1.4 to 1.15 in /dist" by @harshavamsi in #71
- Revert "Bump com.fasterxml.jackson.core:jackson-databind from 2.7.8 to 2.14.2 in /hive" by @harshavamsi in #75
- Added untriaged issue workflow. by @dblock in #95
- Adding necessary workflows by @harshavamsi in #96
- Bump com.google.code.findbugs:jsr305 from 2.0.1 to 3.0.2 in /spark/sql-13 by @dependabot in #93
- Bump org.apache.rat:apache-rat from 0.13 to 0.15 in /buildSrc by @dependabot in #91
- Bump commons-httpclient:commons-httpclient from 3.0.1 to 3.1 in /thirdparty by @dependabot in #92
- Bump com.fasterxml.jackson.core:jackson-databind from 2.7.8 to 2.14.2 in /hive by @dependabot in #90
- Bump jakarta.servlet:jakarta.servlet-api from 4.0.3 to 6.0.0 in /spark/sql-30 by @dependabot in http...