Skip to content

Releases: googleapis/gax-php

0.21.0

10 Jul 23:43

Choose a tag to compare

No change

This release is to maintain version equality with google/proto-client 0.21.0. No changes have been introduced between this release and 0.20.1

0.20.1

30 Jun 16:53

Choose a tag to compare

  • Fix OperationsGrpcClient, renaming Empty->GPBEmpty (#82)
  • Fix handling of gRPC streaming with resources (#81)
  • Update ApiException message to match REST message (#80)

0.20.0

23 Jun 22:41

Choose a tag to compare

Supporting google/protobuf

This release changes the supported protocol buffer library from https://github.com/stanley-cheung/Protobuf-PHP to https://github.com/google/protobuf. This is a major breaking change that affects large parts of this repository. While the public surfaces in gax-php have not changed significantly, this update will affect any code that uses protobuf types.

0.10.0

16 Jun 21:24

Choose a tag to compare

  • Refresh LongRunning (#67)
  • Correctly handle insecure credentials (#68)
  • Update ApiException to include error metadata (#70)
  • Bump auth dependency to 1.0 (#74)
  • Enable retry_codes_name to be absent from retry config (#75)
  • Provide access to call objects to enable streaming tests (#72)

0.9.0

17 May 17:45

Choose a tag to compare

Add support for user headers

0.8.1

02 Mar 19:01

Choose a tag to compare

Update GAX version correctly

0.8.0

02 Mar 18:25

Choose a tag to compare

Add support for updated header format

0.7.0

20 Jan 22:14

Choose a tag to compare

  • Add support for gRPC streaming methods

0.6.0

03 Jan 22:22

Choose a tag to compare

  • Adds support for long running operations
  • Adds support for unit test generation

0.5.0

02 Dec 17:35

Choose a tag to compare

Update the agent header for compatibility with grpc 1.0.1