Skip to content

Releases: googleapis/gax-php

Google ApiCore 1.0.3

25 Jun 18:32

Choose a tag to compare

Google ApiCore 1.0.3

Bug fixes

  • Remove use of clone keyword (#241)
  • Disable service config resolution by default (#240)
  • Add file exists check to gax readVersionFile method (#244)

Google ApiCore 0.38.2

25 Jun 18:29
0d6c3ff

Choose a tag to compare

Google ApiCore 0.38.2

Bug fixes

  • Add file exists check to gax readVersionFile method (#246)

Google ApiCore 0.38.1

06 Jun 19:54
81bf92a

Choose a tag to compare

Google ApiCore 0.38.1

Bug fixes

  • Remove use of clone keyword. (#241)

Google ApiCore 1.0.2

23 Apr 23:42
48387fb

Choose a tag to compare

Google ApiCore 1.0.2

Bug fixes

  • Fix JSON empty object encoding. (#237)

Google ApiCore 1.0.1

04 Apr 23:04
d346b7a

Choose a tag to compare

Google ApiCore 1.0.1

Protobuf changes

  • Loosen protobuf conflict in composer.json to v3.7.0 to allow for installation on app engine standard. (#235)

Google ApiCore 1.0.0

27 Mar 14:50
b25ecc9

Choose a tag to compare

Google ApiCore 1.0.0

Moving ApiCore to GA!

RequestBuilding serialization approach

  • Added a new serialization approach in RequestBuilder (#226)

Protobuf changes

  • Updated protobuf dependency to 3.7.1 (#232)
  • Added conflict section to composer.json to prevent protobuf extension conflict (#232)
  • Remove skip tests for protobuf extension (#230)

Cleanup and dependencies

  • Update common-protos dependency to 1.0 (#231)
  • Update license files (#228)

Google ApiCore 0.38.0

17 Dec 16:38
ba141d4

Choose a tag to compare

Google ApiCore 0.38.0

This will be the final minor version before 1.0.

Remove generated proto files

  • BREAKING CHANGE: Remove common protos (#220)

Make PagedListResponse iterable

  • Make PagedListResponse iterable (#221)

Update interceptor signature

  • Update interceptor interface to match grpc (#222)

Refactoring, cleanup, and minor features

  • Clean up warnings and docs (#212)
  • Improve path template error messages (#215)
  • Support empty or null access tokens (#216)
  • Org rename to googleapis (#217)
  • Add internal tags, remove Message from method docs (#223)

Google ApiCore 0.37.0

20 Aug 19:07
2d8b910

Choose a tag to compare

Google ApiCore 0.37.0

Add gRPC Fallback support

  • Preparatory refactoring (#201, #202)
  • Adds support for a new transport, grpc-fallback (#208)

Add support for grpc_call_invoker

  • Adds support to enable grpc_call_invoker in client options (#207)

Update PathTemplate implemetation

  • Removes Jison and replaces it with a handwritten implementation (#203, #209)

Update common protos

  • Refresh common protos using latest artman image (#210)

Refactoring and cleanup

  • Refactor AgentHeaderDescriptor (#206)

Google ApiCore 0.36.0

18 Jul 21:59
9dd3911

Choose a tag to compare

Google ApiCore 0.36.0

Added testing library for protobuf extension

  • Temporary workaround for protobuf extension issue (#199)

0.35.0

14 Jun 17:19
546e8dd

Choose a tag to compare

Google ApiCore 0.35.0

Update doc generation

  • Remove proto-client files from gax doc generation (#194)

Add temporary interceptor support

  • Add temporary support for interceptors using a similar interface to the proposed interface in gRPC (#182)

Fixes and improvements

  • Miscellaneous minor fixes and documentation cleanup (#195)