Releases: AugustNagro/magnum
Releases · AugustNagro/magnum
v1.3.1
What's Changed
- update readme to use v1.3.0 by @AugustNagro in #50
- update scalafmt and sbt plugins by @AugustNagro in #55
- Add minimal CI by @guizmaii in #53
- configure ci by @AugustNagro in #56
- Fix multiple spec conditions by @EvgenyAfanasev in #59
New Contributors
Full Changelog: v1.3.0...v1.3.1
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
v1.2.1
v1.2.0
What's Changed
- Iterator streaming for Query and Returning by @AugustNagro in #22
- Null ID support by @AugustNagro in #25
- Readme FAQ by @AugustNagro in #26
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- Update README.md with right magnum-pg dependency naming. by @rossoha in #19
- fix ScalaBigDecimalCodec by @AugustNagro in #21
New Contributors
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- added support for easy extendability of DbCodec by @lbialy in #7
- added compilation errors for missing Mirrors and DbCodecs by @lbialy in #10
- added support for column and table names in repos by @lbialy in #8
- [WIP] added simple support for returning clause type of queries by @lbialy in #6
- make Returning::run return a Vector, additional testing by @AugustNagro in #12
- Future-Proof Queries Part 2 by @AugustNagro in #11
- Postgres Module by @AugustNagro in #13
New Contributors
- @lbialy made their first contribution in #7
- @AugustNagro made their first contribution in #12
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Add support of SqlName annotation for table name by @EvgenyAfanasev in #1
New Contributors
- @EvgenyAfanasev made their first contribution in #1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Enjoy!