Skip to content

Tags: bashtian/google-cloud-go

Tags

v0.47.0-1

Toggle v0.47.0-1's commit message
Add NewDocumentSnapshot

v0.39.3

Toggle v0.39.3's commit message
Fix last commit

v0.39.2

Toggle v0.39.2's commit message
Add NewDocumentSnapshot

v0.39.1

Toggle v0.39.1's commit message
Add DataTo

v0.39.0

Toggle v0.39.0's commit message
all: release v0.39.0

This CL will be tagged v0.39.0.

Change-Id: I8c134db70ffe12b3700638269564952305369a5b
Reviewed-on: https://code-review.googlesource.com/c/gocloud/+/41150
Reviewed-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
Reviewed-by: Seth Hollyman <shollyman@google.com>

v0.38.0

Toggle v0.38.0's commit message
all: release v0.38.0

This CL will be tagged v0.38.0.

Change-Id: I5bf18cfbef8621f0959bab0fa484336690ca8202
Reviewed-on: https://code-review.googlesource.com/c/gocloud/+/40451
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
Reviewed-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Alexey Alexandrov <aalexand@google.com>
Reviewed-by: Knut Olav Løite <koloite@gmail.com>

v0.37.4

Toggle v0.37.4's commit message
all: release v0.37.4

This comes with a re-built go.sum generated with `go mod tidy`. It was
not possible to build the go.sum previously because we were depending on
future versions of libraries.

This commit will be tagged v0.37.4.

Change-Id: Ie1811a2f8d4044af01cb5b6d0e51a6a34eeed636
Reviewed-on: https://code-review.googlesource.com/c/gocloud/+/39712
Reviewed-by: Chris Broadfoot <cbro@google.com>
Reviewed-by: kokoro <noreply+kokoro@google.com>

v0.37.3

Toggle v0.37.3's commit message
mod: switch to non-alpha future versions of opencensus, google.golang…

….org/api

The experiment proved mostly successful: we are able to remove
github.com/golang/lint from our mod graph, and we are able to
GO111MODULE=on go get -u ./... on this repo. However we're not able to do the
latter in opencensus or google.golang.org/api for some reason (despite the
mod graph having excised github.com/golang/lint). Filing an issue in golang/go
for the remaining weirdness, for but now this is still forward progress.

This will be tagged 0.37.3.

Change-Id: I5b5507e6d331b42680ca115b920afd00490a0d71
Reviewed-on: https://code-review.googlesource.com/c/gocloud/+/39710
Reviewed-by: Chris Broadfoot <cbro@google.com>
Reviewed-by: Tyler Bui-Palsulich <tbp@google.com>

v0.37.3+alpha

Toggle v0.37.3+alpha's commit message
internal: bump opencensus to non-existent future version

This CL is one in a line of CLs to remove github.com/golang/lint from
transitive deps. It is being done in live coordination with opencensus.

This will be tagged v0.37.3+alpha.

Change-Id: If0c55f6cd9859cd6f2cf63f0041ea5ffd76ff44a
Reviewed-on: https://code-review.googlesource.com/c/gocloud/+/39670
Reviewed-by: Tyler Bui-Palsulich <tbp@google.com>

v0.37.3-alpha

Toggle v0.37.3-alpha's commit message
internal: fix version by using dashes instead of plusses

https://semver.org/

This commit will be tagged v0.37.3-alpha.

Change-Id: I5b9fe28bf7e8683c1cff5211d66669acd7941708
Reviewed-on: https://code-review.googlesource.com/c/gocloud/+/39690
Reviewed-by: Tyler Bui-Palsulich <tbp@google.com>