Skip to content

Tags: irvifa/google-cloud-cpp

Tags

v1.42.0

Toggle v1.42.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cleanup(bigtable): AsyncReadRows accepts move-only types again (googl…

…eapis#9317)

v1.41.0

Toggle v1.41.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update changelog for v1.41.0 release (googleapis#9122)

v1.40.2

Toggle v1.40.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(GCS+gRPC): unused mutable Object fields (googleapis#8998)

A few fields in the `WithObjectMetadata()` option were not used. Notably
`custom_time()` and `acl()`.  I changed the unit test to make it easier
to inspect that all fields are tested, the expectation is created via
`ExpectedFullObjectMetadata()`.  A few fields are complicated, because
they only setable in requests that create new objects.

To fix the problem I refactored the code to copy mutable fields from the
`storage::*Request` classes to the `google.storage.v2.Object` proto.

v1.39.2

Toggle v1.39.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(GCS+gRPC): unused mutable Object fields (googleapis#8997)

A few fields in the `WithObjectMetadata()` option were not used. Notably
`custom_time()` and `acl()`.  I changed the unit test to make it easier
to inspect that all fields are tested, the expectation is created via
`ExpectedFullObjectMetadata()`.  A few fields are complicated, because
they only setable in requests that create new objects.

To fix the problem I refactored the code to copy mutable fields from the
`storage::*Request` classes to the `google.storage.v2.Object` proto.

v1.40.1

Toggle v1.40.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: correct check for storage vs. rest enabled (googleapis#8855)

We cannot enable the storage library and disable the `rest-internal`
library, unfortunately the check was based on the wrong variables.

v1.40.0

Toggle v1.40.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
doc: minor edits to the CHANGELOG (googleapis#8845)

v1.39.1

Toggle v1.39.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps): update to grpc-1.45.2 (googleapis#8727)

v1.39.0

Toggle v1.39.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update CHANGELOG for 202204 release (googleapis#8684)

* chore: update CHANGELOG for 202204 release

v1.38.0

Toggle v1.38.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
doc: update CHANGELOG for v1.38.0 release (googleapis#8500)

v1.37.0

Toggle v1.37.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
doc: update CHANGELOG for v1.37.0 release (googleapis#8474)