Skip to content

v0.9.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ZachEddy ZachEddy released this 26 Jul 23:26
· 208 commits to master since this release
3e0f9c7

New Features

  • Added validation error customization (#57)
    • Customize the errors returned by validation middleware
  • Added toolkit support for integration testing (#74)
    • New helper functions that make integration tests easier to write
  • Added Postgres error mapping (#71)
    • Read Postgres errors and map them to application errors

General Updates

  • Improved documentation for the auth package (#72)
  • Constructor for transaction struct (#81)
  • Field presence interceptor works for an arbitrarily-named field (#84)
  • Made field selection be tolerant to synthetic fields (#85)

Bug Fixes

  • Removed panic recoveries in interceptors (#80)
  • Made parameter checks more permissive for MergeWithMask (#86)