Releases: kunitsucom/util.go
Releases · kunitsucom/util.go
v0.0.67
What's Changed
⬆️ Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- ci(github-actions): bump the dependencies group with 2 updates by @dependabot in #219
- build(go): bump the dependencies group across 1 directory with 4 updates by @dependabot in #223
- build(go): bump the dependencies group across 1 directory with 3 updates by @dependabot in #225
- build(go): bump google.golang.org/grpc from 1.64.1 to 1.65.0 in /integrationtest in the dependencies group across 1 directory by @dependabot in #230
👷 Changes to our CI configuration files and scripts (examples: CircleCi, SauceLabs)
✨ A new feature
- feat: Add x/oauth2/google/externalaccount/aws/ecs package for Google Workload Identity Federation via ECS Metadata by @ginokent in #228
🐛 A bug fix
🧑💻 Changes to the build process or auxiliary tools and libraries such as documentation generation
Full Changelog: v0.0.66...v0.0.67
v0.0.66
v0.0.65
v0.0.64
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
v0.0.62
What's Changed
💥 BREAKING CHANGES
⬆️ Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- ci(github-actions): bump actions/cache from 3 to 4 by @dependabot in #169
- ci(github-actions): bump golangci/golangci-lint-action from 3.7.1 to 4.0.0 by @dependabot in #178
- build(go): bump google.golang.org/grpc from 1.60.1 to 1.61.0 in /grpc by @dependabot in #170
- build(go): bump google.golang.org/grpc from 1.60.1 to 1.61.0 in /integrationtest by @dependabot in #171
- build(go): bump cloud.google.com/go/spanner from 1.55.0 to 1.56.0 in /integrationtest by @dependabot in #172
- build(go): bump github.com/googleapis/go-sql-spanner from 1.1.1 to 1.2.1 in /integrationtest by @dependabot in #173
👷 Changes to our CI configuration files and scripts (examples: CircleCi, SauceLabs)
- ci: fix .github/workflows/go-mod-tidy.yml for dependabot by @ginokent in #179
- ci: fix misc by @ginokent in #180
✨ A new feature
🐛 A bug fix
Full Changelog: v0.0.61...v0.0.62
v0.0.62-rc.1
v0.0.61
v0.0.60
What's Changed
⬆️ Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- build(go): bump cloud.google.com/go/spanner from 1.51.0 to 1.53.0 in /integrationtest by @dependabot in #144
- build(go): bump cloud.google.com/go/spanner from 1.53.0 to 1.53.1 in /integrationtest by @dependabot in #146
- ci(github-actions): bump actions/setup-go from 4 to 5 by @dependabot in #147
- build(go): bump google.golang.org/grpc from 1.59.0 to 1.60.0 in /grpc by @dependabot in #150
- build(go): bump google.golang.org/grpc from 1.60.0 to 1.60.1 in /grpc by @dependabot in #152
- build(go): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 in /grpc by @dependabot in #153
- build(go): bump google.golang.org/grpc from 1.59.0 to 1.60.1 in /integrationtest by @dependabot in #154
- build(go): bump cloud.google.com/go/spanner from 1.53.1 to 1.54.0 in /integrationtest by @dependabot in #151
- build(go): bump cloud.google.com/go/spanner from 1.54.0 to 1.55.0 in /integrationtest by @dependabot in #161
✨ A new feature
- feat: add genericz.SliceContentZero() func by @ginokent in #141
- feat: Add version package by @ginokent in #143
- feat(os): implement osz.IsFile() func by @ginokent in #148
feat: add exp/database/sql/ddl/postgres package by @ginokent in #145feat: add ShowCreateAllTables() functions by @ginokent in #157- feat(testing): add NewFileWriter() func by @ginokent in #158
feat(exp/database/sql/ddl/mysql): add MySQL DDL package by @ginokent in #162
🐛 A bug fix
fix: add error prefix for detecting table, column name by @ginokent in #155fix(exp/database/sql/util/mysql): fix MySQL SHOW CREATE TABLE schema def by @ginokent in #159fix: remove exp/database/sql/ddl by @ginokent in #163- fix: return rows.Close() err by @ginokent in #164
- fix: return rows.Err() err by @ginokent in #165
- fix: return rows.Err() err by @ginokent in #166
♻️ A code change that neither fixes a bug nor adds a feature
refactor(exp/database/sql/ddl/postgres): fix checkCurrentToken() and checkPeekToken() by @ginokent in #160
🧑💻 Changes to the build process or auxiliary tools and libraries such as documentation generation
Full Changelog: v0.0.59...v0.0.60