Skip to content

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 20 Aug 17:26
· 58 commits to main since this release
87b4c56

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.