Releases: googleapis/gapic-showcase
Releases · googleapis/gapic-showcase
v0.0.11
v0.0.10
v0.0.9
v0.0.8
⚠️ Breaking Changes ⚠️
- Protobuf package name changed from
google.showcase.v1alpha2
togoogle.showcase.v1alpha3
. google.showcase.v1alpha3.Echo\Wait
is now a long running operation- The request and return messages have changed
google.showcase.v1alpha2.Echo\Pagination
refactored intogoogle.showcase.v1alpha3.Echo\PagedExpand
- The request and return messages have been changed.
- The
gapic-showcase daemon
command has been removed. - The
gapic-showcase start
command has been renamed togapic-showcase run
v0.0.7
v0.0.6
Changes
- BREAKING CHANGE removed the page_size_override field from the
pagination
request message. - BREAKING CHANGE the protos tar.gz now outputs protos directly rather than wrapped in a gapic-showcase-protos folder.
- Changed the release script to release binaries inside tar.gz so that binaries keep file permissions
v0.0.5
Changes
Significant Changes to increase the usability of the CLI tool.
- Made it such that the
gapic-showcase
will be callable after yougo get
the repo - CLI now spits out helper documentation when calling it.
- Added the ability to call
echo
,expand
,collect
, andchat
from the CLI to help users quickly sanity check the server. - Added logging to streaming methods (resolves #10)
- Changed Daemonization to be called by
gapic-showcase daemon [command]