Skip to content

Tags: vphacker/go-cloud

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
internal/imports: script for generating import path redirect files (g…

…oogle#915)

This script fills a directory with the html files needed to redirect
import paths to gocloud.dev/...

Later, we'll configure Travis to run the script and push the generated
files to the gh-pages branch, where they will be served by GitHub Pages.

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
mempubsub: fail in driver methods on nonexistent topic (google#792)

All driver methods check for a non-existent topic and return an error.
(Non-existent subscription doesn't make sense for this package.)

Addresses google#759 for mempubsub.

gcppubsub is TBD.

v0.5.0

Toggle v0.5.0's commit message
internal/pubsub/driver: clarify doc comments (google#754)

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
blob: add URL schemes for gcsblob and s3blob (google#605)

v0.4.0

Toggle v0.4.0's commit message
mysql/rdsmysql: add integration tests (google#540)

0.3.0

Toggle 0.3.0's commit message
wire: make Vendor test work with Go module (google#469)

v0.3.0

Toggle v0.3.0's commit message
wire: make Vendor test work with Go module (google#469)

v0.2.0

Toggle v0.2.0's commit message
v0.2.0

blob: Fixed bugs regarding Size and ModTime attributes.
blob: Added conformance test suite for Driver implementations.
runtimevar: Added conformance test suite for Driver implementations.
mysql: Enable native password authentication.
wire: Added wire.InterfaceValue, to be used instead of wire.Value for
interface values.

v0.1.1

Toggle v0.1.1's commit message
blob: document storing a ctx in blob.Writer (google#298)

* document storing a ctx in blob.Writer

* document keeping ctx open above NewWriter