Skip to content

v0.15.0 Release

Choose a tag to compare

@scotthart scotthart released this 05 Nov 19:47
e60c67a

File Checksums

Extension SHA256 checksum
.tar.gz 23602261630556e6c6283fea300075b40d4711e47ad9627423b01258784247ca
.zip 43312d3c6bbca6f8e4d39ae5a805c7d597915dfd478c360dae3029a13094a59d
  • Build changes

    • BREAKING CHANGE: The common libraries have been moved
      to the google-cloud-cpp-common repository.
      While this may not be a technically breaking change (the API and ABI
      remain unchanged, the include paths are the same), it will require
      application developers to change their build scripts.
    • Submodule builds no longer supported.
  • Dependency updates

    • Upgraded cmake-format to 0.6.0. #3211
    • Upgraded gRPC to 1.24.3 #3217
    • Upgraded googletest to 1.10.0 #3201
  • Bigtable changes

    • Pass along error message in Table::Apply retry loop #3208
  • GCS changes

    • Implement ComposeMany to efficiently compose more than 32 GCS objects #3016
    • Implement a function to delete all the objects that match a given prefix #3016
    • Support uniform bucket level access #3186
    • Use separate policy instances for each UploadChunk request #3213