Sourced from @connectrpc/connect
's
releases.
v2.0.0-beta.1
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 connectrpc/connect-es#1188- Remove Node10 subpath fallbacks by
@timostamm
in connectrpc/connect-es#1227- Remove support for Node.js v16 by
@timostamm
in connectrpc/connect-es#1225- Use
Stream{Request|Response}
types in interceptors for all streaming rpcs by@srikrsna-buf
in connectrpc/connect-es#1230- Bump minimum supported TypeScript version to 4.9.5 by
@timostamm
in connectrpc/connect-es#1231- Don't trigger handler signal on success by
@srikrsna-buf
in connectrpc/connect-es#1234- Add migration to v2 by
@timostamm
in connectrpc/connect-es#1142- Add a transform for
createPromiseClient
->createClient
by@srikrsna-buf
in connectrpc/connect-es#1236- Remove
createPromiseClient
andPromiseClient
by@srikrsna-buf
in connectrpc/connect-es#1240- Bump browser versions tested on Browserstack by
@timostamm
in connectrpc/connect-es#1241- Remove "credentials" option from transports by
@timostamm
in connectrpc/connect-es#1242New Contributors
@bhollis
made their first contribution in connectrpc/connect-es#1188Full Changelog: https://github.com/connectrpc/connect-es/compare/v2.0.0-alpha.1...v2.0.0-beta.1
413d0e7
Release 2.0.0-beta.1 (#1246)d42db7a
V2: Remove "credentials" option from transports (#1242)8b25cf3
V2: Remove createPromiseClient
and
PromiseClient
(#1240)d0b30f3
Merge remote-tracking branch 'origin/main' into v2fe5e10d
V2: Update dependencies (#1239)fd7b7ca
Deprecate createPromiseClient
in favor of
createClient
(#1235)25ca96e
V2: Don't trigger handler signal on success (#1234)ab1b7c2
V2: Use Stream{Request|Response}
types in interceptors for
all streaming rp...cabda22
V2: Remove support for Node.js v16 (#1225)a054d37
V2: Remove Node10 subpath fallbacks (#1227)Sourced from @connectrpc/connect-web
's
releases.
v2.0.0-beta.1
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 connectrpc/connect-es#1188- Remove Node10 subpath fallbacks by
@timostamm
in connectrpc/connect-es#1227- Remove support for Node.js v16 by
@timostamm
in connectrpc/connect-es#1225- Use
Stream{Request|Response}
types in interceptors for all streaming rpcs by@srikrsna-buf
in connectrpc/connect-es#1230- Bump minimum supported TypeScript version to 4.9.5 by
@timostamm
in connectrpc/connect-es#1231- Don't trigger handler signal on success by
@srikrsna-buf
in connectrpc/connect-es#1234- Add migration to v2 by
@timostamm
in connectrpc/connect-es#1142- Add a transform for
createPromiseClient
->createClient
by@srikrsna-buf
in connectrpc/connect-es#1236- Remove
createPromiseClient
andPromiseClient
by@srikrsna-buf
in connectrpc/connect-es#1240- Bump browser versions tested on Browserstack by
@timostamm
in connectrpc/connect-es#1241- Remove "credentials" option from transports by
@timostamm
in connectrpc/connect-es#1242New Contributors
@bhollis
made their first contribution in connectrpc/connect-es#1188Full Changelog: https://github.com/connectrpc/connect-es/compare/v2.0.0-alpha.1...v2.0.0-beta.1
413d0e7
Release 2.0.0-beta.1 (#1246)d42db7a
V2: Remove "credentials" option from transports (#1242)33be09c
Bump browser versions tested on Browserstack (#1241)d0b30f3
Merge remote-tracking branch 'origin/main' into v2fe5e10d
V2: Update dependencies (#1239)8bed930
Switch Browserstack tests to Webdriver (#1232)fd7b7ca
Deprecate createPromiseClient
in favor of
createClient
(#1235)7ca8eac
Fix type type error in bigint
test (#1229)ee8dcc7
Merge remote-tracking branch 'origin/main' into v26575fc1
Release 1.5.0 (#1222)