Releases: yugabyte/yb-voyager
Releases · yugabyte/yb-voyager
v0rc1.1.8.8
yb-voyager/v0rc1.1.8.8 Update YB_VOYAGER_VERSION to 0rc1.1.8.8 and DEBEZIUM_VERSION to 0rc1.…
v1.8.7
v1.8.7-b1733483624
Sample Issue Tests against YB Versions (#2033) Workflow that will help us detect when issues are fixed in YB: - Whenever we introduce a new issue, write a unit test asserting that it fails. - The unit test will be run against all the latest YB versions in every series that we support (2.18,2.20,2.23,2024.1,2024.2 for example) - YB fixes an issue in 2025.1.0.0. - As part of qualifying voyager for 2025.1 release, all unit tests are also run against 2025.1. Since the issue was fixed, "assert that it fails" will fail. - This prompts us to a. Add MinimumVersionsFixedIn[2025.1] = 2025.1.0.0 to the issue. b. Write a unit test that asserts that parserDetector.GetAllIssues(..., 2025.1) does not return an issue of that type. - The failing unit test will now start passing because it takes into account MinimumVersionsFixedIn[2025.1]. (this part is not implemented yet)
v0rc1.1.8.7
yb-voyager/v0rc1.1.8.7 Update YB_VOYAGER_VERSION to 0rc1.1.8.7 and DEBEZIUM_VERSION to 0rc1.…
v1.8.6
yb-voyager/v1.8.6 Update YB_VOYAGER_VERSION to 1.8.6 and DEBEZIUM_VERSION to 2.5.2-1.8.6
v0rc3.1.8.6
yb-voyager/v0rc3.1.8.6 Update YB_VOYAGER_VERSION to 0rc3.1.8.6 and DEBEZIUM_VERSION to 0rc3.…
v0rc2.1.8.6
yb-voyager/v0rc2.1.8.6 Update YB_VOYAGER_VERSION to 0rc2.1.8.6 and DEBEZIUM_VERSION to 0rc2.…
v0rc1.1.8.6
yb-voyager/v0rc1.1.8.6 Update YB_VOYAGER_VERSION to 0rc1.1.8.6 and DEBEZIUM_VERSION to 0rc1.…
v0rc1.1.8.5
Handle export data status panics (#1874) 1. Handling nil pointer and the index out-of-range issues while running export data status before, during, and after export data. 2. Handled panics in `get data-migration report`, when it was run before export was started. 3. Fixed a bug in the `export data status` for partitions case from PG where we club the statuses of all leaf table to root tables's entry, which was not showing the progress of partitions and was just showing the NOT-STARTED for the entire duration of export data and was showing the DONE one it is completed. 4. Fixed the output of the export data status for the Debezium export case of PG partitions with table-list 5. Added expected files to be validated in pg-partitions automation test for table-list case of export-data-status command.
v1.8.5
yb-voyager/v1.8.5 Update YB_VOYAGER_VERSION to 1.8.5 and DEBEZIUM_VERSION to 2.5.2-1.8.5