Releases: ryanrolds/sqlclosecheck
Releases · ryanrolds/sqlclosecheck
v0.6.0
What's Changed
- [WIP] Support correct non-defer usage by @ryanrolds in #28
- Add support for deferred closer functions which are not methods by @vanntile in #33
- (cont) Add support for deferred closer functions which are not methods by @vanntile in #34
- bump golang.org/x/tools to v0.13.0 to fix panic in tests by @alexandear in #38
- CVE-2024-27304 with vendoring by @ryanrolds in #41
- Bump golang.org/x/crypto from 0.17.0 to 0.35.0 by @dependabot[bot] in #42
- fix: Referrers() may return nil by @didebughu in #46
- Upgrade for Go 1.25 compatibility, and upgrade crypto dependency for CVE by @LeMikaelF in #47
New Contributors
- @vanntile made their first contribution in #33
- @alexandear made their first contribution in #38
- @dependabot[bot] made their first contribution in #42
- @didebughu made their first contribution in #46
- @LeMikaelF made their first contribution in #47
Full Changelog: v0.5.1...v0.6.0
Downgraded Go version to 1.20
v0.5.1 Downgrading Go version (#31)
Improved package support and bug fixes
- Bug fix - Thanks @craigpastro
- Support for
pgx- Thanks @hallabro - Support for
sqlx.NamedStatement- Thanks @Thiht
v0.4.0
Generics and other upkeep
Resolves issues with Generics and other bit rot maintenance.