Skip to content

Releases: target/lite-for-jdbc

3.0.0

11 Dec 21:19
591ba0c
Compare
Choose a tag to compare

Breaking Changes

Java 11 is no longer supported. Java 17 is now required.

What's Changed

Full Changelog: 2.5.2...3.0.0

2.5.2

04 Sep 16:31
24b45cf
Compare
Choose a tag to compare

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

21 Aug 15:22
2682f48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.0...2.5.1

2.5.0

19 Aug 19:23
5200daa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.0...2.5.0

2.4.0

10 Oct 19:18
e7ad85a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.4.0

2.3.0

31 Jul 14:34
feb187f
Compare
Choose a tag to compare
Added database properties to configuration (#25)

* Added database properties to configuration

* Gradle fix for non-target network

2.2.0

17 Mar 19:28
6086621
Compare
Choose a tag to compare

Removed logging dependency

2.1.1

22 Feb 15:28
2c8c215
Compare
Choose a tag to compare

Added some UUID convenience methods and rounded out testing.

2.1.0

08 Feb 16:32
c067d2a
Compare
Choose a tag to compare

Added DbValue methods on PreparedStatement

2.0.0

03 Feb 22:12
eecdd35
Compare
Choose a tag to compare
Changed from static list of DataSourceFactory options to a DataSource…