Releases: googleapis/gapic-generator-php
Releases · googleapis/gapic-generator-php
gapic-generator-php v0.1.3
gapic-generator-php v0.1.2
gapic-generator-php v0.1.1
gapic-generator-php v0.1.0
gapic-generator-php v0.0.7
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
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
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
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
Use minimized PHP configuration when building from source (#136)
v1.0.0-beta02; Fix bazel build issues
Fix bazel php target name clash with monolith (#134)