Skip to content

Releases: itsallcode/simple-jdbc

Release 0.10.1

Choose a tag to compare

@github-actions github-actions released this 18 Apr 12:37
acb3112

[0.10.1] - 2026-04-18

  • PR #50: Added missing default methods from interfaces to delegating classes

Release 0.10.0

Choose a tag to compare

@github-actions github-actions released this 18 Jan 18:32
ac65a1a
Prepare release 0.10.0 (#49)

Co-authored-by: kaklakariada <[email protected]>

Release 0.9.0

Choose a tag to compare

@github-actions github-actions released this 23 Dec 11:14
855d793

[0.9.0] - 2024-12-23

  • PR #33: Update dependencies
  • #32: Add support for data sources
  • #31: Avoid unnecessary setAutoCommit() calls in Transaction
  • PR #36: Add direct batch insert

Release 0.8.0

Choose a tag to compare

@github-actions github-actions released this 03 Nov 11:22
30290ee

[0.8.0] - 2024-11-03

  • PR #27: Update dependencies
  • PR #28: Refactored batch inserts (Breaking change)
  • PR #29: Setting values for a PreparedStatement (Breaking change)
  • PR #30: Add transaction support

Release 0.7.1

Choose a tag to compare

@github-actions github-actions released this 01 Sep 13:47
bd690a1

[0.7.1] - 2024-09-01

0.7.0: Add module-info.java

Choose a tag to compare

@kaklakariada kaklakariada released this 04 May 13:14
cedb247

What's Changed

Full Changelog: 0.6.1...0.7.0

Version 0.6.1: Add tests

Choose a tag to compare

@kaklakariada kaklakariada released this 14 Jan 14:57
1f112d8

[0.6.1] - 2024-01-14

  • PR #16: Improve test coverage

Version 0.6.0: Simplify RowMapper

Choose a tag to compare

@kaklakariada kaklakariada released this 16 Dec 18:37
c5d0f3e

[0.6.0] - 2023-12-16

  • PR #15: Refactor row mapper, add DB dialect detection

Version 0.5.0: Allow converting legacy types

Choose a tag to compare

@kaklakariada kaklakariada released this 26 Nov 19:04
89afc36

[0.5.0] - 2023-11-26

  • PR #13: Allow converting legacy types Timestamp, Time & Date

Version 0.4.0: Add Javadoc

Choose a tag to compare

@kaklakariada kaklakariada released this 21 Oct 08:14
16d15ec

[0.4.0] - 2023-10-21

  • PR #10: Code cleanup, add Javadoc comments
  • PR #9: Upgrade dependencies