Skip to content

fix(deps): update module connectrpc.com/connect to v1.19.1#7

Open
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/connectrpc.com-connect-1.x
Open

fix(deps): update module connectrpc.com/connect to v1.19.1#7
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/connectrpc.com-connect-1.x

Conversation

@renovate-sh-app
Copy link
Copy Markdown

@renovate-sh-app renovate-sh-app bot commented Oct 17, 2025

This PR contains the following updates:

Package Change Age Confidence
connectrpc.com/connect v1.14.0v1.19.1 age confidence

Release Notes

connectrpc/connect-go (connectrpc.com/connect)

v1.19.1

Compare Source

What's Changed

Bugfixes

Full Changelog: connectrpc/connect-go@v1.19.0...v1.19.1

v1.19.0

Compare 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
Bugfixes
  • Include valid spec and headers when calling recover handler for streaming RPCs by @​jhump in #​817
Other changes

New Contributors

Full Changelog: connectrpc/connect-go@v1.18.1...v1.19.0

v1.18.1

Compare Source

What's Changed

Bugfixes

Full Changelog: connectrpc/connect-go@v1.18.0...v1.18.1

v1.18.0

Compare Source

What's Changed

Enhancements
Other changes

New Contributors

Full Changelog: connectrpc/connect-go@v1.17.0...v1.18.0

v1.17.0

Compare Source

What's Changed

Enhancements
Bugfixes
  • Prevent incorrect propagation of protocol-specific metadata by @​emcfarlane in #​748
  • Fix error message about unexpected content-type by @​jhump in #​775
  • Calls should return "unavailable" instead of "unimplemented" or "unknown" when the transport fails to produce an HTTP response and returns io.EOF errors by @​jhump in #​776
Other changes

New Contributors

Full Changelog: connectrpc/connect-go@v1.16.2...v1.17.0

v1.16.2

Compare Source

This is a patch release to make sure that consuming modules won't be vulnerable to CVE-2023-45288.

What's Changed

  • Update the golang.org/x/net dependency to v0.23.0 in #​729.

Full Changelog: connectrpc/connect-go@v1.16.1...v1.16.2

v1.16.1

Compare Source

This release contains a single bugfix.

What's Changed

Bugfixes
  • Fix redundant attempts to write headers in certain error cases in Connect unary RPCs by @​emcfarlane in #​726

Full Changelog: connectrpc/connect-go@v1.16.0...v1.16.1

v1.16.0

Compare 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
  • Only send a grpc-status-details-bin trailer in the gRPC protocol if the error has details by @​bhollis in #​713
Bugfixes
  • Fix ErrorWriter IsSupported check to report false on ambiguous content-type and options indicate connect protocol version header is required by @​emcfarlane in #​700
  • In Connect unary protocol, fallback to code based on HTTP status if unable to deserialize code from JSON body by @​jhump in #​702
  • Fix ErrorWriter to recognize protocols, even if content-type indicates unrecognized codec by @​emcfarlane in #​701
  • Fix some places in the framework that weren't correctly recognizing and returning context-based error code (e.g. "canceled" or "deadline_exceeded") by @​jhump in #​709
  • Use "unimplemented" code for stream cardinality violations by @​jhump in #​712
  • Restrict which metadata in an error can be propagated into response metadata by @​emcfarlane in #​711
Other changes

New Contributors

Full Changelog: connectrpc/connect-go@v1.15.0...v1.16.0

v1.15.0

Compare 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
  • Add transport-level retry support for RPCs with unary and server-stream RPCs. This also improves efficiency by eliminating a goroutine and a message copy. By @​emcfarlane in #​649
  • Prefer "application/grpc" over "application/grpc+proto" content-type when issuing gRPC calls. This accommodates Google Cloud Platform servers, which don't fully implement the gRPC specification. By @​lrewega in #​655
  • Small efficiency gains in on all outbound HTTP requests and unary Connect response validation by @​mattrobenolt in #​682, #​683
  • Improve efficiency handling gRPC-Web and Connect end-of-stream messages by @​jhump in #​678
Bugfixes

Full 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.


  • If you want to rebase/retry this PR, check this box

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.

@renovate-sh-app renovate-sh-app bot requested a review from a team as a code owner October 17, 2025 09:34
@renovate-sh-app
Copy link
Copy Markdown
Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21.0 -> 1.24.0
google.golang.org/protobuf v1.32.0 -> v1.36.9

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/connectrpc.com-connect-1.x branch from 279d115 to 760fa47 Compare November 5, 2025 21:18
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/connectrpc.com-connect-1.x branch from 760fa47 to 6bc5e31 Compare December 2, 2025 19:23
@renovate-sh-app
Copy link
Copy Markdown
Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21.0 -> 1.24.0
google.golang.org/protobuf v1.32.0 -> v1.36.9

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/connectrpc.com-connect-1.x branch from 6bc5e31 to f0dc425 Compare January 15, 2026 21:37
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/connectrpc.com-connect-1.x branch 2 times, most recently from 140f1d4 to 4e98ec5 Compare February 10, 2026 22:17
@renovate-sh-app renovate-sh-app bot changed the title fix(deps): update module connectrpc.com/connect to v1.19.1 fix(deps): update module connectrpc.com/connect to v1.19.1 - autoclosed Feb 13, 2026
@renovate-sh-app renovate-sh-app bot closed this Feb 13, 2026
@renovate-sh-app renovate-sh-app bot deleted the renovate/connectrpc.com-connect-1.x branch February 13, 2026 13:14
@renovate-sh-app renovate-sh-app bot changed the title fix(deps): update module connectrpc.com/connect to v1.19.1 - autoclosed fix(deps): update module connectrpc.com/connect to v1.19.1 Feb 13, 2026
@renovate-sh-app renovate-sh-app bot reopened this Feb 13, 2026
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/connectrpc.com-connect-1.x branch 2 times, most recently from 4e98ec5 to 320c512 Compare February 13, 2026 16:15
@renovate-sh-app renovate-sh-app bot changed the title fix(deps): update module connectrpc.com/connect to v1.19.1 fix(deps): update module connectrpc.com/connect to v1.19.1 - autoclosed Feb 17, 2026
@renovate-sh-app renovate-sh-app bot closed this Feb 17, 2026
| 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>
@renovate-sh-app renovate-sh-app bot changed the title fix(deps): update module connectrpc.com/connect to v1.19.1 - autoclosed fix(deps): update module connectrpc.com/connect to v1.19.1 Feb 17, 2026
@renovate-sh-app renovate-sh-app bot reopened this Feb 17, 2026
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/connectrpc.com-connect-1.x branch 2 times, most recently from 320c512 to 75d5ff7 Compare February 17, 2026 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants