Skip to content

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@timostamm timostamm released this 29 Jul 13:10
· 594 commits to main since this release
6eeb81a

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)