Changelog for
golang-google-golangorg-cloud-compute-metadata-0.7.0+git20170310.2e6a95edb1-4.112.noarch.rpm :
* Tue Jun 06 2017 jslabyAATTsuse.com- Update to version 0.7.0+git20170310.2e6a95edb1:
* bigquery: load of repeated nested fields
* datastore: adds support for top-level \"__key__\" field
* bigquery: upload of repeated nested fields
* bigquery: fix ValuesSaver for repeated nested fields
* bigquery: update examples for tags, direct struct operations
* bigquery: update package doc
* logging: Bundler.Close is now Bundler.Stop
* README: beta release
* logging: avoid sending zero latency for request entries
* version: a common place for version info for headers
* datastore: allow pointer to struct type fields
* bigquery: add autodetect support to load job
* bigtable: use gcloud config-helper for project and creds in cbt
* README: fix language links
* update toolkit-generated clients
* pubsub: nack on Message.Done(false)
* bigtable: fix admin integration test in production
* README: add snippet for ADC
* pubsub: fix test breakage due to go 1.6 time.Duration.String
* README: add TOC
* pubsub: fix link to push config attrs
* bigquery: improvements to documentation
* bigquery: create nested maps when reading a row into a map
* bigtable: better messaging for possibly flaky test
* bigquery: retry Uploader.Put on transient errors.
* datastore: update broken doc examples
* regenerate toolkit clients
* CONTRIBUTING.md: Add note about putting codereview tool in PATH.
* bigquery: fix table view creation for standard SQL
* bigquery: add TimePartitioning create table option
* bigquery: fix TableExpiration table option
* datastore: handle deferred keys
* kokoro: initial setup
* bigtable/cmd/cbt: allow overriding TLS certificate chain
* kokoro: fixes build.sh script
* storage: remove retry from writes
* bigtable/bttest: Support ValueRangeFilter and ConditionFilter
* internal/kokoro: adds continuous.cfg
* datastore: adds DistinctOn support
* bigtable: Retry on internal errors
* bigtable: Be consistent about truncating timestamps.
* bigtable/bttest: Fix DrowRowRange in emulator
* CONTRIBUTORS: adds Magnus Hiie
* datastore: add field name keys to protobuf struct literals
* Slight modification to documentation for pubsub.
* CONTRIBUTING: adds description of amending changes
* bigtable: Add create/delete instance to InstanceAdminClient
* datastore: fix get internal error when many missing entities
* kokoro: adds integration tests to build script
* cmd/go-cloud-debug-agent: exit with code 103 when failing to get application default credentials
* cmd/go-cloud-debug-agent: plumb context
* datastore: if nested struct implements PLS, use it
* trace: Add a way to create a span directly from the header value.
* trace: fix the formatting of the package doc
* multiple: set client header for generator-based clients
* storage: add WRITER role constant
* storage: fix retry in NewRangeReader on non-2xx responses
* don\'t use regexp in internal/version
* datastore: simplifies load logic
* Cloud Spanner: check in the Cloud Spanner Go client
* spanner: add import path comment, missing license comments
* spanner: remove single-line comment cruft in package doc
* spanner: make timebound test location-independent
* Cloud Spanner: revert the usage of T.Run() and B.Run()
* spanner: fix the exported constant group
* README: add news item for Spanner.
* storage: set storage service endpoint if set in options
* regenerate toolkit clients
* trace: error messages shouldn\'t end with punctuation
* trace: always use host to name spans
* trace: allow users to create root-level spans without a request
* kokoro: support integration tests, move config to internal storage
* bigtable/bttest: fix the cells ordering problem in emulator.
* internal/fields: adds ability to specify leaf types in call to NewCache
* trace: fix broken build
* Fix comment that referred to missing method
* kokoro: push build log to GCS as artifact
* errors: report repo version
* spanner: add x-google-api-client header
* datastore: add x-goog-api-client header
* pubsub: support streaming pull
* bigquery: omit nil repeated struct fields on upload
* bigquery: detect recursive types correctly during schema inference
* CONTRIBUTING: describe initialization for spanner tests
* kokoro: don\'t run integration tests
* all: refactor authn/authz examples, add notices to subpackages
* bigquery: Force location of returned timestamps to be UTC
* bigquery: Remove extraneous newline
* bigquery: Integration test with nested types.
* datastore: docs and test cleanup
* kokoro: set -o pipefail
* kokoro: name build artifact after gerrit revision
* trace: fix the gRPC error message assertions
* vision: update for vision 1.1
* vision: set client version
* vision: add full text (document) detection
* vision: rename FullText to DocumentText
* vision: improve tests
* bigtable: Add ability to create table with initial splits
* vision: mark as beta
* bigtable: give more time to integration test
* .travis.yml: add 1.8
* storage: omit bucket from copy attributes
* storage: support per-object storage class
* storage: clean up integration tests
* trace: clarify how gRPC options work
* logadmin: retry on CreateMetric and UpdateMetric
* trace: export tracing scopes
* regenerate toolkit client
* datastore: DRY up loading entity code
* spanner: skip some tests in short mode
* spanner: remove most logging from tests
* spanner: fix time.Time comparisons for upcoming Go1.9 monotonic times
* pubsub: check early if streaming iterator is already drained
* pubsub: fix flaky streaming retry test
* Tue Jun 06 2017 jslabyAATTsuse.com- Update to version 0.6.0+git20161210.c116c7972e:
* bigquery: support struct field tags
* internal/fields: adds func for validating struct
* bigquery: support uploading structs directly
* fields: factor out fast cache to separate package.
* README: update status of select clients
* README: change \"experimental\" to \"alpha\"
* datastore: implement structCodec using internal/fields
* bigquery,logging,storage,datastore: mention beta status in doc comment
* bigquery: check for recursive types during schema inference
* bigquery: cache schema inference
* Tue Feb 07 2017 thippAATTsuse.de- Initial commit