v1.1.39
What's Changed
- fix: enable connection to custom database name other than 'postgres' by @w3b6x9 in #254
- fix: tenant id handling in manager by @abc3 in #271
- feat: add new metrics by @abc3 in #270
- feat: pick node to spin up a pool by tenant id by @abc3 in #269
- fix: metrics tenant by @abc3 in #272
- fix: start_dist in client_handler by @abc3 in #275
- fix: kill the linked handler in session mode by @abc3 in #277
- feat: add more logs by @abc3 in #278
- chore: set max heap size for handlers by @abc3 in #280
- fix: setting a mode on transaction port by @abc3 in #283
- feat: setting log level per tenant via options by @abc3 in #286
- feat: update hostname by @abc3 in #288
- chore(deps): bump shlex from 1.2.0 to 1.3.0 in /native/pgparser by @dependabot in #281
- chore: improve logging by @abc3 in #292
- chore: set number of ets tables and processes by @abc3 in #293
- fix: add [active: once] on receiving a response by @abc3 in #295
- feat: reset the check timer after the client's disconnection by @abc3 in #291
- fix: handle client termination in db handler by @abc3 in #296
- fix: add an error case for get_payload() by @abc3 in #297
- fix: stop db handler before client by @abc3 in #298
- feat: local or remote pool checkout duration metric by @abc3 in #299
- feat: recheck auth secrets on connection error by @abc3 in #304
- feat: idle workers in pool by @abc3 in #285
- chore: ecto pool_size 25 by @abc3 in #305
- chore: update options for the get secrets by @abc3 in #306
- feat: clear tenant's cache on update or delete by @abc3 in #309
New Contributors
Full Changelog: v1.1.13...v1.1.39