Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

v0.3.0 Release

Compare
Choose a tag to compare
@scotthart scotthart released this 06 Nov 20:18
· 341 commits to master since this release
661640f

File Checksums

Extension SHA256 checksum
.tar.gz 07e692b2af88b1243fe37f27a3c08dc6e3dd0c8418a7fcc35153905031d1673f
.zip 731720f49098be6e1bb4abf0987262e2f5d882f1dd1f54b8bd9027dd2dd7bce1

Release Notes

  • Breaking Changes

    • feat!: class templates removed from keys.h (#936)
    • feat!: change result return types (#942)
    • refactor!: replaced Row<...> with std::tuple<...> (#967)
    • feat!: support for select-star queries (#976)
    • feat!: replace RunTransaction() with Client::Commit(functor) (#975)
    • chore!: renamed QueryResult to RowStream (#978)
    • chore!: renamed ExecuteSqlParams to SqlParams (#986)
    • cleanup: depend on google-cloud-cpp-common (#940)
  • feat: configurable strategy for background threads (#955)

  • feat: add Profile and Analyze methods (#961)

  • feat: adds efficient move to support to Value:get() (#980)

  • feat: add efficient move support to mutation builder temporaries (#989)

  • bug: only install the required headers (#993)

  • bug: install the headers for mocking (#997)