Last release 3 days ago
24 Aug 2026
Release timing varies
gaps range from 8 days to 2 months
Rarely documented
notes for 10 of the last 60 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
220 releases · first in 2019
Release timeline
220 releases since 2019Releases
- v0.45.1-0.20260824104733-c9fdd0e1a03124 Aug 2026pre-release
Nothing published for this version
- v0.45.023 Aug 2026
Release notes
Open source →Go package
go get github.com/webrpc/[email protected]What's Changed
Other changes
- docs: delete CHANGELOG.md by @VojtechVitek in #501
- docs: add AGENTS.md and expand SKILL.md with real-world usage patterns by @VojtechVitek in #502
- chore(deps): update webrpc/[email protected] by @github-actions[bot] in #504
- chore(deps): update webrpc/[email protected] by @github-actions[bot] in #505
- feat: embed generator templates directly in this repo (gen/ monorepo) by @VojtechVitek in #503
Full Changelog: v0.44.0...v0.45.0
Docker
docker pull ghcr.io/webrpc/webrpc-gen:v0.45.0Example:
docker run -v $PWD:$PWD ghcr.io/webrpc/webrpc-gen:v0.45.0 -schema=$PWD/api.ridl -target=golangHomebrew
brew tap webrpc/tap brew install webrpc-genBuild from source
go install -ldflags="-s -w -X github.com/webrpc/webrpc.VERSION=v0.45.0" github.com/webrpc/webrpc/cmd/[email protected]Download binaries
macOS: amd64, arm64 (Apple Silicon)
Linux: amd64, arm64
Windows: amd64, arm64 - v0.44.1-0.20260818210628-ae015b082c6818 Aug 2026pre-release
Nothing published for this version
- v0.44.018 Aug 2026
Release notes
Open source →Go package
go get github.com/webrpc/[email protected]What's Changed
Other changes
- chore: make goreleaser replace UI-written release notes by @VojtechVitek in #496
- chore(deps): update webrpc/[email protected] by @github-actions[bot] in #498
- fix(example): webrpc-streaming example was pinned to old typescript version by @VojtechVitek in #499
- chore(deps): update webrpc/[email protected] by @github-actions[bot] in #500
Full Changelog: v0.43.1...v0.44.0
Docker
docker pull ghcr.io/webrpc/webrpc-gen:v0.44.0Example:
docker run -v $PWD:$PWD ghcr.io/webrpc/webrpc-gen:v0.44.0 -schema=$PWD/api.ridl -target=golangHomebrew
brew tap webrpc/tap brew install webrpc-genBuild from source
go install -ldflags="-s -w -X github.com/webrpc/webrpc.VERSION=v0.44.0" github.com/webrpc/webrpc/cmd/[email protected]Download binaries
macOS: amd64, arm64 (Apple Silicon)
Linux: amd64, arm64
Windows: amd64, arm64 - v0.43.2-0.20260814152721-4b08fc5f956c14 Aug 2026pre-release
Nothing published for this version
- v0.43.114 Aug 2026
Release notes
Open source →What's Changed
- Bump @hono/node-server from 1.19.13 to 1.19.15 in /_examples/node-ts/server-hono by @dependabot[bot] in #492
- chore(deps): update webrpc/[email protected] by @github-actions[bot] in #493
- chore: add go get instructions to release notes header by @VojtechVitek in #494
- chore(deps): update webrpc/[email protected] by @github-actions[bot] in #495
Full Changelog: v0.42.0...v0.43.1
- v0.43.014 Aug 2026
Release notes
Open source →What's Changed
- Bump @hono/node-server from 1.19.13 to 1.19.15 in /_examples/node-ts/server-hono by @dependabot[bot] in #492
- chore(deps): update webrpc/[email protected] by @github-actions[bot] in #493
Full Changelog: v0.42.0...v0.43.0
- v0.42.010 Aug 2026
Release notes
Open source →What's Changed
- chore(deps): update webrpc/[email protected] by @github-actions[bot] in #490
- Bump hono from 4.12.27 to 4.12.34 in /_examples/node-ts/server-hono by @dependabot[bot] in #489
- Bump github.com/go-git/go-git/v5 from 5.19.1 to 5.19.2 by @dependabot[bot] in #488
- chore(deps): update webrpc/[email protected] by @github-actions[bot] in #491
Full Changelog: v0.41.0...v0.42.0
- v0.41.19 Aug 2026
Release notes
Open source →What's Changed
- chore(deps): update webrpc/[email protected] by @github-actions[bot] in #490
Full Changelog: v0.41.0...v0.41.1
- v0.41.07 Aug 2026
Release notes
Open source →What's Changed
- chore(deps): update webrpc/[email protected] by @github-actions[bot] in #483
- ci: include generator release notes in automated bump PR descriptions by @VojtechVitek in #486
- Bump hono from 4.12.25 to 4.12.27 in /_examples/node-ts/server-hono by @dependabot[bot] in #484
- chore(deps): update webrpc/[email protected] by @github-actions[bot] in #487
Full Changelog: v0.40.0...v0.41.0
- v0.40.2-0.20260806103421-575b37094db66 Aug 2026pre-release
Nothing published for this version
- v0.40.122 Jul 2026
Release notes
Open source →What's Changed
- chore(deps): update webrpc/[email protected] by @github-actions[bot] in #482
- chore(deps): update webrpc/[email protected] by @github-actions[bot] in #483
- refactor: use generics to reduce boilerplate code in .gen.go files by @VojtechVitek in webrpc/gen-golang#125
- ci: run example tests in CI by @klaidliadon in webrpc/gen-golang#126
- test(examples): wait for server readiness instead of fixed sleep by @klaidliadon in webrpc/gen-golang#127
- fix: missing newline by @VojtechVitek in webrpc/gen-golang#128
- fix(server): emit succinctHandler only when schema uses succinct methods by @VojtechVitek in webrpc/gen-golang#129
- style(client): make generated client helper comments concise by @VojtechVitek in webrpc/gen-golang#130
- refactor(client): replace urlBase with proper URL path joining by @VojtechVitek in webrpc/gen-golang#131
- feat: enable automatic migration of deprecated APIs via 'go fix' by @VojtechVitek in webrpc/gen-golang#132
Full Changelog: v0.39.0...v0.40.1
- v0.40.021 Jul 2026
Release notes
Open source →What's Changed
- chore(deps): update webrpc/[email protected] by @github-actions[bot] in #482
- refactor: use generics to reduce boilerplate code in .gen.go files by @VojtechVitek in webrpc/gen-golang#125
- ci: run example tests in CI by @klaidliadon in webrpc/gen-golang#126
- test(examples): wait for server readiness instead of fixed sleep by @klaidliadon in webrpc/gen-golang#127
- fix: missing newline by @VojtechVitek in webrpc/gen-golang#128
- fix(server): emit succinctHandler only when schema uses succinct methods by @VojtechVitek in webrpc/gen-golang#129
- style(client): make generated client helper comments concise by @VojtechVitek in webrpc/gen-golang#130
- refactor(client): replace urlBase with proper URL path joining by @VojtechVitek in webrpc/gen-golang#131
Full Changelog: v0.39.0...v0.40.0
- chore(deps): update webrpc/[email protected] by @github-actions[bot] in #482
- v0.39.1-0.20260721161348-cb53ad36f54921 Jul 2026pre-release
Nothing published for this version
- v0.39.030 Jun 2026
Release notes
Open source →What's Changed
- ci(generators): open one PR per generator with semantic titles by @VojtechVitek in #480
- chore(deps): update webrpc/[email protected] by @github-actions[bot] in #481
Full Changelog: v0.38.0...v0.39.0
- v0.38.022 Jun 2026
Nothing published for this version
- v0.37.430 Apr 2026
Nothing published for this version
- v0.37.322 Apr 2026
Nothing published for this version
- v0.37.3-0.20260410162819-24c0c2b21dc510 Apr 2026pre-release
Nothing published for this version
- v0.37.210 Apr 2026
Nothing published for this version
- v0.37.131 Mar 2026
Nothing published for this version
- v0.37.030 Mar 2026
Nothing published for this version
- v0.36.2-0.20260322184055-c43c6da6e04322 Mar 2026pre-release
Nothing published for this version
- v0.36.2-0.20260321080822-10e52ae0ba1721 Mar 2026pre-release
Nothing published for this version
- v0.36.2-0.20260321072159-3267f049abfb21 Mar 2026pre-release
Nothing published for this version
- v0.36.2-0.20260320162510-07afee079bd520 Mar 2026pre-release
Nothing published for this version
- v0.36.2-0.20260317150529-fa83be5d759f17 Mar 2026pre-release
Nothing published for this version
- v0.36.2-0.20260317145540-bde78efe559d17 Mar 2026pre-release
Nothing published for this version
- v0.36.2-0.20260317140713-1b7fec76f72817 Mar 2026pre-release
Nothing published for this version
- v0.36.2-0.20260317105458-92ee624a328e17 Mar 2026pre-release
Nothing published for this version
- v0.36.2-0.20260317090047-48c32f9964e717 Mar 2026pre-release
Nothing published for this version
- v0.36.2-0.20260316095836-e64e2d87b9a816 Mar 2026pre-release
Nothing published for this version
- v0.36.2-0.20260315162412-ed9bb365228c15 Mar 2026pre-release
Nothing published for this version
- v0.36.2-0.20260314203630-93ac3466eb4114 Mar 2026pre-release
Nothing published for this version
- v0.36.114 Mar 2026
Nothing published for this version
- v0.36.011 Mar 2026
Nothing published for this version
- v0.35.1-0.20260311191635-23041e844c6b11 Mar 2026pre-release
Nothing published for this version
- v0.35.1-0.20260311181114-343fe0f0a30211 Mar 2026pre-release
Nothing published for this version
- v0.35.1-0.20260311023051-0cef689ca42f11 Mar 2026pre-release
Nothing published for this version
- v0.35.09 Mar 2026
Nothing published for this version
- v0.34.09 Mar 2026
Nothing published for this version
- v0.33.012 Feb 2026
Nothing published for this version
- v0.32.310 Feb 2026
Nothing published for this version
- v0.32.3-0.20260210160745-70233bc06d5510 Feb 2026pre-release
Nothing published for this version
- v0.32.22 Feb 2026
Nothing published for this version
- v0.32.11 Feb 2026
Nothing published for this version
- v0.32.01 Feb 2026
Nothing published for this version
- v0.31.38 Dec 2025
Nothing published for this version
- v0.31.213 Nov 2025
Nothing published for this version
- v0.31.19 Nov 2025
Nothing published for this version
- v0.31.1-0.20251107163003-e40054d908667 Nov 2025pre-release
Nothing published for this version
- v0.31.07 Nov 2025
Nothing published for this version
- v0.30.57 Nov 2025
Nothing published for this version
- v0.30.47 Nov 2025
Nothing published for this version
- v0.30.37 Nov 2025
Nothing published for this version
- v0.30.228 Oct 2025
Nothing published for this version
- v0.30.2-0.20251024111618-da1b8b7c3a5f24 Oct 2025pre-release
Nothing published for this version
- v0.30.123 Oct 2025
Nothing published for this version
- v0.30.023 Oct 2025
Nothing published for this version
- v0.29.1-0.20251023011239-8943a04291e323 Oct 2025pre-release
Nothing published for this version