Releases: DATA-DOG/go-txdb
Releases · DATA-DOG/go-txdb
v0.2.1
This is just a maintenance release. No functional changes. It moves test dependencies to a new module, to reduce dependencies of the main module, and updates CI to run tests against Go versions 1.23 and 1.24.
What's Changed
- Move all tests to a separate module to reduce dependencies by @Yiling-J in #72
- Run tests against Go 1.23 & 1.24 by @flimzy in #73
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Dependency update, and remove support for very old versions of Go. With this release, Go 1.21 is the declared minimum version, due to the fact that dependencies require this version.
What's Changed
- Chore: Clean up support for Go versions < 1.12 by @flimzy in #65
- Update dependencies by @flimzy in #67
Full Changelog: v0.1.9...v0.2.0
v0.1.9
What's Changed
- Use latest version of golangci-lint by @flimzy in #61
- Refactor tests to work with testcontainers by @flimzy in #59
- Some GoDoc updates and fixes by @flimzy in #62
- fix beginTxOnce() context cancel by @daisuke0925m in #64
New Contributors
- @daisuke0925m made their first contribution in #64
Full Changelog: v0.1.8...v0.1.9
v0.1.8
v0.1.7
maintenance release
Merge pull request #48 from jsteenb2/fix/context_pollution fix: update context handling in *Context db methods to stop context pollution
maintenance release
v0.1.5 proper lock fix for db driver
maintenance release
v0.1.4 Merge pull request #39 from smartcontractkit/bugfix/error_on_rollback…
added nested transaction support
v0.1.3 make savepoint syntax configurable
fixes the module name
v0.1.2 fixes the module name