Releases: googleapis/gax-php
Releases · googleapis/gax-php
v1.14.0
1.14.0 (2022-07-26)
Features
- support requesting numeric enum rest encoding (#395) (0d74a48)
v1.13.0
Features
- add support for protobuf version in header agent (#387)
Misc
- dropped support for PHP 5.5
v1.12.2
Bug Fixes
- add ReturnTypeWillChange for PHP 8.1 compatibility (#378)
v1.12.1
Bug Fixes
- exclude broken protobuf version (#382)
v1.12.0
Fixes
- feat: improve errors by hoisting
ErrorInfo
fields directly in error message (#354)
v1.11.4
Fixes
- maintain forwards compatibility with REST server streaming (#371)
v1.11.3
Fixes
- revert getStatus to stdClass in ServerStreamingCallInterface (#364)
- convert RepeatedField metadata into array (#365)
v1.11.2
Fixes
- relax ServerStreamingCallWrapper construct param type (#362)
v1.11.1
Fixes
- support stdClass in MockServerStreamingCall (#359)
v1.11.0
Features
- add JsonStreamDecoder (#342)
- add REST server streaming support (#347)
Fixes
- update REST transport error details (#352)
Misc
- accept google/common-protos 2.0 (#357)