Releases: googleapis/gapic-showcase
Releases · googleapis/gapic-showcase
v0.11.0
- Add non-slash resource name patterns to Blurb resource
- Fix typo in User-parented Blurb resource patterns
- Add an enum to EchoRequest/EchoResponse
- Regen CLI with new fields
- Update dependencies
v0.10.1
- Fix UpdateUser handler response to send entire updated resource
- Note: non-slash resource name changes are not included in this release
v0.10.0
- Add use of proto3_optional in schema
- Upgrade CI protoc to v3.12.0
- Regen CLI with new proto3_optional fields
- Update dependencies
v0.9.0
- Print gRPC request headers in verbose mode (
gapic-showcase run -v
) - Add TypeScript smoke tests
- Fix Kotlin smoke tests
v0.8.1
- Fix bug in mTLS configuration resolution
v0.8.0
- Add mtls support with user provided cert/key to server
- Regen cli:
- Paginated RPCs only collect a single page
- Default page_size changed from 0 to 10 to avoid short circuiting
- Regen client:
- clientHook support added
- Update CI use of go.mod
- Update dependencies
v0.7.0
- Regen client and protobuf code for Go grpc.ClientConn interface
- Update dependencies
v0.6.1
- Fix the resource name for Blurb.
v0.6.0
- Add a gRPC ServiceConfig for microgenerator retry config
- Regen client code with retry config
- Update dependencies
v0.5.0
- Update to Go version 1.13
- Update dependencies
- Add trailers testing support to Echo
- Fix pagination in operations service