v0.10.0
Pre-release
Pre-release
Breaking Changes 💥
- Change token type to the
Bearer
for ease of testing (#93)- Might impact users who import the
integration
package
- Might impact users who import the
- 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
General Updates
- Postgres Error README update (#88)
- Change default multi-tenant identifier from
AccountID
toaccount_id
(#92)
Bug Fixes