v4.16.0
github-actions
released this
28 May 01:41
·
126 commits
to master
since this release
Changelog
- b94ed1a Add driver for pgx v5 (#848)
- 30411f4 Add support for Go 1.19 and drop support for Go 1.17
- eb59b75 Bump github.com/aws/aws-sdk-go from 1.17.7 to 1.33.0
- 88d30a4 Bump github.com/aws/aws-sdk-go from 1.33.0 to 1.34.0
- fd42ff1 Bump golang.org/x/net from 0.1.0 to 0.7.0
- 3843f92 Correct interface name in comments.
- a2cd403 Create SECURITY.md
- ea8bebc Downgrade docker
- e497646 Drop support for Go 1.18 and add support for Go 1.20
- 5ff4dc8 Fix CockroachDB tutorial's link being relative to 'GETTING_STARTED.md' (#819)
- e5d8970 Fix GH workflow badge in README
- c47c8cc Fix broken tags link
- ca03021 Fix placeholder in download URL
- c62dbba Opt-in to goreleaser's new property https://goreleaser.com/deprecations/#archivesrlcp
- 856f9c4 Patch CVEs
- 885d03c Replace deprecated ioutil pkg with os & io
- c367ed2 Resolve Docker CVEs (#815)
- 405ef9d Run gofmt -s on the files that are failing the lint job upstream
- 162fc2b Sqlite update (#785)
- b5e3e92 Support Go 1.18 and drop support for Go 1.16
- 0d585e2 Switch to microsoft go-mssqldb (#758)
- 8c64ac7 The example Clickhouse DSN incorrectly described how to set the username and password.
- 03e74b9 Update SECURITY.md
- 075d6e8 Update dktest from v0.3.10 to v0.3.11 to fix upstream security issues
- 723c60f Update dktest from v0.3.11 to v0.3.13
- f87b567 Update dktest from v0.3.13 to v0.3.14
- 5be1166 Update dktest from v0.3.14 to v0.3.15 for upstream security fixes
- 1020682 Update dktest from v0.3.15 to v0.3.16 for upstream security fixes
- 2111d2f Update go-sqlite3 for security fix https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMMATTNGOSQLITE3-3121037
- 2c61c69 Update mongodb driver for security fix Mongodb driver v1.7.5 no longer depends on packr https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMGOBUFFALOPACKRV2-1920670 mongodb/mongo-go-driver#815
- 8d96f81 Update mssql to fix 386 and arm7 builds
- 8324b45 Update pgx deps
- dc26c41 Update security policy
- 79c741f Upgrading Spanner version
- acc11ed Use t.Skipf() per golangci-lint (gosimple)
- 58eb755 Use v4 for Go Report Card
- 0d539f4 build: update
go
directive ingo.mod
to 1.17 - 30deade bump ci version & go1.19 fmt ./...
- b2be9e7 bump version for sqlite3 lib to 1.14.14
- b74509a docs(yugabyte): update readme (add retry options)
- 76d0305 feat(yugabytedb): configure retries
- bcd0d88 feat: add yugabyte support
- b63a0d4 fix issue of downloading and using github sourced migration files of … (#900)
- 185a4de fix spanner parsing issue
- 31791ad fix(spanner): update spanner module to fix parsing issue (#843)
- e7e7077 fix(yugabyte): panic on err retry check
- 41f3495 fix: Conform to go test naming convention
- ddaf669 fix: postgresql search_path can be empty (#696)
- 4831e0e go-genproto to google-cloud-go message type migration
- 89836f4 jq must be invoked with -r option
- 3bba76f modify: Add statement timeout query parmeter for MySQL (#778)
- 9a407b6 style(yugabyte): rename retry options
- 5582a20 style(yugabyte): simplify error conditions
- bf926fa style: fix lint errors