Skip to content

Release v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jul 06:09
734d101

0.4.0 (2021-07-22)

Features

  • documents: Add key to document SDK and add translation to adapters. (c072374)
  • documents/boltdb: Return Key on boltdb queries and gets. (b96848f)
  • documents/dynamodb: Add key returns to queries and gets. (fd418ff)
  • documents/firestore: Add key return to gets and queries. (a60dff8)

Bug Fixes

  • boltdb miscounting records with failed matchers (ff5352d)

Tests

  • documents: Add basic key checks to integration tests. (5c0ad88)
  • documents: Add stronger document key test assertions. (d8f5c39)
  • documents: correct bad assertions. (d342a90)
  • documents: Improve document integration test suite assertions for keys. (ba28ee9)