Skip to content

chore(deps): bump cloud.google.com/go/longrunning from 0.5.5 to 0.7.0 in /firestore#2299

Merged
ReneWerner87 merged 1 commit intomainfrom
dependabot/go_modules/firestore/cloud.google.com/go/longrunning-0.7.0
Dec 1, 2025
Merged

chore(deps): bump cloud.google.com/go/longrunning from 0.5.5 to 0.7.0 in /firestore#2299
ReneWerner87 merged 1 commit intomainfrom
dependabot/go_modules/firestore/cloud.google.com/go/longrunning-0.7.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps cloud.google.com/go/longrunning from 0.5.5 to 0.7.0.

Release notes

Sourced from cloud.google.com/go/longrunning's releases.

longrunning 0.7.0

0.7.0 (2025-10-14)

Features

  • add ListOperations partial success flag
  • add ListOperations unreachable resources

oracledatabase 0.6.0

0.6.0 (2025-10-22)

Features

  • Expand Oracle Database v1 API to add support for Exadata Exascale (ExadbVmCluster, ExascaleDbStorageVault), Base Database (DbSystem, Database, PluggableDatabase), and Networking (OdbNetwork, OdbSubnet). Adds enhancements for Autonomous Database, including Update, Switchover, and Failover operations, CMEK support, and improved disaster recovery fields. Also includes new helper resources for versions and configurations (PiperOrigin-RevId: 821933017) (f46efe45)

Bug Fixes

  • upgrade gRPC service registration func An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in googleapis/google-cloud-go#11025. (PiperOrigin-RevId: 822286152) (f46efe45)

networkservices 0.6.0

0.6.0 (2025-11-06)

Features

  • Add support for LbEdgeExtension resource in NetworkServices API (PiperOrigin-RevId: 827499725) (4a640b5d)
Changelog

Sourced from cloud.google.com/go/longrunning's changelog.

v0.7.0

  • Release of a client library for Spanner. See the blog post. Note that although the Spanner service is beta, the Go client library is alpha.

v0.6.0

  • Beta release of BigQuery, DataStore, Logging and Storage. See the blog post.

  • bigquery:

    • struct support. Read a row directly into a struct with RowIterator.Next, and upload a row directly from a struct with Uploader.Put. You can also use field tags. See the [package documentation][cloud-bigquery-ref] for details.

    • The ValueList type was removed. It is no longer necessary. Instead of

    var v ValueList
    ... it.Next(&v) ..

    use

    var v []Value
    ... it.Next(&v) ...
    • Previously, repeatedly calling RowIterator.Next on the same []Value or ValueList would append to the slice. Now each call resets the size to zero first.

    • Schema inference will infer the SQL type BYTES for a struct field of type []byte. Previously it inferred STRING.

    • The types uint, uint64 and uintptr are no longer supported in schema inference. BigQuery's integer type is INT64, and those types may hold values that are not correctly represented in a 64-bit signed integer.

v0.5.0

  • bigquery:
    • The SQL types DATE, TIME and DATETIME are now supported. They correspond to the Date, Time and DateTime types in the new cloud.google.com/go/civil package.
    • Support for query parameters.
    • Support deleting a dataset.
    • Values from INTEGER columns will now be returned as int64, not int. This

... (truncated)

Commits
  • 2e6a95e pubsub: fix flaky streaming retry test
  • 581b839 pubsub: check early if streaming iterator is already drained
  • cc13a9b spanner: fix time.Time comparisons for upcoming Go1.9 monotonic times
  • 1ba9ec4 spanner: remove most logging from tests
  • 11737a0 spanner: skip some tests in short mode
  • 7bcba8a datastore: DRY up loading entity code
  • df9740f regenerate toolkit client
  • 960c768 trace: export tracing scopes
  • 8b0ab47 logadmin: retry on CreateMetric and UpdateMetric
  • 2066696 trace: clarify how gRPC options work
  • Additional commits viewable in compare view

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the 🤖 Dependencies Pull requests that update a dependency file label Dec 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 1, 2025 08:30
@dependabot dependabot bot added the 🤖 Dependencies Pull requests that update a dependency file label Dec 1, 2025
@dependabot dependabot bot requested review from ReneWerner87, efectn, gaby and sixcolors and removed request for a team December 1, 2025 08:30
Bumps [cloud.google.com/go/longrunning](https://github.com/googleapis/google-cloud-go) from 0.5.5 to 0.7.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@longrunning/v0.5.5...v0.7.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/longrunning
  dependency-version: 0.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/firestore/cloud.google.com/go/longrunning-0.7.0 branch from 958271f to bd3c1d9 Compare December 1, 2025 08:38
@ReneWerner87 ReneWerner87 merged commit 47ff102 into main Dec 1, 2025
10 of 11 checks passed
@ReneWerner87 ReneWerner87 deleted the dependabot/go_modules/firestore/cloud.google.com/go/longrunning-0.7.0 branch December 1, 2025 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🤖 Dependencies Pull requests that update a dependency file 🧹 Updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant