Skip to content

Releases: mongodb-labs/migration-verifier

v0.0.3

01 Aug 13:44
9431222
Compare
Choose a tag to compare

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

29 Jul 16:01
9af8b54
Compare
Choose a tag to compare
Fix handling of non-transient errors when processing doc-compare task…

v0.0.1

08 Jul 16:12
916bad0
Compare
Choose a tag to compare
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