v1.5.0
What's Changed
- Amend RPC <-> HTTP code mappings in accordance with RFC 003 by @srikrsna-buf in #1039
- Tweak error codes according to the conformance suite by @srikrsna-buf in #1063
- Fix paths in npmignore files by @smaye81 in #1112
- Handle multiple set-cookie headers when using Node client by @tcarnes in #1155
- Add support for Next.js v14 by @smaye81 in #1159
- Fix flaky decompression error code by @timostamm in #1204
- Fix Node.js v16 error responses on HTTP1.1 by @timostamm in #1206
- Fix gRPC trailers only response by @srikrsna-buf in #1209
- Upgrade conformance tests to v1.0.3 by @srikrsna-buf in #1208
- Fix signal in handler always aborted in HTTP/1.1 by @srikrsna-buf in #1218
- Fix baseUrl without // mangling request URL on Node.js with HTTP/2 by @timostamm in #1220
- Respect headers from transport option
nodeOptions.headers
by @timostamm in #1219 - Fix error detail debug property by @timostamm in #1221
- Throw an error on missing status in gRPC and gRPC-Web transports by @srikrsna-buf in #1205
New Contributors
- @sjtucoder made their first contribution in #1109
Full Changelog: v1.4.0...v1.5.0