Releases
v0.6.0
Compare
Sorry, something went wrong.
No results found
devjgm
released this
06 Feb 18:53
File Checksums
Extension
SHA256 checksum
.tar.gz
09b496a647ef52cfab103fcf2fa5d0c963d654f8ed83aec5a299de6e5bd7ff91
.zip
d229d331b2f78ef884de0f34c6ca9043a8e924bf63ba65178499c744d6b05c94
Bigtable
Moved repo organization from GoogleCloudPlatform -> googleapis.
Implemented several more async functions.
Breaking change : Started migrating functions to StatusOr and away from
throwing exceptions.
Several fixes to bulk mutator (#1880 )
Disabled make install for external projects.
Row now has a move constructor.
Increased default message length limit.
Now testing build with libc++ on Linux.
Fixed some bugs found by Coverity scans.
Storage
Breaking change : Removed almost all exception throwing in favor of
StatusOr<T> return values.
Lots of cleanup to documentation and example code.
Avoids use of StatusOr::value() when the validity was already checked.
Client::ListBuckets() now directly returns ListBucketsReader, because it
cannot fail so StatusOr was not needed.
Removed support for StatusOr<void>; changed usages to return Status
instead.
502s are now retryable errors from GCS.
Breaking change : LockBucketRetentionPolicy returns a BucketMetadata
now instead of void.
Cleaned up documentation and example code.
Disabled make install for external projects.
Moved repo organization from GoogleCloudPlatform -> googleapis.
Moved some internal-only APIs out of public interfaces.
Fixed resuming uploads when the server responds with a 308.
Common
Fixed some documentation.
Breaking change : Removed StatusOr<void>.
Updated StatusOr documentation.
Fixed some (minor) issues found by coverity.
You can’t perform that action at this time.