Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2025-09-09 | 1.1 kB | |
webrpc-gen.darwin-arm64 | 2025-09-09 | 15.9 MB | |
webrpc-gen.linux-amd64 | 2025-09-09 | 16.5 MB | |
webrpc-test.linux-arm64 | 2025-09-09 | 8.3 MB | |
webrpc-test.windows-amd64.exe | 2025-09-09 | 9.2 MB | |
webrpc-test.darwin-amd64 | 2025-09-09 | 9.1 MB | |
webrpc-test.darwin-arm64 | 2025-09-09 | 8.5 MB | |
webrpc-test.linux-amd64 | 2025-09-09 | 9.0 MB | |
webrpc-test.windows-arm64.exe | 2025-09-09 | 8.4 MB | |
webrpc-gen.darwin-amd64 | 2025-09-09 | 17.0 MB | |
webrpc-gen.linux-arm64 | 2025-09-09 | 15.3 MB | |
webrpc-gen.windows-amd64.exe | 2025-09-09 | 17.1 MB | |
webrpc-gen.windows-arm64.exe | 2025-09-09 | 15.7 MB | |
README.md | 2025-09-09 | 1.6 kB | |
v0.27.0 source code.tar.gz | 2025-09-09 | 706.7 kB | |
v0.27.0 source code.zip | 2025-09-09 | 778.5 kB | |
Totals: 16 Items | 151.6 MB | 1 |
What's Changed
- Update webrpc streaming example (chatbot) by @VojtechVitek in https://github.com/webrpc/webrpc/pull/370
- Rename ClientDisconnected error to ClientAborted by @VojtechVitek in https://github.com/webrpc/webrpc/pull/371
- Update to gen-golang@v0.20.0 and gen-typescript@v0.19.0 by @VojtechVitek in https://github.com/webrpc/webrpc/pull/372
- Remove a file that was committed by mistake by @VojtechVitek in https://github.com/webrpc/webrpc/pull/375
- webrpc-streaming example: Update NPM deps by @VojtechVitek in https://github.com/webrpc/webrpc/pull/376
- Fix golang-nodejs example, update deps by @VojtechVitek in https://github.com/webrpc/webrpc/pull/377
- Fix golang-nodejs example, update deps by @VojtechVitek in https://github.com/webrpc/webrpc/pull/379
- hello-webrpc-ts example: Replace obsolete webpack-dev-server with Vite by @VojtechVitek in https://github.com/webrpc/webrpc/pull/380
- Update to Go 1.25, require Go >= 1.23 by @VojtechVitek in https://github.com/webrpc/webrpc/pull/381
Breaking changes
💡 The ClientDisconnected
error was renamed to ClientAborted
.
- We don't expect many clients being affected, as this error was only used in webrpc streaming code so far.
- The error code was left in-tact, so we don't expect any backward compatibility issues in JSON format over-the-wire.
- If you happened to reference ClientDisconnected
error name in your code explicitly by any chance, please mass-rename it to ClientAborted
. 🙏
Full Changelog: https://github.com/webrpc/webrpc/compare/v0.26.1...v0.27.0