Skip to content

Tags: Slim1222b/AprilM36-google-api-go-client

Tags

v0.7.0

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

This commit will be tagged v0.7.0.

Change-Id: Ib89bf1444c87d3d0d9454ca89ffe139dd7252115
Reviewed-on: https://code-review.googlesource.com/c/google-api-go-client/+/42210
Reviewed-by: kokoro <[email protected]>
Reviewed-by: Jean de Klerk <[email protected]>

v0.6.0

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

This commit will be tagged v0.6.0.

Change-Id: Ie411e90bc6d767a87ffe868bd2df47972f695442
Reviewed-on: https://code-review.googlesource.com/c/google-api-go-client/+/41711
Reviewed-by: Tyler Bui-Palsulich <[email protected]>
Reviewed-by: Chris Broadfoot <[email protected]>
Reviewed-by: kokoro <[email protected]>

v0.5.0

Toggle v0.5.0's commit message
release: v0.5.0

This CL will be tagged 0.5.0.

Change-Id: Id26fc4415a6d9ad759422a6748518a4c7cbb821a
Reviewed-on: https://code-review.googlesource.com/c/google-api-go-client/+/41030
Reviewed-by: kokoro <[email protected]>
Reviewed-by: Tyler Bui-Palsulich <[email protected]>
Reviewed-by: Jean de Klerk <[email protected]>

v0.4.0

Toggle v0.4.0's commit message
mod: re-pin opencensus

This removes a large number of transitive dependencies.

This will be tagged v0.4.0.

Fixes googleapis#360.

Change-Id: Icc39aac7de4b2892d8215b17cf21060255dacf9f
Reviewed-on: https://code-review.googlesource.com/c/google-api-go-client/+/40330
Reviewed-by: Tyler Bui-Palsulich <[email protected]>

v0.3.2

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

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.3.2.

Change-Id: I425f3d32cc03061be2d6b9bbe49f5c832efff847
Reviewed-on: https://code-review.googlesource.com/c/google-api-go-client/+/39713
Reviewed-by: Chris Broadfoot <[email protected]>
Reviewed-by: kokoro <[email protected]>

v0.3.1

Toggle v0.3.1's commit message
mod: switch to non-alpha future versions of opencensus

The experiment proved mostly successful: we are able to remove
github.com/golang/lint from our mod graph, but we not are able to
GO111MODULE=on go get -u ./... on this repo. Filing an issue in golang/go
for the remaining weirdness, for but now this is still forward progress.

This will be tagged 0.3.1.

Change-Id: I78a890a16175e544bc404d403932b452dbb27646
Reviewed-on: https://code-review.googlesource.com/c/google-api-go-client/+/39711
Reviewed-by: Tyler Bui-Palsulich <[email protected]>

v0.3.1+alpha

Toggle v0.3.1+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 commit will be tagged v0.3.1+alpha.

Change-Id: I36da0d5de3e0a75974dccda0550d8db131fdbd62
Reviewed-on: https://code-review.googlesource.com/c/google-api-go-client/+/39671
Reviewed-by: Tyler Bui-Palsulich <[email protected]>

v0.3.1-alpha

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

https://semver.org/

This commit will be tagged v0.3.1-alpha.

Change-Id: Ie7b783ca3040f88b8f737101c9a5b5595b4c80f4
Reviewed-on: https://code-review.googlesource.com/c/google-api-go-client/+/39691
Reviewed-by: Tyler Bui-Palsulich <[email protected]>

v0.3.0

Toggle v0.3.0's commit message
internal: update opencensus, remove go version restriction

Bumps opencensus to a version that does not result in [email protected]. This
unfortunately does not fix googleapis#342
since it requires coordinated tagging (currently scheduling with the OC team).
However, it's a step in the right direction.

Also removes the Go 1.12 compilation target, which should fix
googleapis#345.

Fixes googleapis#345.

Change-Id: I620c589f22d3310db861d96450b3a945ad24e58a
Reviewed-on: https://code-review.googlesource.com/c/google-api-go-client/+/39231
Reviewed-by: kokoro <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Reviewed-by: Chris Broadfoot <[email protected]>

v0.2.0

Toggle v0.2.0's commit message
internal: re-pin go.mod

Re-pins go.mod so that we pull in x/oauth2 after
529b322ea34655aa15fb32e063f3d4d3cf803cac,
in which we updated the oauth2 endpoints.

This CL was generated by blowing away the go.mod, running go mod tidy,
and manually reverting the honnef.co changes (we don't want/need updates
to the staticchecker).

Relevant issue: googleapis/google-cloud-go#1333

Change-Id: I5a59a5b67de1d11cc8946549e2e3f8f53a0c1a26
Reviewed-on: https://code-review.googlesource.com/c/google-api-go-client/+/38930
Reviewed-by: kokoro <[email protected]>
Reviewed-by: Jonathan Amsterdam <[email protected]>