Notable
- Fixes "expected SASL response, got message type" which can appear in Postgres logs
- Don't attempt to check database availability during tenant CRUD operations
- Fixes metrics per tenant endpoint
- Fixes edge cases during scram auth
What's Changed
- feat: track duration from tcp connection to greeting clients by @abc3 in #258
- fix: don't block the connection during the scram dance by @abc3 in #256
- fix: add a new line in tenant metrics by @abc3 in #261
- fix: new line in tenant metrics by @abc3 in #262
- feat: bump Rustler and pg_query to resolve security warning by @J0 in #255
- fix: add proto guards by @abc3 in #267
- feat: don't check db creds on update by @abc3 in #265
Full Changelog: v1.1.6...v1.1.13