Releases: googleapis/gapic-showcase
Releases · googleapis/gapic-showcase
v0.0.5
![release level](https://camo.githubusercontent.com/a2d85cc32395e9b8193a9047547eb5250264fe76901bc3bf8ed4fb734c83ee8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f72656c656173652532306c6576656c2d616c7068612d6f72616e67652e7376673f7374796c653d666c6174)
Changes
Significant Changes to increase the usability of the CLI tool.
- Made it such that the
gapic-showcase
will be callable after you go get
the repo
- CLI now spits out helper documentation when calling it.
- Added the ability to call
echo
, expand
, collect
, and chat
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]
v0.0.4
![release level](https://camo.githubusercontent.com/a2d85cc32395e9b8193a9047547eb5250264fe76901bc3bf8ed4fb734c83ee8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f72656c656173652532306c6576656c2d616c7068612d6f72616e67652e7376673f7374796c653d666c6174)
Changes
Refactors out the longrunning, resource names, and parameter flattening methods from the service.
Changes the showcase.proto to echo.proto.
The removed features are planned to be showcased in a resource based service.
v0.0.3
![release level](https://camo.githubusercontent.com/a2d85cc32395e9b8193a9047547eb5250264fe76901bc3bf8ed4fb734c83ee8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f72656c656173652532306c6576656c2d616c7068612d6f72616e67652e7376673f7374796c653d666c6174)
Fixes
Removes invalid flattening annotation.
Removes metadata id annotation.
New Features
Made the server daemonizable.
v0.0.2
![release level](https://camo.githubusercontent.com/6e1a05380608f4f6c4329aeee35b9328ca7692d7cd72118e0a81a5087d7861f0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f72656c656173652532306c6576656c2d616c7068612d79656c6c6f772e7376673f7374796c653d666c6174)
Fixes
Change the "Retry" method to be named "Attempt" to avoid naming collisions in certain languages.
Assets
- Compiled binaries for the server
- The proto descriptor set of the showcase proto
- Tarball containing the showcase proto alongside it's dependencies.
v0.0.1
![release level](https://camo.githubusercontent.com/6e1a05380608f4f6c4329aeee35b9328ca7692d7cd72118e0a81a5087d7861f0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f72656c656173652532306c6576656c2d616c7068612d79656c6c6f772e7376673f7374796c653d666c6174)
New Features
This is the initial release of the V1Alpha1 Gapic Showcase API.
Fixes
None, this is the first release :)
Assets
- Compiled binaries for the server
- The proto descriptor set of the showcase proto
- Tarball containing the showcase proto alongside it's dependencies.