Google Cloud PHP v0.52.0
Google Cloud PHP v0.52.0
We are proud to announce that generated clients such as Google\Cloud\Bigtable\V2\BigtableClient
now support HTTP 1.1/JSON for the transport layer in addition to gRPC! While we still highly recommend gRPC for its additional features such as streaming, we know it may not always be an option. Please keep in mind, however, if choosing HTTP 1.1/JSON streaming methods will not be available at this time. (#857)
google/cloud-bigtable v0.2.0
- Generated clients now can utilize HTTP 1.1/JSON as the transport layer. (#857)
google/cloud-bigquery v1.0.2
- Code style fixes. (#835)
google/cloud-container v0.2.0
- Generated clients now can utilize HTTP 1.1/JSON as the transport layer. (#857)
google/cloud-core v1.15.2
google/cloud-dataproc v0.2.0
- Generated clients now can utilize HTTP 1.1/JSON as the transport layer. (#857)
google/cloud-datastore v1.2.2
google/cloud-dlp v0.5.0
- Generated clients now can utilize HTTP 1.1/JSON as the transport layer. (#857)
google/cloud-debugger v0.3.0
- Code style fixes. (#835)
- An improved technique for generating a default identifier has been added, as well as ensuring the
extSourceContext
field should be empty when there is nosource-contexts.json
file available. (#839) - A Debugger GAPIC has been added. (#841)
- Additional validation to a breakpoint has been added. (#834)
- The
source-contexts.json
file is being deprecated in favor ofsource-context.json
. (#853) - A bug with an incorrect parameter
projectId
has been fixed. (#855) Google\Cloud\Debugger\SourceLocationResolver
has been added to assist in resolving source location. (#844)- Fixed a set of bugs surrounding the resolved location. (#856)
- Generated clients now can utilize HTTP 1.1/JSON as the transport layer. (#857)
google/cloud-error-reporting v0.8.0
- Code style fixes. (#835)
- Generated clients now can utilize HTTP 1.1/JSON as the transport layer. (#857)
google/cloud-firestore v0.4.0
- Code style fixes. (#835)
- Generated clients now can utilize HTTP 1.1/JSON as the transport layer. Please note, however,
Google\Cloud\Firestore\FirestoreClient
still requires the gRPC extension. (#857) - Updated connection layer to use new
headers
key for GAPICs. (#861)
google/cloud-logging v1.9.0
- Code style fixes. (#835)
- Generated clients now can utilize HTTP 1.1/JSON as the transport layer. (#857)
google/cloud-monitoring v0.8.0
- Generated clients now can utilize HTTP 1.1/JSON as the transport layer. (#857)
google/cloud-oslogin v0.2.0
- Generated clients now can utilize HTTP 1.1/JSON as the transport layer. (#857)
google/cloud-pubsub v0.12.0
- Code style fixes. (#835)
- Generated clients now can utilize HTTP 1.1/JSON as the transport layer. (#857)
google/cloud-spanner v1.1.0
- Code style fixes. (#835)
- Generated clients now can utilize HTTP 1.1/JSON as the transport layer. Please note, however,
Google\Cloud\Spanner\SpannerClient
still requires the gRPC extension. (#857) - Updated connection layer to use new
headers
key for GAPICs. (#861)
google/cloud-speech v0.11.0
- Generated clients now can utilize HTTP 1.1/JSON as the transport layer. (#857)
google/cloud-storage v1.3.3
google/cloud-trace v0.6.0
- Code style fixes. (#835)
- Generated clients now can utilize HTTP 1.1/JSON as the transport layer. (#857)
google/cloud-translate v1.1.1
- Code style fixes. (#835)
google/cloud-videointelligence v0.9.0
- Generated clients now can utilize HTTP 1.1/JSON as the transport layer. (#857)
google/cloud-vision v0.9.0
- Code style fixes. (#835, #849)
- Generated clients now can utilize HTTP 1.1/JSON as the transport layer. (#857)
Misc
- A CLI tool for adding new components to the library has been added. (#762)
- A set of system tests for GAPIC clients and a bugfix in Spanner system tests have been added. (#859)
Big shoutout to @carusogabriel for his contributions to the library! (#835, #849, #862 )