fix(deps): update module connectrpc.com/connect to v1.19.1#7
Open
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update module connectrpc.com/connect to v1.19.1#7renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
Conversation
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
279d115 to
760fa47
Compare
760fa47 to
6bc5e31
Compare
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
6bc5e31 to
f0dc425
Compare
140f1d4 to
4e98ec5
Compare
4e98ec5 to
320c512
Compare
| datasource | package | from | to | | ---------- | ---------------------- | ------- | ------- | | go | connectrpc.com/connect | v1.14.0 | v1.19.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
320c512 to
75d5ff7
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v1.14.0→v1.19.1Release Notes
connectrpc/connect-go (connectrpc.com/connect)
v1.19.1Compare Source
What's Changed
Bugfixes
Full Changelog: connectrpc/connect-go@v1.19.0...v1.19.1
v1.19.0Compare Source
This release introduces the highly requested "simple" flag for code generation, making Connect significantly more ergonomic for everyday RPC development.
The new simple flag in protoc-gen-connect-go generates cleaner, more intuitive client and handler interfaces that eliminate request/response wrappers for most use cases. This addresses community feedback about verbosity and provides a more straightforward API. When enabled, metadata (headers/trailers) can be passed through context instead of explicit wrapper objects, optimizing for the common case where developers don't need direct access to HTTP headers.
What's Changed
Enhancements
golang.org/x/net/http2by @maxbrunet in #873, #877Bugfixes
Other changes
#880
New Contributors
Full Changelog: connectrpc/connect-go@v1.18.1...v1.19.0
v1.18.1Compare Source
What's Changed
Bugfixes
Full Changelog: connectrpc/connect-go@v1.18.0...v1.18.1
v1.18.0Compare Source
What's Changed
Enhancements
package_suffixoption toprotoc-gen-connect-goto allow specifying the output directory of generated code by @bufdev and @emcfarlane in #803Other changes
New Contributors
Full Changelog: connectrpc/connect-go@v1.17.0...v1.18.0
v1.17.0Compare Source
What's Changed
Enhancements
protoc-gen-connect-gousage with Protobuf source files that use Editions by @jchadwick-buf in #754Bugfixes
io.EOFerrors by @jhump in #776Other changes
New Contributors
Full Changelog: connectrpc/connect-go@v1.16.2...v1.17.0
v1.16.2Compare Source
This is a patch release to make sure that consuming modules won't be vulnerable to CVE-2023-45288.
What's Changed
Full Changelog: connectrpc/connect-go@v1.16.1...v1.16.2
v1.16.1Compare Source
This release contains a single bugfix.
What's Changed
Bugfixes
Full Changelog: connectrpc/connect-go@v1.16.0...v1.16.1
v1.16.0Compare Source
This release is mostly bug fixes but also reconciles connect-go with recent updates to the specification regarding mapping of RPC error codes to/from HTTP status codes (see connectrpc RFC 003)
What's Changed
Enhancements
Bugfixes
ErrorWriter IsSupportedcheck to report false on ambiguous content-type and options indicate connect protocol version header is required by @emcfarlane in #700ErrorWriterto recognize protocols, even if content-type indicates unrecognized codec by @emcfarlane in #701Other changes
New Contributors
Full Changelog: connectrpc/connect-go@v1.15.0...v1.16.0
v1.15.0Compare Source
What's Changed
Since the last release, we have been significantly increasing coverage of our conformance suite. This has identified several inconsistencies with other Connect, gRPC, and gRPC-Web implementations. This release includes several fixes that will help align this implementation with others, behavior that can be verified by the conformance tests going forward. The fixes are backward-compatible with gRPC and Connect clients and servers. They fix some aspects of the wire representation and edge-case handling of spurious requests and responses, and they may affect users directly inspecting HTTP requests and responses.
Governance
Enhancements
Bugfixes
@typeattribute from Connect error detail debug string by @jhump in #688Full Changelog: connectrpc/connect-go@v1.14.0...v1.15.0
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.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.