v1.3.0
Notably, this release:
- Adds a Transactor class for customizing the
transact
andconnect
methods: https://github.com/AugustNagro/magnum?tab=readme-ov-file#customizing-transactions - Supports configurable logging and error messages, as well as logging of slow queries: https://github.com/AugustNagro/magnum?tab=readme-ov-file#logging-slow-queries
- Support for arrays of enums in the Postgres module: https://github.com/AugustNagro/magnum?tab=readme-ov-file#arrays-of-enums
What's Changed
- DataSource is in the javax.sql package by @adamw in #33
- remove 'credentials' setting, we can use SBT_CREDENTIALS env var instead by @AugustNagro in #42
- fix Logger name by @AugustNagro in #39
- document how to handle Optionals in Specifications by @AugustNagro in #38
- Pg module: support arrays of enums by @AugustNagro in #37
- Transactor class and Configurable Logging via SqlLogger by @AugustNagro in #44
New Contributors
Full Changelog: v1.2.1...v1.3.0