This repository was archived by the owner on Jun 23, 2025. It is now read-only.
Update dependency @connectrpc/connect to v1.6.1#289
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update dependency @connectrpc/connect to v1.6.1#289renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
|
Deploying plarail2023 with
|
| Latest commit: |
2a95795
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ad2174dd.plarail2023.pages.dev |
| Branch Preview URL: | https://renovate-connectrpc-connect.plarail2023.pages.dev |
fd87c3a to
68cd7b9
Compare
68cd7b9 to
2a95795
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.1.3->1.6.11.4.0->1.6.1Release Notes
connectrpc/connect-es (@connectrpc/connect)
v1.6.1Compare Source
What's Changed
createPromiseClient->createClientin connect-migrate by @timostamm in https://github.com/connectrpc/connect-es/pull/1269Full Changelog: connectrpc/connect-es@v1.6.0...v1.6.1
v1.6.0Compare Source
What's Changed
Promises are more widely adopted than ever before. We're renaming the function
createPromiseClientto 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-migrateto automatically refactor your code to import and usecreateClientinstead ofcreatePromiseClient.createPromiseClientin favor ofcreateClientby @srikrsna-buf in https://github.com/connectrpc/connect-es/pull/1235createPromiseClient->createClientby @srikrsna-buf in https://github.com/connectrpc/connect-es/pull/1236Full Changelog: connectrpc/connect-es@v1.5.0...v1.6.0
v1.5.0Compare Source
What's Changed
nodeOptions.headersby @timostamm in https://github.com/connectrpc/connect-es/pull/1219New Contributors
Full Changelog: connectrpc/connect-es@v1.4.0...v1.5.0
v1.4.0Compare 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_nocheckplugin 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.0Compare Source
What's Changed
*TransportOptionstypes forconnect-nodeby @jrschumacher in https://github.com/connectrpc/connect-es/pull/959instanceofforConnectErrorby @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.1Compare Source
What's Changed
Full Changelog: connectrpc/connect-es@v1.2.0...v1.2.1
v1.2.0Compare Source
What's Changed
By default, protoc-gen-connect-es (and all other plugins based on @bufbuild/protoplugin) generate ECMAScript
importandexportstatements. For use cases where CommonJS is difficult to avoid, a new plugin option has been added namedjs_import_stylewhich 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-esby @timostamm in #956Full Changelog: connectrpc/connect-es@v1.1.4...v1.2.0
v1.1.4Compare Source
What's Changed
User-Agentheader in connect-web by @srikrsna-buf in #912.ConnectErrorby @srikrsna-buf in #924.ConnectRouter.rpcoverload to not require fullServiceTypeby @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: Enabled.
♻ 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.