Releases: shogo82148/go-sql-proxy
Releases · shogo82148/go-sql-proxy
v0.7.2
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #90
- Fix Incorrect Nil Check in HooksContext.begin Method by @takashabe in #91
New Contributors
- @takashabe made their first contribution in #91
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- Revert "Adding capabilities to change the error returned by the driver" by @shogo82148 in #89
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- bump actions/checkout v3 by @shogo82148 in #78
- add Go 1.18 to the build matrix by @shogo82148 in #79
- Bump actions/setup-go from 2 to 3 by @dependabot in #80
- Bump github/codeql-action from 1 to 2 by @dependabot in #81
- Bump codecov/codecov-action from 2 to 3 by @dependabot in #82
- add Go 1.19 to the build matrix by @shogo82148 in #83
- add Go 1.20 to the build matrix by @shogo82148 in #85
- Bump actions/setup-go from 3 to 4 by @dependabot in #86
- drop support of Go 1.10 by @shogo82148 in #87
- Adding capabilities to change the error returned by the driver by @cdleo in #84
New Contributors
- @dependabot made their first contribution in #80
- @cdleo made their first contribution in #84
Full Changelog: v0.6.1...v0.7.0
v0.6.1
What's Changed
- Support context interfaces for Exec and Query by @stefantds in #77
New Contributors
- @stefantds made their first contribution in #77
Full Changelog: v0.6.0...v0.6.1
v0.6.0
v0.5.0: Merge pull request #62 from Songmu/preprepare
- add PrePrepare, Prepare and PostPrepare to hook prepare #62
v0.4.0: Merge pull request #61 from Songmu/overwrite-query
v0.3.0: Merge pull request #58 from shogo82148/go1.15-is-released
v0.2.0
v0.1.2
- add Go 1.13 support
- drop Go 1.7 support
- refactoring