Releases: googleapis/gax-php
Releases · googleapis/gax-php
0.34.0
Google ApiCore 0.34.0
Update release process and doc generation
- Add VERSION file, update Travis CI and support auto doc building (#181)
Add Devtools/Source proto files
- Add generated Devtools/Source proto files in preparation for deprecation of proto-client-php (#177)
Add protected getters for transport and credentials
- Add protected getters for getTransport and getCredentialsWrapper (#193)
0.33.1
Google ApiCore 0.33.1
Pin to protobuf 3.5.*
- Pin to protobuf version 3.5.* to avoid breakage caused by protocolbuffers/protobuf#4738 (#184)
0.32.1
Google ApiCore 0.32.1
Pin to protobuf 3.5.*
- Pin to protobuf version 3.5.* to avoid breakage caused by protocolbuffers/protobuf#4738 (#184)
0.31.4
Google ApiCore 0.31.4
Pin to protobuf 3.5.*
- Pin to protobuf version 3.5.* to avoid breakage caused by protocolbuffers/protobuf#4738 (#189)
0.30.3
Google ApiCore 0.30.3
Pin to protobuf 3.5.*
- Pin to protobuf version 3.5.* to avoid breakage caused by protocolbuffers/protobuf#4738 (#184)
0.29.1
Google ApiCore 0.29.1
Pin to protobuf 3.5.*
- Pin to protobuf version 3.5.* to avoid breakage caused by protocolbuffers/protobuf#4738 (#188)
0.33.0
0.32.0
Breaking changes
- BREAKING CHANGE Update GapicClientTrait to accept new constructor arguments,with the goal of simplifying the construction of clients. (#146, #174)
- BREAKING CHANGE Modified polling arguments accepted by OperationResponse::pollUntilComplete (#151)
New features
- Add support for custom decoder options in Serializer (#170)
- Add support for fetching response metadata (#175)
Bugfixes
- Fix REST ApiExceptions with result is not JSON (#165)