Skip to content

Commit

Permalink
Prepare v0.69.0 (#1114)
Browse files Browse the repository at this point in the history
## Google Cloud PHP v0.69.0

### google/cloud-debugger v0.12.0

* Cloud Debugger limits the amount of data captured for snapshots by default. Several new configuration options have been added to {@see Google\Cloud\Debugger\Agent::__construct()} to allow control over these new defaults. (#1099)
* Fixed a bug where a debuggee may not register properly. (#1102)
* Fixed a bug where Stackdriver Debugger was not compatible with PHP 7.0. (#1104)

### google/cloud-logging v1.12.1

* Added missing passthrough options in {@see Google\Cloud\Logging\LoggingClient::psrLogger()} and fixed object serialization. (#1110)

### google/cloud-videointelligence v1.0.0

* There are no code changes since our last release, but we are proud to now announce our support of Cloud Video Intelligence at a GA level. This means that we do not expect to introduce any breaking changes and that we believe the library is ready for production use. For more information on our versioning please see [here](https://github.com/GoogleCloudPlatform/google-cloud-php#versioning).
  • Loading branch information
jdpedrie authored Jun 20, 2018
1 parent eb0128b commit 3bcbaf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0
0.12.0
2 changes: 1 addition & 1 deletion src/DebuggerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class DebuggerClient
{
use ClientTrait;

const VERSION = '0.11.0';
const VERSION = '0.12.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/debugger.readonly';
Expand Down

0 comments on commit 3bcbaf6

Please sign in to comment.