Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Google Cloud PHP v0.35.0
Cloud Core v1.7.0
google/auth
requirements have been relaxed to allow installation down to v0.9.0. (Relax auth requirements #594)debugOutput
in batch calls. (Only emit debug information when debugOutput is enabled #585)google/proto-client
and removesymfony/lock
suggestions. (Introduce flock/semaphore locking mechanisms #592)Google\Cloud\Core\Batch\SysvTrait
toGoogle\Cloud\Core\SysvTrait
and movedGoogle\Cloud\Core\Batch\SysvTrait::isDaemonRunning()
toGoogle\Cloud\Core\Batch\BatchDaemonTrait
. (Introduce flock/semaphore locking mechanisms #592)Cloud Logging v1.3.1
debugOutput
in batch calls. (Only emit debug information when debugOutput is enabled #585)Cloud PubSub v0.6.1
debugOutput
in batch calls. (Only emit debug information when debugOutput is enabled #585)Cloud Spanner v0.4.0
symfony/lock
in favor ofGoogle\Cloud\Core\Lock
. TheGoogle\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 aGoogle\Cloud\Core\Lock\LockInterface
implementation to the session pool. (Introduce flock/semaphore locking mechanisms #592)Cloud Trace v0.3.1
debugOutput
in batch calls. (Only emit debug information when debugOutput is enabled #585)Miscellaneous