Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 May 19:49
· 1 commit to main since this release

Changed

  • Bumped minimum Go version from 1.17 to 1.25
  • Updated all direct dependencies to latest versions:
    • v1.10.1 → v1.14.3
    • v4.14.1 → v4.18.3
    • v3.9.1 → v3.12.0
    • v1.4.3 → v1.8.0
  • Updated all transitive dependencies (security fixes for , , , and others)
  • Migrated CI from CircleCI to GitHub Actions (lint, vet, build, test as parallel jobs)
  • Upgraded golangci-lint to v2.11.4 (config migrated to v2 format)
  • Bumped GitHub Actions to Node.js 24 compatible versions ( v6, v6, v5)
  • Replaced deprecated with and
  • Lowercased error strings to follow Go conventions
  • Added automated release workflow
  • Added CHANGELOG.md