v0.13.0
What's Changed
This release changes the User-Agent used with gRPC and gRPC-web clients. Previously, the User-Agent was @bufbuild/connect-web
, now it is connect-es/0.13.0
. Future releases will bump the version number in the User-Agent string.
Enhancements
- Handle multiple set-cookie headers from fetch API Headers object by @tcarnes in #746
- Update gRPC and gRPC-web user agent by @timostamm in #770
Bugfixes
- Avoid type modifiers on import names to support TS older than 4.5 by @timostamm in #731
- Always throw a write error back to the request iterable by @srikrsna-buf in #732
- Fix edge cases with
AsyncIterable
protocol by @srikrsna-buf in #729 - Update the
WritableIterable
behavior by @srikrsna-buf in #724 - Propagate errors thrown by
next
to request iterables by @srikrsna-buf in #743
New Contributors
Full Changelog: v0.12.0...v0.13.0