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

v0.22.1 Release

Choose a tag to compare

@coryan coryan released this 10 Mar 15:05
6b1cd34
  • fix: correct range validation in ParseRfc3339 (#219) - the library incorrectly
    rejected timestamps with '59' in the minutes part, the tests did not cover
    the full range of valid inputs.
  • fix: workaround a libstdc++ bug on std::random_device (#208)
  • cleanup: use same clang-tidy in all repositories (#206)
  • chore: remove EnvironmentVariableRestore (#190)
    NOTE: this class (like all types and functions in the
    google::cloud::testing_utils namespace) was not intended for public use.