Releases: target/lite-for-jdbc
Releases · target/lite-for-jdbc
3.0.0
Breaking Changes
Java 11 is no longer supported. Java 17 is now required.
What's Changed
- Bump testContainers from 1.20.1 to 1.20.2 by @dependabot in #56
- Bump jupiter from 5.11.0 to 5.11.2 by @dependabot in #55
- Bump org.jetbrains.kotlin:kotlin-reflect from 2.0.20 to 2.1.0 by @dependabot in #60
- Bump io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0 by @dependabot in #47
- Bump com.zaxxer:HikariCP from 5.1.0 to 6.2.1 by @dependabot in #59
- Update to Java 17 by @chad-moller-target in #61
- Bump testContainers from 1.20.2 to 1.20.4 by @dependabot in #64
- Bump io.mockk:mockk from 1.13.12 to 1.13.13 by @dependabot in #63
- Bump jupiter from 5.11.2 to 5.11.3 by @dependabot in #62
Full Changelog: 2.5.2...3.0.0
2.5.2
What's Changed
- Bump com.github.ben-manes.versions from 0.47.0 to 0.51.0 by @dependabot in #50
- Bump org.postgresql:postgresql from 42.6.0 to 42.7.4 by @dependabot in #48
- Bump com.h2database:h2 from 2.2.220 to 2.3.232 by @dependabot in #51
- Bump org.jetbrains.kotlin:kotlin-reflect from 2.0.10 to 2.0.20 by @dependabot in #49
Full Changelog: 2.5.1...2.5.2
2.5.1
What's Changed
- Bump jupiter from 5.9.2 to 5.11.0 by @dependabot in #45
- Bump testContainers from 1.18.3 to 1.20.1 by @dependabot in #44
- Bump kotest from 5.6.2 to 5.9.1 by @dependabot in #39
- Bump gradle/wrapper-validation-action from 1.0.4 to 3.5.0 by @dependabot in #38
- Bump gradle/gradle-build-action from 2.2.1 to 3.5.0 by @dependabot in #37
- Bump actions/checkout from 3 to 4 by @dependabot in #36
- Bump actions/setup-java from 3 to 4 by @dependabot in #35
- Bump io.mockk:mockk from 1.13.5 to 1.13.12 by @dependabot in #34
Full Changelog: 2.5.0...2.5.1
2.5.0
What's Changed
- added returning SQL statement for issue 83 by @nansak1 in #31
- Typo in Db.kt by @mizanhemani in #32
- fix-typos-in-README by @AlexCue987 in #30
- Create dependabot.yml by @chad-moller-target in #33
- Bump org.jetbrains.kotlin:kotlin-reflect from 1.9.0 to 2.0.10 by @dependabot in #43
- Bump com.zaxxer:HikariCP from 5.0.1 to 5.1.0 by @dependabot in #46
New Contributors
- @nansak1 made their first contribution in #31
- @mizanhemani made their first contribution in #32
- @dependabot made their first contribution in #43
Full Changelog: 2.4.0...2.5.0
2.4.0
What's Changed
- clarify readme around time by @dtanner in #27
- update readme TOC by @dtanner in #29
- add-isolation-levels by @AlexCue987 in #28
New Contributors
- @AlexCue987 made their first contribution in #28
Full Changelog: 2.3.0...2.4.0
2.3.0
Added database properties to configuration (#25) * Added database properties to configuration * Gradle fix for non-target network
2.2.0
Removed logging dependency
2.1.1
Added some UUID convenience methods and rounded out testing.
2.1.0
Added DbValue methods on PreparedStatement
2.0.0
Changed from static list of DataSourceFactory options to a DataSource…