Skip to content

Releases: googleapis/gax-php

0.34.0

08 Jun 22:33
faddb0b

Choose a tag to compare

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

07 Jun 17:11
9d15f56

Choose a tag to compare

Google ApiCore 0.33.1

Pin to protobuf 3.5.*

0.32.1

07 Jun 18:01
c52823c

Choose a tag to compare

Google ApiCore 0.32.1

Pin to protobuf 3.5.*

0.31.4

07 Jun 18:26
68058c3

Choose a tag to compare

Google ApiCore 0.31.4

Pin to protobuf 3.5.*

0.30.3

07 Jun 18:15

Choose a tag to compare

Google ApiCore 0.30.3

Pin to protobuf 3.5.*

0.29.1

07 Jun 18:23

Choose a tag to compare

Google ApiCore 0.29.1

Pin to protobuf 3.5.*

0.33.0

24 May 17:59
9f975d6

Choose a tag to compare

Google ApiCore 0.33.0

Version file handling

  • Update version file handling to search below src directory (#179)

Bugfixes for serializer

  • Fix notice on missing fields, add debugging information (#178)

0.32.0

14 May 20:37
c927a71

Choose a tag to compare

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)

0.31.3

17 Apr 15:30
cae100c

Choose a tag to compare

Bugfix for REST transport

  • Fix for calls using the REST transport that define no placeholder values (#166)

0.31.1

03 Apr 17:01
3d98f03

Choose a tag to compare

Bugfixes

  • Fix inconsistent segfault on PHP 7.0 during test (#161)
  • Allow PHP 7 Errors to bubble up (#162)