v1.6.0 #1263
timostamm
announced in
Announcements
v1.6.0
#1263
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Promises are more widely adopted than ever before. We're renaming the function
createPromiseClient
to the more succinctcreateClient
. For backwards compatibility, we keep the existing signature and mark it as deprecated.After updating to this release, you can run
npx @connectrpc/connect-migrate
to automatically refactor your code to import and usecreateClient
instead ofcreatePromiseClient
.createPromiseClient
in favor ofcreateClient
by @srikrsna-buf in DeprecatecreatePromiseClient
in favor ofcreateClient
#1235createPromiseClient
->createClient
by @srikrsna-buf in Add a transform forcreatePromiseClient
->createClient
#1236Full Changelog: v1.5.0...v1.6.0
This discussion was created from the release v1.6.0.
Beta Was this translation helpful? Give feedback.
All reactions