Skip to content

Tags: dominikschulz/google-cloud-go

Tags

v0.14.0

Toggle v0.14.0's commit message
README.md: Update news with new version release notes.

Immediately after submission, I will apply the tag v0.14.0.

Change-Id: Ib8c2fc7a0f652fb5737e7db63f468a53f9147d33
Reviewed-on: https://code-review.googlesource.com/17270
Reviewed-by: Chris Broadfoot <[email protected]>

v0.13.0

Toggle v0.13.0's commit message
storage: remove go1.10 tag from build

This tag is not yet valid. Rename the tagged file for now.

Change-Id: I8d28b84c091a8c085d419ad89544de53d419b734
Reviewed-on: https://code-review.googlesource.com/16730
Reviewed-by: kokoro <[email protected]>
Reviewed-by: Jonathan Amsterdam <[email protected]>

v0.12.0

Toggle v0.12.0's commit message
README: changes for v0.12.0

Will tag the repo immediately after this is submitted.

Change-Id: I486ecd4496b9d4e1783ba2eed08b7159a14df282
Reviewed-on: https://code-review.googlesource.com/16070
Reviewed-by: kokoro <[email protected]>
Reviewed-by: Ross Light <[email protected]>

v0.11.0

Toggle v0.11.0's commit message
README: release notes for v0.11.0

I will tag the commit resulting from this CL with 'v0.11.0'.

Change-Id: Ia474ebf3d26f4308f9a8aa1caa1ba700035573ea
Reviewed-on: https://code-review.googlesource.com/15270
Reviewed-by: kokoro <[email protected]>
Reviewed-by: Sarah Adams <[email protected]>

v0.10.0

Toggle v0.10.0's commit message
pubsub: add Subscription.Update; remove Subcription.ModifyPushConfig

BREAKING: ModifyPushConfig is removed.

Added Subcription.Update. Following the model used for GCS buckets,
defined a new type that parallels SubscriptionConfig, but has only
updateable fields, and can distinguish absence from a zero
value for each field.

Currently the push config is the only updateable field, and since
UpdateSubscription is not available to everyone yet, we call
ModifyPushConfig under the hood.

Change-Id: I00e27409ea4904bb4e416cd195883ce00b436f55
Reviewed-on: https://code-review.googlesource.com/14311
Reviewed-by: kokoro <[email protected]>
Reviewed-by: Michael Darakananda <[email protected]>

v0.9.0

Toggle v0.9.0's commit message
bump version for breaking change

v0.8.0

Toggle v0.8.0's commit message
recent version to support dep tools

v0.7.0

Toggle v0.7.0's commit message
before pubsub client surface changes

v0.6.0

Toggle v0.6.0's commit message
beta release of logging, storage, datastore and bigquery

v0.5.0

Toggle v0.5.0's commit message
before ValueList removal and inference changes