Skip to content

Releases: connectrpc/connect-es

v0.4.0

15 Dec 15:06
6ca3d00
Compare
Choose a tag to compare

This release includes the following:

Enhancements

v0.3.3

05 Dec 19:09
1e26116
Compare
Choose a tag to compare

This release includes the following:

Enhancements

v0.3.2

23 Nov 20:04
ffaf4e9
Compare
Choose a tag to compare

This release includes the following:

Enhancements

v0.3.1

01 Nov 16:29
e4df5bb
Compare
Choose a tag to compare

Enhancements

v0.3.0

25 Oct 16:01
44fdf36
Compare
Choose a tag to compare

Enhancements

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

07 Sep 16:41
c3b2738
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Documentation

  • Fix protoc option in protoc-gen-connect-web/README.md by @ymmt2005 in #258

Bug Fixes

  • Fixes type prop in conditional exports by @smaye81 in #248. This adds support for TypeScript compiler option of moduleResolution: "NodeNext".

New Contributors

@ymmt2005 made their first contribution in #258.

v0.2.0

29 Aug 15:37
7f9f4d3
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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

@vipero07 made their first contribution in #232

v0.1.0

29 Jul 13:10
6eeb81a
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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:

  • Trim trailing slash in transport option "baseUrl" (#205)
  • Be explicit about Node.js support (#206)

v0.0.10

22 Jul 14:56
21610b6
Compare
Choose a tag to compare
v0.0.10 Pre-release
Pre-release

This release includes a breaking change: Error details are now accessible with the new connectErrorDetails() function, and no longer via Error.details.

  • Port the code generator to TypeScript (#196)
  • Add main prop for older webpack support (#167)
  • Improve error details API (#164)
  • Export transport options (#169)
  • Clarify TypeScript compatibility (#190)

v0.0.9

27 Jun 21:48
cfe8428
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release
  • Fix gRPC-web unary trailers-only response handling (#148)
  • Return the AsyncIterable directly from the ServerStreamingFn (#139)
  • Update to protobuf-es v0.0.7 (#147)