Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(go): bump github.com/googleapis/go-sql-spanner from 1.3.1 to 1.5.0 in the dependencies group #84

Merged
merged 1 commit into from
Jul 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2024

Bumps the dependencies group with 1 update: github.com/googleapis/go-sql-spanner.

Updates github.com/googleapis/go-sql-spanner from 1.3.1 to 1.5.0

Release notes

Sourced from github.com/googleapis/go-sql-spanner's releases.

v1.5.0

1.5.0 (2024-07-01)

Features

Bug Fixes

  • []*int and []*uint (#267) (d24b55a)
  • examples: Make compilable and add a test runner for the samples (#256) (b9c0b4d)
  • Prevent potential panic in RemoveStatementHint (#253) (7d7155b), refs #251

v1.4.0

1.4.0 (2024-05-30)

Features

  • Add exclude_txn_from_change_streams variable (#236) (ad95d85)

Bug Fixes

  • deps: Update google.golang.org/genproto/googleapis/rpc digest to 5315273 (#239) (a39bb8f)
  • deps: Update module cloud.google.com/go to v0.113.0 (#232) (c2dd030)
  • deps: Update module cloud.google.com/go/longrunning to v0.5.7 (#228) (cf3cafc)
  • deps: Update module github.com/googleapis/go-sql-spanner to v1.3.1 (#226) (6ffc02d)
  • deps: Update module google.golang.org/api to v0.180.0 (#227) (926f621)
  • deps: Update module google.golang.org/genproto to v0.0.0-20240509183442-62759503f434 (#229) (42744bc)
  • deps: Update module google.golang.org/genproto/googleapis/rpc to v0.0.0-20240509183442-62759503f434 (#230) (778aa45)
  • deps: Update module google.golang.org/protobuf to v1.34.1 (#233) (72c5b71)
  • Support reusing named parameters (#240) (c7140a2)
Changelog

Sourced from github.com/googleapis/go-sql-spanner's changelog.

1.5.0 (2024-07-01)

Features

Bug Fixes

  • []*int and []*uint (#267) (d24b55a)
  • examples: Make compilable and add a test runner for the samples (#256) (b9c0b4d)
  • Prevent potential panic in RemoveStatementHint (#253) (7d7155b), refs #251

1.4.0 (2024-05-30)

Features

  • Add exclude_txn_from_change_streams variable (#236) (ad95d85)

Bug Fixes

  • deps: Update google.golang.org/genproto/googleapis/rpc digest to 5315273 (#239) (a39bb8f)
  • deps: Update module cloud.google.com/go to v0.113.0 (#232) (c2dd030)
  • deps: Update module cloud.google.com/go/longrunning to v0.5.7 (#228) (cf3cafc)
  • deps: Update module github.com/googleapis/go-sql-spanner to v1.3.1 (#226) (6ffc02d)
  • deps: Update module google.golang.org/api to v0.180.0 (#227) (926f621)
  • deps: Update module google.golang.org/genproto to v0.0.0-20240509183442-62759503f434 (#229) (42744bc)
  • deps: Update module google.golang.org/genproto/googleapis/rpc to v0.0.0-20240509183442-62759503f434 (#230) (778aa45)
  • deps: Update module google.golang.org/protobuf to v1.34.1 (#233) (72c5b71)
  • Support reusing named parameters (#240) (c7140a2)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner July 8, 2024 02:40
@dependabot dependabot bot added build Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 8, 2024
@dependabot dependabot bot requested a review from ginokent July 8, 2024 02:40
Bumps the dependencies group with 1 update: [github.com/googleapis/go-sql-spanner](https://github.com/googleapis/go-sql-spanner).


Updates `github.com/googleapis/go-sql-spanner` from 1.3.1 to 1.5.0
- [Release notes](https://github.com/googleapis/go-sql-spanner/releases)
- [Changelog](https://github.com/googleapis/go-sql-spanner/blob/main/CHANGES.md)
- [Commits](googleapis/go-sql-spanner@v1.3.1...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/googleapis/go-sql-spanner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@ginokent ginokent force-pushed the dependabot/go_modules/dependencies-00bcb55703 branch from a205ff7 to c50b507 Compare July 20, 2024 20:14
@ginokent ginokent enabled auto-merge July 20, 2024 20:14
@ginokent ginokent merged commit be78ae9 into main Jul 20, 2024
11 checks passed
@ginokent ginokent deleted the dependabot/go_modules/dependencies-00bcb55703 branch July 20, 2024 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants