v0.0.57
What's Changed
💥 BREAKING CHANGES
- BREAKING CHANGE: fix database/sql funcs by @ginokent in #84
- BREAKING CHANGE: fix functional options for test by @ginokent in #85
- BREAKING CHANGE: rename testing package by @ginokent in #88
- BREAKING CHANGE: refactor misc by @ginokent in #100
⬆️ Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #89
- chore(deps): bump google.golang.org/grpc from 1.58.0 to 1.58.1 in /grpc by @dependabot in #104
- chore(deps): bump google.golang.org/grpc from 1.56.1 to 1.58.1 in /tests by @dependabot in #103
- chore(deps): bump cloud.google.com/go/spanner from 1.49.0 to 1.50.0 in /integrationtest by @dependabot in #110
- chore(deps): bump github.com/googleapis/go-sql-spanner from 1.1.0 to 1.1.1 in /integrationtest by @dependabot in #111
- chore(deps): bump google.golang.org/grpc from 1.58.1 to 1.58.3 in /grpc by @dependabot in #113
- chore(deps): bump google.golang.org/grpc from 1.58.1 to 1.58.3 in /integrationtest by @dependabot in #114
- build: go mod tidy by @ginokent in #115
📝 Documentation only changes
✨ A new feature
- feat: add errors.Errorf func by @ginokent in #90
- feat: add sync.Map by @ginokent in #93
- feat: add grpc/status package by @ginokent in #95
- feat: add *Case func to stringz package by @ginokent in #101
🐛 A bug fix
- fix: fix test package funcs by @ginokent in #83
- fix: misc by @ginokent in #86
- fix: misc by @ginokent in #96
- fix: add (*statz.statusError).Format() for stacktrace by @ginokent in #97
♻️ A code change that neither fixes a bug nor adds a feature
- refactor: performance tuning for database/sql by @ginokent in #91
- refactor: fix errors package by @ginokent in #98
✅ Adding missing tests or correcting existing tests
- test: fix database/sql test by @ginokent in #92
- test: add tests/internal/database/sql/spanner by @ginokent in #94
- test: rename integrationtest directory by @ginokent in #109
🧑💻 Changes to the build process or auxiliary tools and libraries such as documentation generation
Full Changelog: v0.0.56...v0.0.57