-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency @connectrpc/protoc-gen-connect-es to v1.5.0 #1253
base: main
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json
|
965dce6
to
82ee9fb
Compare
|
This PR contains the following updates:
1.1.3
->1.5.0
Release Notes
connectrpc/connect-es (@connectrpc/protoc-gen-connect-es)
v1.5.0
Compare Source
v1.4.0
Compare Source
What's Changed
This release includes support for server-side interceptors! Here's a quick example:
For more on them please see the docs.
Other Changes
ts_nocheck
plugin option by @timostamm in https://github.com/connectrpc/connect-es/pull/1012New Contributors
Full Changelog: connectrpc/connect-es@v1.3.0...v1.4.0
v1.3.0
Compare Source
What's Changed
*TransportOptions
types forconnect-node
by @jrschumacher in https://github.com/connectrpc/connect-es/pull/959instanceof
forConnectError
by @srikrsna-buf in https://github.com/connectrpc/connect-es/pull/974New Contributors
Full Changelog: connectrpc/connect-es@v1.2.1...v1.3.0
v1.2.1
Compare Source
What's Changed
Full Changelog: connectrpc/connect-es@v1.2.0...v1.2.1
v1.2.0
Compare Source
What's Changed
By default, protoc-gen-connect-es (and all other plugins based on @bufbuild/protoplugin) generate ECMAScript
import
andexport
statements. For use cases where CommonJS is difficult to avoid, a new plugin option has been added namedjs_import_style
which can be used to generate CommonJSrequire()
calls.Here is an example buf.gen.yaml:
To view the full PR, see Support CommonJS in
protoc-gen-connect-es
by @timostamm in #956Full Changelog: connectrpc/connect-es@v1.1.4...v1.2.0
v1.1.4
Compare Source
What's Changed
User-Agent
header in connect-web by @srikrsna-buf in #912.ConnectError
by @srikrsna-buf in #924.ConnectRouter.rpc
overload to not require fullServiceType
by @paul-sachs in #925.Full Changelog: connectrpc/connect-es@v1.1.3...v1.1.4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.