Skip to content

v0.8.0

Choose a tag to compare

@guseggert guseggert released this 13 Dec 21:34
· 141 commits to master since this release
1ad440b
  • Upgrade go-datastore (it now requires contexts on most methods)
    • This is a breaking change, you must provide a context in more places, trivially you can pass context.Background() or context.TODO()
  • Upgrade to [email protected]