Skip to content

v0.14.3

Latest
Compare
Choose a tag to compare
@brandur brandur released this 15 Dec 20:03
· 6 commits to master since this release
bf286e4

Changed

  • Dropped internal random generators in favor of math/rand/v2, which will have the effect of making code fully incompatible with Go 1.21 (go.mod has specified a minimum of 1.22 for some time already though). PR #691.

Fixed

  • 006 migration now tolerates previous existence of a unique_states column in case it was added separately so that the new index could be raised with CONCURRENTLY. PR #690.