Skip to content

v0.17.1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Apr 21:26
· 17 commits to master since this release
d139a28

Changelog

  • Add example of the new webrpc Streaming feature
  • Updates all dependencies
  • Drops support of Go 1.16, 1.17, 1.18 in favor of updating golang.org/x/* packages
  • The latest supported Go is 1.19 from now on

Docker

docker pull ghcr.io/webrpc/webrpc-gen:v0.17.1

Example: docker run -v $PWD:$PWD ghcr.io/webrpc/webrpc-gen:v0.17.1 -schema=$PWD/api.ridl -target=golang

Homebrew

brew tap webrpc/tap
brew install webrpc-gen

Build from source

go install -ldflags="-s -w -X github.com/webrpc/webrpc.VERSION=v0.17.1" github.com/webrpc/webrpc/cmd/webrpc-gen@v0.17.1

Download binaries

macOS: amd64, arm64 (Apple Silicon)
Linux: amd64, arm64
Windows: amd64, arm64