Releases: connectrpc/connect-es
Releases · connectrpc/connect-es
v0.4.0
v0.3.3
v0.3.2
v0.3.1
v0.3.0
Enhancements
- Upgrade to protobuf-es v0.2.0 by @smaye81 #292
- Respect binary encoding options in the connect transport by @timostamm #274
- Deprecate ConnectError constructor by @timostamm #272
Bugfixes
- Fix await res.json() in package README by @timostamm #269
- Fix await res.json() in top-level README by @nguyenyou #268
- Fix: raise a ConnectError with Code.Canceled from StreamResponse.read() by @timostamm #267
New Contributors
@nguyenyou made their first contributions in #268
v0.2.1
v0.2.0
Enhancements
- Add automated browser tests and BrowserStack integration by @timostamm in #243.
- Updates dependencies for protobuf-es packages by @smaye81 in #242. Note that this includes important bugfixes in protobuf-es 0.1.0. See the release there for more details.
- Point to CommonJS in entrypoint by @smaye81 in #237.
- Add example project to show usage of connect-web by @timostamm in #215.
- Add code generation examples to protoc-gen-connect-web README.md by @timostamm in #240.
- Switch from deprecated TypeRegistry to createRegistry() by @timostamm in #225.
Bug Fixes
- Fix streams lagging behind by @timostamm in #235. Special thanks to @aslatemts for catching the bug and suggesting a fix.
New Contributors
v0.1.0
This release implements a change in the Connect protocol, regarding how error details are encoded. The change is backwards-incompatible. Connect-Web is not able to decode error details from connect-go v0.2.0 and earlier.
- Accept error details as binary (#202)
Aside from that, we made two small improvements to the developer experience:
v0.0.10
This release includes a breaking change: Error details are now accessible with the new connectErrorDetails()
function, and no longer via Error.details.