Releases: rainbowdashlabs/sadu
Releases · rainbowdashlabs/sadu
v1.4.1
What's Changed
- Allow to inject classloader by @rainbowdashlabs in #147
- Release 1.4.1 by @rainbowdashlabs in #152
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Rename postgres module in README by @Dominik48N in #102
- Add test suite for projects using sadu by @rainbowdashlabs in #107
- Display which statement of an update query produced an error. by @Simzahn001 in #115
- Postgres mapper test and bugfixes by @rainbowdashlabs in #111
- Implement configurable query splitting for mariadb, mysql and sqlite. Fix #124 by @Simzahn001 in #127
- Release 1.4.0 by @rainbowdashlabs in #110
New Contributors
- @Dominik48N made their first contribution in #102
- @Simzahn001 made their first contribution in #115
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
- Add check for unkown higher database version by @rainbowdashlabs in #85
- Fix/auto mapping by @rainbowdashlabs in #94
- Change License to LGPL-3.0 by @rainbowdashlabs in #98
- Add static query adapter by @rainbowdashlabs in #99
- Next Release 1.3.1 by @rainbowdashlabs in #96
Full Changelog: v1.3.0...v1.3.1
Release 1.3.0
What's Changed
- [support LocalDate in Row and ParamBuilder] by @doriancodes in #26
- [replace runtime exception class] by @doriancodes in #25
- [replace VersionInfo with SqlVersion] by @BaLiKfromUA in #28
- Consumer for hikari config 20 by @Goldmensch in #29
- Implement context sensitive
SqlUpdaterBuilder
by @Goldmensch in #27 - [Support LocalTime in Row and ParamBuilder] by @BaLiKfromUA in #31
- Added support for LocalDateTime in Row and ParamBuilder by @yannicklamprecht in #46
- Added support for ZonedDateTime in Row and ParamBuilder by @yannicklamprecht in #47
- Added support for OffsetDateTime and OffsetTime in Row and ParamBuild… by @yannicklamprecht in #48
- task: update gradle wrapper by @yannicklamprecht in #50
- Adding a null check to the UUIDConverter.java by @Baaasty in #51
- Add update hooks by @rainbowdashlabs in #82
- Release 1.3.0 by @rainbowdashlabs in #59
New Contributors
- @doriancodes made their first contribution in #26
- @BaLiKfromUA made their first contribution in #28
- @Goldmensch made their first contribution in #29
- @yannicklamprecht made their first contribution in #46
- @Baaasty made their first contribution in #51
Full Changelog: v1.2.0...v1.3.0
Release 1.2.0
Default Mapper
Default Mapper for the java base types were added. You can access the via Mapper.getDefaultMapper()
a1d103a
Enum support
You can now directly set and get enum values connected to string columns.
9e82e1e
Check return type
Annotations to ensure a good program flow in builders were added.
9b23948
Typo fixes
A lot of typos were fixed in the documentation.
3c29508