Skip to content

v0.10.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ZachEddy ZachEddy released this 08 Aug 10:12
· 198 commits to master since this release

Breaking Changes 💥

  • Change token type to the Bearer for ease of testing (#93)
    • Might impact users who import the integration package
  • Introduced dedicated interface to define resource name (#95)
    • The applications that rely on default behavior will be affected.
    • The applications that implement XXX_MessageName will not be affected

New Features

  • Enable string comparison operators for filtering (#87)
  • Function to check nil Identifier (#97)

General Updates

  • Postgres Error README update (#88)
  • Change default multi-tenant identifier from AccountID to account_id (#92)

Bug Fixes

  • Fix issue that caused field masks to get mangled (#91)
  • Fix swagger definitions in query and rpc (#96)