Skip to content

Releases: kunitsucom/util.go

v0.0.67

23 Jul 15:58
7b916af
Compare
Choose a tag to compare

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)

  • ci: Fix paths-ignore conditions for lint and test by @ginokent in #221

✨ 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

12 May 20:16
97c012d
Compare
Choose a tag to compare

What's Changed

💥 BREAKING CHANGES

  • BREAKING CHANGE: Fix retry.Retryer for ctx handling by @ginokent in #217

Full Changelog: v0.0.65...v0.0.66

v0.0.65

12 May 20:01
29d3424
Compare
Choose a tag to compare

What's Changed

💥 BREAKING CHANGES

  • BREAKING CHANGE: Fix retry.Retryer for ctx handling by @ginokent in #216

Full Changelog: v0.0.64...v0.0.65

v0.0.64

11 May 07:48
78e0b10
Compare
Choose a tag to compare

What's Changed

🐛 A bug fix

Full Changelog: v0.0.63...v0.0.64

v0.0.63

10 May 01:39
2dfc495
Compare
Choose a tag to compare

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)

  • ci: Modify Dependabot's update interval from daily to weekly by @ginokent in #207

✨ 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

12 Feb 18:50
311efc1
Compare
Choose a tag to compare

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)

✨ A new feature

🐛 A bug fix

Full Changelog: v0.0.61...v0.0.62

v0.0.62-rc.1

15 Jan 18:18
dfc75ad
Compare
Choose a tag to compare

What's Changed

✨ A new feature

Full Changelog: v0.0.61...v0.0.62-rc.1

v0.0.61

13 Jan 07:19
5f97f36
Compare
Choose a tag to compare

What's Changed

🐛 A bug fix

  • fix(exp/cli): fix WithContext args for subcommand by @ginokent in #167

Full Changelog: v0.0.60...v0.0.61

v0.0.60

12 Jan 17:49
236117b
Compare
Choose a tag to compare

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

🐛 A bug fix

♻️ 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

v0.0.60-rc.6

06 Jan 20:13
a389266
Compare
Choose a tag to compare

What's Changed

✨ A new feature

Full Changelog: v0.0.60-rc.5...v0.0.60-rc.6