Download Latest Version v0.28.1 source code.tar.gz (708.5 kB)
Email in envelope

Get an email when there's a new version of webrpc

Home / v0.27.0
Name Modified Size InfoDownloads / 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

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

Source: README.md, updated 2025-09-09