v0.0.63
What's Changed
💥 BREAKING CHANGES
- BREAKING CHANGE(retry): Modify (*retry.Retryer).Do method for unretryable and retryable errors by @ginokent in #210
- BREAKING CHANGE(retry): Modify DefaultJitter func by @ginokent in #211
⬆️ Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- ci(github-actions): bump golangci/golangci-lint-action from 4.0.0 to 5.3.0 by @dependabot in #205
- build(go): bump the dependencies group in /integrationtest with 5 updates by @dependabot in #208
- build(go): bump the dependencies group in /grpc with 2 updates by @dependabot in #209
- build: Create go.work file by @ginokent in #213
👷 Changes to our CI configuration files and scripts (examples: CircleCi, SauceLabs)
✨ A new feature
- feat(grpc/grpc-gateway): Add grpcgateway package by @ginokent in #212
- feat: Create log/ilog package from github.com/kunitsucom/ilog.go by @ginokent in #214
🐛 A bug fix
Full Changelog: v0.0.62...v0.0.63