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
❗ BREAKING CHANGE When reading rows, results with a
type such as Date now return wrapped in a PHP type managed by the library,
rather than as a string. This change makes it easier to manipulate BigQuery
data in PHP without worrying about mangling server data. (#350, #372)
When inserting rows, it is now possible to pass in library types such as Google\Cloud\BigQuery\Date. (#350)
The Cloud BigQuery system test suite now includes more comprehensive coverage.
(#350)
Cloud Storage
Fixed a bug in the Cloud Storage stream wrapper which could raise PHP notices
when an invalid URL was used internally. (#352)
Cloud Pub/Sub
❗ BREAKING CHANGE Classes in the Google Cloud
Pub/Sub wrapper no longer expose methods related to parsing and formatting
resource names. If you desire this functionality in your application, you can
use the Google\Cloud\PubSub\ResourceNameTrait in your classes. Affected
classes in Google Cloud PHP are Google\Cloud\PubSub\PubSubClient, Google\Cloud\PubSub\Subscription and Google\Cloud\PubSub\Topic. (#358)
Cloud Vision
Introducing Cloud Vision v1.1. Adds support for new image detections, improves
snippet test coverage and adds system test coverage. (#365)
Various and Sundry
Improved Snippet coverage throughout the library. (#353, #357)
Updated the application version headers send via REST and gRPC. (#366)