v0.9.0
Pre-release
Pre-release
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