Skip to content

Releases: googleapis/gapic-showcase

v0.0.11

19 Feb 19:03
b4d2cae
Compare
Choose a tag to compare
v0.0.11 Pre-release
Pre-release

Update GAPIC config proto annotations.

v0.0.10

29 Jan 23:43
e38a7ca
Compare
Choose a tag to compare
v0.0.10 Pre-release
Pre-release

Expose messaging and identity services when running gapic-showcase run.
Refactor Echo.WaitRequest to follow API style for denoting time to live.
Use GCLI Generated Code for the CLI cmd.

v0.0.9

28 Dec 00:21
f16f6e8
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release
0.0.9 (#54)

v0.0.8

19 Oct 19:16
976b208
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

release level

⚠️ Breaking Changes ⚠️

  • Protobuf package name changed from google.showcase.v1alpha2 to google.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 into google.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 to gapic-showcase run

v0.0.7

25 Sep 20:06
cbdaf58
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

release level

Changes

Make the protofiles loadable by protobufjs.

v0.0.6

24 Sep 20:35
21fd119
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

release level

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

11 Sep 21:56
64adfd7
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

release level

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

14 Aug 19:45
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

release level

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

09 Aug 22:03
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

release level

Fixes

Removes invalid flattening annotation.
Removes metadata id annotation.

New Features

Made the server daemonizable.

v0.0.2

09 Aug 18:00
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

release level

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.