Skip to content

Tags: BhumikaSaini-Amazon/OpenSearch

Tags

2.0.1

Toggle 2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert beat _type changes (opensearch-project#3559)

* Revert "Revert removal of typed end-points for bulk, search, index APIs (opensearch-project#3524) (opensearch-project#3528)"

This reverts commit fc8803f.

* Revert "[Type removal] Ignore _type field in bulk request (opensearch-project#3504)"

This reverts commit 5bd7236.

Signed-off-by: Suraj Singh <surajrider@gmail.com>
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>

1.3.3

Toggle 1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Dependency upgrade] google-oauth-client to 1.33.3 (opensearch-projec…

…t#3502)

Signed-off-by: Suraj Singh <surajrider@gmail.com>

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "Remove deprecated methods from JodaCompatibleZonedDateTime wh…

…ich are called by scripts (opensearch-project#3346) (opensearch-project#3348)" (opensearch-project#3393)

This reverts commit a764fde.

Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>

1.3.2

Toggle 1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update bundled JDK to 11.0.15+10 (opensearch-project#3100) (opensearc…

…h-project#3134)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

Co-authored-by: Andriy Redko <andriy.redko@aiven.io>

2.0.0-rc1

Toggle 2.0.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Backport 2.0] [Remove] Type from nested fields using new metadata fi…

…eld mapper (opensearch-project#3097)

* [Remove] Type from nested fields using new metadata field mapper (opensearch-project#3004)

* [Remove] Type from nested fields using new metadata field mapper

types support is removed yet nested documents use the _type field to store the
path for nested documents. A new _nested_path metadata field mapper is added to
take the place of the _type field in order to remove the type dependency in
nested documents. BWC is handled in the new field mapper to ensure compatibility
with older versions.

Signed-off-by: Nicholas Walter Knize <nknize@apache.org>

* spotless apply

Signed-off-by: Nicholas Walter Knize <nknize@apache.org>

* add back Nested field mapper to IndicesModuleTests

Signed-off-by: Nicholas Walter Knize <nknize@apache.org>

1.3.1

Toggle 1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Exclude man page symlink in distribution (opensearch-project#2602)

This is a short-term solution to unblock the build process for the 1.3
release. A tool used in that process (cpio) is failing on a symlink in
the JDK man pages, so this is a hack to just remove that symlink. See
issue opensearch-project#2517 for more details.

Signed-off-by: Andrew Ross <andrross@amazon.com>

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
MapperService has to be passed in as null for EnginePlugins CodecServ…

…ice constructor (opensearch-project#2177) (opensearch-project#2413)

* MapperService has to be passed in as null for EnginePlugins CodecService constructor

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

* Addressing code review comments

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

* Delayed CodecService instantiation up to the shard initialization

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

* Added logger (associated with shard) to CodecServiceConfig

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

* Refactored the EngineConfigFactory / IndexShard instantiation of the CodecService

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit 9c679cb)

Co-authored-by: Andriy Redko <andriy.redko@aiven.io>

1.2.4

Toggle 1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update FIPS API libraries of Bouncy Castle (opensearch-project#1853) (o…

…pensearch-project#1888)

* Update bc-fips to 1.0.2.1

Signed-off-by: Tianli Feng <ftl94@live.com>

* Update bcpg-fips to 1.0.5.1

Signed-off-by: Tianli Feng <ftl94@live.com>

* Update bctls-fips to 1.0.12.2

Signed-off-by: Tianli Feng <ftl94@live.com>

* Use the unified bouncycastle version for bcpkix-jdk15on in HDFS testing fixture

Signed-off-by: Tianli Feng <ftl94@live.com>

1.2.3

Toggle 1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

1.2.2

Toggle 1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Increment version to 1.2.2 and backport log4j upgrade to 2.16. (opens…

…earch-project#1728)

* Increment version to 1.2.2.

Signed-off-by: dblock <dblock@amazon.com>

* Upgrade to log4j 2.16.0 (opensearch-project#1721) (opensearch-project#1723)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

* Moving DCO to workflows (opensearch-project#1458)

Signed-off-by: CEHENKLE <henkle@amazon.com>

Co-authored-by: Andriy Redko <andriy.redko@aiven.io>
Co-authored-by: CEHENKLE <henkle@amazon.com>