Skip to content

Releases: googleapis/gapic-generator-php

gapic-generator-php v0.1.3

06 May 19:18
20140f9
Compare
Choose a tag to compare

Features

  • support REGAPIC pagination, add compute_small goldens (#278) (81efb9f)

Bug Fixes

  • diregapic: pipe transport flag through Bazel, add Bazel REGAPIC integration test (#276) (832a42f)

gapic-generator-php v0.1.2

05 May 19:17
8831ad7
Compare
Choose a tag to compare

Bug Fixes

  • Improve Map missing key error messages (61b9f07)

Features

  • diregapic: Add PHP client library DIREGAPIC support (66e60cb)

gapic-generator-php v0.1.1

27 Apr 18:01
0f552c5
Compare
Choose a tag to compare

Bug Fixes

  • Handle wildcard patterns for resname field init values (f1c1a8f)
  • improve Map duplicate-key error message (c040d5b)
  • improve map missing key error msg (61b9f07)
  • improve Map non-existent key error message (0df2320)
  • Prevent wildcard resnames from using fooName() for init vals (be096aa)

gapic-generator-php v0.1.0

15 Apr 17:39
20b89ed
Compare
Choose a tag to compare

Features

  • codegen: Enable strict types in generated code (8fc290e)
  • codegen: propagate protobuf 'deprecated' to classes/methods (9636748)

Bug Fixes

  • codegen: Update autogen comment warnings with microgenerator references (eac47d5)

gapic-generator-php v0.0.7

06 Apr 07:21
542cf6d
Compare
Choose a tag to compare

Bug Fixes

  • phpdoc: Generate @experimental tags only for alpha/beta APIs (99ccdea)
  • resnames: Fix repeated resname default value generation in tests (ff9fdcb)
  • resnames: Handle message-field resources in path template construction (d95e29d)
  • resnames: Use formattedName helpers in tests and samples (8b38ce8)
  • resnames: Use resource parts for path template prop names (4d417b7)

gapic-generator-php v0.0.6

24 Mar 23:41
5d8fbd9
Compare
Choose a tag to compare

Bug Fixes

  • client: Generate requestParams descriptor for RPCs with >1 routing headers (0f31c80)
  • client: handle >1 routing headers (9537d24)
  • client: Handle optional and required request params (phase 2/2) (b9d6e85)
  • client: set request parameters for only required fields (phase 1/2) (2c7a6f4)
  • lint: relint all files (3fbeb7b)
  • lint: use multi-line docblocks in generated srcs (45dfd30)
  • tests: Add initial dataproc goldens (79ea42e)
  • tests: Add initial functions goldens (6ce39d6)
  • unit test golden update (ac9c066)

gapic-generator-php v0.0.5

18 Mar 04:02
7cbfb1d
Compare
Choose a tag to compare
Merge pull request #221 from googleapis/dev/a0

[ggphp] feat(resources): handle batching in gapic.yaml

v1.0.0-beta04; Fix file layout; fix resource-name helpers

05 Mar 20:26
02a71ee
Compare
Choose a tag to compare
Fix generated file layout; fix resource-names (#152)

Fix file layout of generated code when there are files/namespaces beneath the top-level.
Fix the selection of which resource-name helpers to include in a generated client.

v1.0.0-beta03; Fix bazel issue when building php locally

01 Mar 12:43
4ebd1f5
Compare
Choose a tag to compare
Use minimized PHP configuration when building from source (#136)

v1.0.0-beta02; Fix bazel build issues

26 Feb 21:27
8ef53db
Compare
Choose a tag to compare
Pre-release
Fix bazel php target name clash with monolith (#134)