Skip to content

Releases: googleapis/gax-php

v1.14.0

26 Jul 20:12
87bdb94
Compare
Choose a tag to compare

1.14.0 (2022-07-26)

Features

  • support requesting numeric enum rest encoding (#395) (0d74a48)

v1.13.0

19 Jun 23:41
1403cdf
Compare
Choose a tag to compare

Features

  • add support for protobuf version in header agent (#387)

Misc

  • dropped support for PHP 5.5

v1.12.2

17 May 14:49
38ea1c1
Compare
Choose a tag to compare

Bug Fixes

  • add ReturnTypeWillChange for PHP 8.1 compatibility (#378)

v1.12.1

20 Apr 16:47
c853202
Compare
Choose a tag to compare

Bug Fixes

  • exclude broken protobuf version (#382)

v1.12.0

25 Feb 22:38
d802c9b
Compare
Choose a tag to compare

Fixes

  • feat: improve errors by hoisting ErrorInfo fields directly in error message (#354)

v1.11.4

26 Jan 19:07
bf32dd0
Compare
Choose a tag to compare

Fixes

  • maintain forwards compatibility with REST server streaming (#371)

v1.11.3

25 Jan 21:00
381f91a
Compare
Choose a tag to compare

Fixes

  • revert getStatus to stdClass in ServerStreamingCallInterface (#364)
  • convert RepeatedField metadata into array (#365)

v1.11.2

20 Jan 16:41
79af835
Compare
Choose a tag to compare

Fixes

  • relax ServerStreamingCallWrapper construct param type (#362)

v1.11.1

19 Jan 18:02
6e52480
Compare
Choose a tag to compare

Fixes

  • support stdClass in MockServerStreamingCall (#359)

v1.11.0

18 Jan 22:37
8d17cad
Compare
Choose a tag to compare

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)