Skip to content

Releases: ziflex/dbx

v1.10.0

31 Aug 17:36
ec1e66f

Choose a tag to compare

What's Changed

  • Refactor transaction handling to use Beginner interface and improve context management by @ziflex in #8

Full Changelog: v1.9.0...v1.10.0

v1.9.0

31 Aug 17:00
1eaade6

Choose a tag to compare

What's Changed

  • Remove ContextCreator from Database interface for compatibility with external SQL packages by @Copilot in #7

Full Changelog: v1.8.0...v1.9.0

v1.8.0

31 Aug 03:33
72d3167

Choose a tag to compare

What's Changed

  • Comprehensive README.md documentation improvements by @Copilot in #1
  • Add GitHub Actions CI workflow with Go 1.21-1.23 support by @Copilot in #3
  • Improve test coverage to 100% and fix transaction test bug by @Copilot in #2
  • Add comprehensive documentation to source code by @Copilot in #4
  • Add static code analysis workflow for enhanced security and code quality by @Copilot in #5
  • Update all dependencies to latest versions by @Copilot in #6

New Contributors

  • @Copilot made their first contribution in #1

Full Changelog: v1.7.0...v1.8.0

v1.7.1

02 Mar 21:07

Choose a tag to compare

Added io.Closer to Database interface

v1.7.0

02 Mar 21:04

Choose a tag to compare

Added io.Closer to Database interface

v1.6.0

13 Feb 21:51

Choose a tag to compare

Refactored Database constructor

v1.5.0

10 Feb 20:34

Choose a tag to compare

Updated API

v1.4.0

10 Feb 20:08

Choose a tag to compare

Fixed formatting

v1.3.0

09 Feb 18:03

Choose a tag to compare

Added possibility to reuse existing transaction

v1.2.0

25 Jan 01:59

Choose a tag to compare

Refactored constructors