New
v1.3.0
Notably, this release:
- Adds a Transactor class for customizing the
transactandconnectmethods: 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 https://github.com/AugustNagro/magnum/pull/33
- remove 'credentials' setting, we can use SBT_CREDENTIALS env var instead by @AugustNagro in https://github.com/AugustNagro/magnum/pull/42
- fix Logger name by @AugustNagro in https://github.com/AugustNagro/magnum/pull/39
- document how to handle Optionals in Specifications by @AugustNagro in https://github.com/AugustNagro/magnum/pull/38
- Pg module: support arrays of enums by @AugustNagro in https://github.com/AugustNagro/magnum/pull/37
- Transactor class and Configurable Logging via SqlLogger by @AugustNagro in https://github.com/AugustNagro/magnum/pull/44
New Contributors
- @adamw made their first contribution in https://github.com/AugustNagro/magnum/pull/33
Full Changelog: https://github.com/AugustNagro/magnum/compare/v1.2.1...v1.3.0