Skip to content

v8.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Aug 22:18
· 26 commits to master since this release
f525a80

8.5.0 (2024-08-18)

Bug Fixes

  • all: Update go version to 1.23 (95ab6a8)
  • mysql: Bump dependencies (f5df67c)
  • mysql: Update UseDatabase error handling (3cd1127)
  • postgres: Bump dependencies (2918c58)
  • postgres: Update SetSearchPath error handling (78de424)

Features

  • drivertest: Add conformance tests for data isolation (47d286f)
  • mysql: Add advisory locks and backoff retry logic (2faa723)
  • pkg/backoff: Add package for exponential backoff retry logic (dc27976)
  • pkg/driver: Add ParseDSNQueryParams generic function (6175105)
  • pkg/migrator: Add FNV-1a lock key hashing function (b95f42c)
  • postgres: Add advisory locks and backoff retry logic (2d54f4e)