v0.8.0 #487
smaye81
announced in
Announcements
v0.8.0
#487
Replies: 2 comments 2 replies
-
I am surprised to discover |
Beta Was this translation helpful? Give feedback.
2 replies
-
The docs are now updated with a step-by-step tutorial and more information for running on Node.js. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This repository now hosts Connect for Web, but also for Node.js. We changed the name to Connect-ES to reflect the universal nature. As part of the reorganization, this release includes new features, but also some breaking changes.
Connect for Web
This is the first release that shares important bits of code between the web and the Node implementation, and comes with some bug fixes and new features:
If you are using Interceptors, please note the breaking change described in #471.
Otherwise, this release is backwards compatible, but we kindly ask you to install
@bufbuild/connect
, and importConnectError
and other types from there. In the future,@bufbuild/connect-web
will only export the Connect and gRPC-web transports.Connect for Node.js
The Handlers introduced in the preview are gone! With the new
ConnectRouter
, we can support more frameworks, and this release adds adapters for Express and Fastify:If you have been using Connect for Node, please remove
@bufbuild/connect-core
, install@bufbuild/connect
instead, and update your imports. See here how to use ConnectRouter with a Node.js server.protoc-gen-connect-web
The code generator plugin has been renamed to
@bufbuild/protoc-gen-connect-es
. The old one is still available, so you don't have to update right away. See here how to update.Other changes
This discussion was created from the release v0.8.0.
Beta Was this translation helpful? Give feedback.
All reactions