v2.0.0-beta.1
Pre-release
Pre-release
What's changed
This is a beta release for version 2. See here for an introduction.
To give this version a try, run npx @connectrpc/connect-migrate@beta
. Note that connect-query has not been updated yet.
- Correct type inference for ConnectError#findDetails by @bhollis in #1188
- Remove Node10 subpath fallbacks by @timostamm in #1227
- Remove support for Node.js v16 by @timostamm in #1225
- Use
Stream{Request|Response}
types in interceptors for all streaming rpcs by @srikrsna-buf in #1230 - Bump minimum supported TypeScript version to 4.9.5 by @timostamm in #1231
- Don't trigger handler signal on success by @srikrsna-buf in #1234
- Add migration to v2 by @timostamm in #1142
- Add a transform for
createPromiseClient
->createClient
by @srikrsna-buf in #1236 - Remove
createPromiseClient
andPromiseClient
by @srikrsna-buf in #1240 - Bump browser versions tested on Browserstack by @timostamm in #1241
- Remove "credentials" option from transports by @timostamm in #1242
New Contributors
Full Changelog: v2.0.0-alpha.1...v2.0.0-beta.1