This repository was archived by the owner on Dec 8, 2021. It is now read-only.
v0.22.1 Release
- 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_utilsnamespace) was not intended for public use.