Releases: mongodb-labs/migration-verifier
Releases · mongodb-labs/migration-verifier
v0.0.6
v0.0.5
v0.0.5
- REP-6438: Logs now reflect progress made in currently-running tasks.
- REP-6492: Partitioning will now, when possible, use an algorithm that
divides collections more evently.
v0.0.4
v0.0.4
- Arbitrary DDL is now allowed on the destination. This accommodates
migrations that build indexes after initial sync. - Binaries are no longer built with CGO, which will prevent compatibility
problems with older OSes when using release binaries. - Internal handling of shard keys with dots is fixed. Previously it was
possible for the wrong documents to be compared, which could have
yielded spurious mismatches. (This only happened if a field in the shard
key contains a dot, which is rare.) - Performance on pre-v5 clusters is dramatically improved thanks to a more
optimized query. Verification against pre-v5 clusters should now perform
comparably to verification on later server versions.
v0.0.3
v0.0.3
This release adds opt-in hashed verification. This can dramatically
accelerate verification and reduce resource consumption. It skips
verification of certain esoteric type changes, though, so it should only
be used when that is an acceptable tradeoff.
v0.0.2
Fix handling of non-transient errors when processing doc-compare task…
v0.0.1
REP-6296 Add a GitHub release process (#121) This: - adds a GitHub Action that runs whenever a `v`-prefixed semver tag is pushed - adds documentation for the release process - reworks the `build.sh` script to prefer the release version rather than the git revision