Skip to content

Releases: opensearch-project/cross-cluster-replication

2.13.0.0

02 Apr 23:02
b64bd49
Compare
Choose a tag to compare

Version 2.13.0 Release Notes

Compatible with OpenSearch 2.13.0

Security Fixes

  • Bumped up to latest version of ipaddress library (#1339)

Maintenance

  • Updated lucene snapshot location to prevent builds to fail between file deletion and re-upload when snapshots are updated (#1351)

2.12.0.0

20 Feb 23:57
91c5fad
Compare
Choose a tag to compare

Version 2.12.0 Release Notes

Compatible with OpenSearch 2.12.0

Bug Fixes

  • Implement getSystemIndexDescriptors to support SystemIndex for replication plugin (#1290)
  • Correct error message including what fields are missing when field are not passed when starting replication (#1292)
  • Ignoring all the final settings to copy from leader to follower as those settings won't be able to apply as those are not updatable (#1304)

2.11.0.0

16 Oct 19:18
9a49f40
Compare
Choose a tag to compare

Version 2.11.0 Release Notes

Compatible with OpenSearch 2.11.0

2.10.0.0

25 Sep 22:39
dee2f60
Compare
Choose a tag to compare

Version 2.10.0.0 Release Notes

Compatible with OpenSearch 2.10.0

Bug Fixes

  • Settings are synced before syncing mapping (#994)
  • Handled OpenSearchRejectExecuteException, introduced new setting plugins.replication.follower.concurrent_writers_per_shard. (#1004)
  • Fixed tests relying on wait_for_active_shards, fixed test for single Node and consume numNodes (#1091)
  • Excessive logging avoided during certain exception types such as OpensearchTimeoutException (#1114)

2.9.0.0

06 Jun 19:12
7d5e071
Compare
Choose a tag to compare

Version 2.9.0.0 Release Notes

Compatible with OpenSearch 2.9.0

Bug Fixes

  • Handle bug in Shard replication task assignment (#881)
  • Update Leader checkpoint when shard replication task is reinitialized (#904)
  • Correctly handle retention lease renewal (if the lease already exists) during bootstrap (#904)
  • Clear persistent tasks from cluster state after STOP API is triggered (#905)
  • Handle OpenSearchRejectExecuteException Exception during replay (#1004)
  • Fix Resume replication flow in dedicated master node configuration (#1030)

2.7.0.0

02 May 20:57
dd90f13
Compare
Choose a tag to compare

Version 2.7.0.0 Release Notes

Compatible with OpenSearch 2.7.0

Bug Fixes

  • Modified autofollow stats to rely on single source for failed indices (#736)
  • Update UpdateAutoFollowPatternIT "test auto follow stats" to wait for 60 seconds (#745)
  • Update imports from common to core package (#761)
  • Adding a proxy mode connection setup for CCR (#795)
  • Handled exception under multi-field mapping update (#789)
  • Handled batch requests for replication metadata update under cluster state (#778)

Infrastructure

  • Added support for running Integtest on Remote clusters (#733)

2.6.0.0

01 Mar 07:50
0114cf8
Compare
Choose a tag to compare

What's Changed

  • [Backport 2.x] Upgrade Snakeyml and Jackson by @opensearch-trigger-bot in #574
  • [Backport 2.x] add groupId = org.opensearch.plugin by @ankitkala in #593
  • [AUTO] Increment version to 2.4.0-SNAPSHOT by @opensearch-trigger-bot in #553
  • [Backport 2.x] Add support for windows & mac build by @opensearch-trigger-bot in #599
  • [Backport 2.x] Updated jackson databind version to 2.13.4.2 by @opensearch-trigger-bot in #597
  • [Backport 2.x] Include default index settings during leader setting validation by @opensearch-trigger-bot in #602
  • Add 2.4 release notes by @ankitkala in #617
  • stopReplication API removed from integ test cases for 2.x by @sricharanvuppu in #625
  • [AUTO] Increment version to 2.5.0-SNAPSHOT by @opensearch-trigger-bot in #621
  • [Backport #619 to 2.x] stopping replication before clean up of indices by @sricharanvuppu in #635
  • Updating multi-field mapping at follower (#671) by @sricharanvuppu in #680
  • [AUTO] Increment version to 2.6.0-SNAPSHOT by @opensearch-trigger-bot in #676
  • [Backport 2.6] Add github workflow for auto release by @opensearch-trigger-bot in #715
  • [Backport 2.6] Adding 2.6.0 release notes by @opensearch-trigger-bot in #717
  • [Backport 2.6] [Backport]Add github action to publish snapshots to maven by @opensearch-trigger-bot in #720
  • Revert Build Fix: Update Strings.toString to pass the JSON XContentType by @gaiksaya in #723

Full Changelog: 2.3.0.0...2.6.0.0

2.1.0.0

18 Jul 11:29
e85efb8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0.0...2.1.0.0

2.0.0.0

18 Jul 11:28
818e8d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0.0...2.0.0.0

1.3.0.0

17 Mar 18:17
Compare
Choose a tag to compare

Compatible with OpenSearch 1.2.0

Enhancements

  • Enhance Autofollow task to start replication jobs based on settings (#307)

Bug Fixes

  • Bugfix: Stregthen validation checks for status API (#317)

Infrastructure

  • [CI] Default CI Java Version to Java 11, run tests on 8, 11 and 17 (#329)