Skip to content

Releases: opensearch-project/opensearch-migrations

1.0.6

09 May 21:09
a3fe877
Compare
Choose a tag to compare

What's Changed

  • S3Repo now uses Async client and TransferManager by @chelma in #613
  • Fix missing gatheringRequest trace for non-blocking requests by @mikaylathompson in #616
  • New async bindings by @gregschohn in #614
  • Add trafficReplayerMaxUptime parameter and functionality by @AndreKurait in #620
  • [Bug] Fix failing Fetch Migration test by @lewijacn in #624
  • [Feature] Add Basic Support for OpenSearch Ingestion controls from the Migration Console by @lewijacn in #621
  • Remove Migration Console build directory on gradle clean by @lewijacn in #625
  • Add RFS gradle tasks for jacoco test report and copying of jars by @lewijacn in #626
  • [RFS] Refactored DocumentReindexer, HTTP client usage, added a OpenSearchClient by @chelma in #623
  • Increase default MAX_PAYLOAD_BYTES_TO_PRINT to 100MiB by @AndreKurait in #622
  • Updating maintainers list, adding Peter by @sumobrian in #627
  • Upload TrafficCapture test results as artifacts in GitHub workflow by @peternied in #628
  • Add a bit of error checking and early exiting to the E2E Setup Script by @mikaylathompson in #631
  • Favor ByteBuf Duplicates, NettyJsonContentAuthSigner and StreamChannelConnectionCaptureSerializer Refactoring by @AndreKurait in #615
  • Update AsyncLogger.WaitStrategy to Block to fix high CPU by @AndreKurait in #634
  • Werkzeug Fix Attempts by @mikaylathompson in #606
  • Fix ReadTimeoutException between requests by @AndreKurait in #640
  • Fix IllegalArgumentException in Replayer logging by @AndreKurait in #632
  • Fix Javadoc by @AndreKurait in #645
  • Update base java image to amazoncorretto:11-al2023-headless by @AndreKurait in #635
  • Update supported versions in documentation by @sumobrian in #646

New Contributors

Full Changelog: 1.0.5...1.0.6

1.0.5

25 Apr 20:43
bfdee57
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.4...1.0.5

1.0.4

24 Apr 04:35
d8b4ba8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

17 Apr 02:19
4ec659b
Compare
Choose a tag to compare

What's Changed

New Contributors

Read more

1.0.2

15 Dec 20:50
c14529b
Compare
Choose a tag to compare

What's Changed

  • Add more context for log statements for many thrown exceptions by @gregschohn in #453
  • Filter request capturing based upon header matching using regex. @gregschohn in #468
  • Bugfix for over-committing KafkaRecords too early by @gregschohn in #468
  • Fix Kafka committing errors by @gregschohn in #471
  • Sync Kafka Versions to 3.6 across Solution by @lewijacn in #469
  • Add ability to use ECS Kafka and OpenSearch containers for testing use cases in CDK by @lewijacn in #472
  • Add E2E AWS Integration Testing Script by @lewijacn in #462
  • For Fetch Migration, add track_total_hits parameter to doc-count operation by @kartg in #474

Full Changelog: 1.0.1...1.0.2

1.0.1

04 Dec 16:21
908f360
Compare
Choose a tag to compare

OpenSearch tooling to assist in OpenSearch upgrades, migrations, and comparisons.

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

12 Nov 22:49
c4eb40e
Compare
Choose a tag to compare

OpenSearch tooling to assist in OpenSearch upgrades, migrations, and comparisons.

0.1.0

12 Sep 22:24
a1a448f
Compare
Choose a tag to compare

OpenSearch Migrations - Capture and replay

OpenSearch migration tooling facilitates OpenSearch migrations and upgrades. With these tools, you can set up a proof-of-concept environment locally using Docker containers or deploy to AWS using a one-click deployment script. Once set up and deployed, users can redirect their production traffic from a source cluster to a provisioned target cluster, enabling a comparison of results between the two clusters. All traffic directed to the source cluster is stored for future replay. Meanwhile, traffic to the target cluster is replayed at an identical rate to ensure a direct "apple-to-apple" comparison. This toolset empowers users to fine-tune cluster configurations and manage workloads more effectively.

Full Changelog: https://github.com/opensearch-project/opensearch-migrations/commits/0.1.0