Releases: googleapis/google-cloud-php
Releases · googleapis/google-cloud-php
Google Cloud PHP v0.84.1
Google Cloud PHP v0.84.1
google/cloud-firestore v0.15.5
- Fix
Google\Cloud\Firestore\DocumentSnapshot
array offset exists check. (#1379)
Google Cloud PHP v0.84.0
Google Cloud PHP v0.84.0
google/cloud-asset v0.1.3
- Add kokoro configs for continuous build (#1359)
google/cloud-bigquery v1.4.6
- Fix BigQuery README (#1375)
google/cloud-core v1.23.8
- Add kokoro configs for continuous build (#1359)
google/cloud-dlp v0.15.0
- Add support to DLP for BigQuery excluded fields and update documentation. (#1372)
google/cloud-firestore v0.15.4
google/cloud-redis v0.4.3
- Add kokoro configs for continuous build (#1359)
google/cloud-spanner v1.11.1
- Add kokoro configs for continuous build (#1359)
google/cloud-storage v1.9.2
google/cloud-tasks v0.4.1
- Add kokoro configs for continuous build (#1359)
google/cloud-translate v1.2.7
- Translate system test fixes (#1361)
google/cloud-videointelligence v1.1.0
- Add support for VideoIntelligence Speech Transcription. (#1373)
Google Cloud PHP v0.83.0
Google Cloud PHP v0.83.0
google/cloud-asset v0.1.2
- Comment update (#1343)
google/cloud-dialogflow v0.4.0
- Comment update, use nicer namespace (#1354)
google/cloud-dlp v0.14.0
- Introduce StoredInfoType and related methods (#1344)
google/cloud-logging v1.14.0
- Comment update, added methods for sampled trace (#1345)
google/cloud-monitoring v0.12.2
- Small config change (#1346)
google/cloud-pubsub v1.6.0
- Comment update, introduce ExpirationPolicy and related methods (#1347)
google/cloud-redis v0.4.2
- Fixed TYPO in the comment (#1348)
google/cloud-tasks v0.4.0
google/cloud-text-to-speech v0.1.6
- Comment update (#1349)
google/cloud-trace v0.11.0
- Use nicer namespace, comment update (#1350)
google/cloud-videointelligence v1.0.8
- Comment update (#1351)
Google Cloud PHP v0.82.0
Google Cloud PHP v0.82.0
Thanks to @carusogabriel for various code cleanup tasks!
google/cloud-bigquery v1.4.5
google/cloud-core v1.23.7
- Use combined assignment operators when possible (#1328)
- Remove unused variables passed to closures (#1330)
google/cloud-datastore v1.5.10
google/cloud-debugger v0.14.2
google/cloud-firestore v0.15.3
- Fix handling of empty sets in Firestore updates (#1316)
- Remove auxiliary variables when they are return right away (#1329)
google/cloud-spanner v1.11.0
- Add support for DML and Partitioned DML (#1309)
- Use combined assignment operators when possible (#1328)
- Remove unused variables passed to closures (#1330)
google/cloud-storage v1.9.1
- Use dedicated PHPUnit assertions (#1331)
google/cloud-vision v0.17.2
- Use dedicated PHPUnit assertions (#1331)
Google Cloud PHP v0.81.0
Google Cloud PHP v0.80.0
Google Cloud PHP v0.80.0
google/cloud-asset v0.1.1
- [Docs] Update references to github organization (#1311)
google/cloud-bigquery v1.4.4
google/cloud-bigquerydatatransfer v0.8.2
google/cloud-bigtable v0.7.1
google/cloud-container v0.6.2
google/cloud-core v1.23.6
google/cloud-dataproc v0.6.2
google/cloud-datastore v1.5.9
google/cloud-debugger v0.14.1
google/cloud-dialogflow v0.3.5
google/cloud-dlp v0.13.0
- [Docs] Update references to github organization (#1311)
- Correct system test configs (#1313)
- Update dlp client with the new ExcludeFindings feature (#1319)
google/cloud-error-reporting v0.12.1
google/cloud-firestore v0.15.2
google/cloud-iot v0.4.1
google/cloud-kms v0.4.1
google/cloud-language v0.16.1
google/cloud-logging v1.12.9
google/cloud-monitoring v0.12.1
google/cloud-oslogin v0.7.1
google/cloud-pubsub v1.5.1
google/cloud-redis v0.4.1
- [Docs] Update references to github organization (#1311)
google/cloud-spanner v1.10.1
google/cloud-speech v0.17.1
google/cloud-storage v1.8.0
- [Docs] Update references to github organization (#1311)
- Correct system test configs (#1313)
- Add more in-depth support for object lifecycle management (#1318)
google/cloud-tasks v0.3.2
google/cloud-text-to-speech v0.1.5
google/cloud-trace v0.10.6
google/cloud-translate v1.2.6
google/cloud-videointelligence v1.0.7
google/cloud-vision v0.17.1
- [Docs] Update references to github organization (#1311)
Google Cloud PHP v0.79.0
Google Cloud PHP v0.79.0
google/cloud-bigtable v0.7.0
google/cloud-core v1.23.5
- Fixed a bug which could result in batch jobs not being initialized properly. (#1300)
- Updated gRPC handling code to properly support old versions of
google/gax
. (#1312)
google/cloud-firestore v0.15.1
- Added conformance tests for array operations. (#1307)
google/cloud-kms v0.4.0
- Updated generated clients. (#1291)
google/cloud-monitoring v0.12.0
- Updated generated clients. (#1299)
google/cloud-oslogin v0.7.0
- Updated generated clients. (#1296)
google/cloud-pubsub v1.5.0
- Updated generated clients. (#1297)
google/cloud-spanner v1.10.0
- Updated generated clients. (#1308)
google/cloud-vision v0.17.0
- Added
Google\Cloud\Vision\V1\ImageAnnotatorClient::objectLocalization()
method. (#1305)
Google Cloud PHP v0.78.0
Google Cloud PHP v0.78.0
google/cloud-asset v0.1.0
- Add Cloud Asset API. (#1242)
google/cloud-core v1.23.4
- Revert
Google\Cloud\Core\Iterator\PageIteratorTrait::getNestedResource()
back toGoogle\Cloud\Core\Iterator\PageIteratorTrait::get()
. This addresses potential compatibility issues when not using the umbrella package (google/cloud
). (#1292)
google/cloud-datastore v1.5.8
- Update call to
Google\Cloud\Core\Iterator\PageIteratorTrait::getNestedResource()
back toGoogle\Cloud\Core\Iterator\PageIteratorTrait::get()
. This addresses potential compatibility issues when not using the umbrella package (google/cloud
). (#1292)
google/cloud-firestore v0.15.0
- BREAKING CHANGE Added support for Firestore Array Operations. You can now add or remove elements from arrays in Firestore documents using new methods on
Google\Cloud\Firestore\FieldValue
. Please note the following minor breaking changes. (#1269)Google\Cloud\Firestore\FieldValue
method return values have changed.Google\Cloud\Firestore\WriteBatch::REQUEST_TIME
moved to
Google\Cloud\Firestore\FieldValue\ServerTimestampValue::REQUEST_TIME
.Google\Cloud\Firestore\FieldValue
methodssentinelValues()
andisSentinelValue()
have been removed.
google/cloud-storage v1.7.3
- Update call to
Google\Cloud\Core\Iterator\PageIteratorTrait::getNestedResource()
back toGoogle\Cloud\Core\Iterator\PageIteratorTrait::get()
. This addresses potential compatibility issues when not using the umbrella package (google/cloud
). (#1292)
Google Cloud PHP v0.77.0
Google Cloud PHP v0.77.0
google/cloud-core v1.23.3
- Improve performance of fetching nested resources in an array (#1275)
google/cloud-datastore v1.5.7
- Improve performance of fetching nested resources in an array (#1275)
google/cloud-kms v0.3.0
- Add
AsymmetricDecrypt
method (#1284)
google/cloud-redis v0.4.0
- Add Cloud Redis V1 client (#1283)
google/cloud-speech v0.17.0
- Update speech client (#1285)
google/cloud-storage v1.7.2
- Improve performance of fetching nested resources in an array (#1275)
google/cloud-vision v0.16.0
- Update vision client (#1286)
Google Cloud PHP v0.76.1
Google Cloud PHP v0.76.1
google/cloud-bigquery v1.4.3
- Add documentation for ORC source format in a load job. (#1278)