You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The google/auth requirements have been relaxed to allow installation down to v0.9.0. (#594)
A fix for a bug regarding debugOutput in batch calls. (#585)
Introduced flock and semaphore based locking mechanisms. (#592)
Correct google/proto-client and remove symfony/lock suggestions. (#592)
Moved Google\Cloud\Core\Batch\SysvTrait to Google\Cloud\Core\SysvTrait and moved Google\Cloud\Core\Batch\SysvTrait::isDaemonRunning() to Google\Cloud\Core\Batch\BatchDaemonTrait. (#592)
Cloud Logging v1.3.1
A fix for a bug regarding debugOutput in batch calls. (#585)
Cloud PubSub v0.6.1
A fix for a bug regarding debugOutput in batch calls. (#585)
Cloud Spanner v0.4.0
Big thanks to @RyanGordon for a handful of documentation fixes. (#579)
Removed suggest on symfony/lock in favor of Google\Cloud\Core\Lock. The Google\Cloud\Spanner\Session\SessionCachePool now defaults to a semaphore based lock (if available) with a back up of an flock based implementation. It's possible to override the lock by supplying a Google\Cloud\Core\Lock\LockInterface implementation to the session pool. (#592)
Cloud Trace v0.3.1
A fix for a bug regarding debugOutput in batch calls. (#585)
Miscellaneous
Our documentation site received a bunch of great updates, including documentation for extended classes, inheritance, and traits. (#591)