Closed timostamm closed 1 month ago
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.
npx @connectrpc/connect-migrate@beta
Stream{Request|Response}
createPromiseClient
createClient
PromiseClient
Full Changelog: https://github.com/connectrpc/connect-es/compare/v2.0.0-alpha.1...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.Stream{Request|Response}
types in interceptors for all streaming rpcs by @srikrsna-buf in https://github.com/connectrpc/connect-es/pull/1230createPromiseClient
->createClient
by @srikrsna-buf in https://github.com/connectrpc/connect-es/pull/1236createPromiseClient
andPromiseClient
by @srikrsna-buf in https://github.com/connectrpc/connect-es/pull/1240New Contributors
Full Changelog: https://github.com/connectrpc/connect-es/compare/v2.0.0-alpha.1...v2.0.0-beta.1