Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update module connectrpc.com/connect to v1.13.0 (#1070)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [connectrpc.com/connect](https://togithub.com/connectrpc/connect-go) | require | minor | `v1.12.0` -> `v1.13.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>connectrpc/connect-go (connectrpc.com/connect)</summary> ### [`v1.13.0`](https://togithub.com/connectrpc/connect-go/releases/tag/v1.13.0) [Compare Source](https://togithub.com/connectrpc/connect-go/compare/v1.12.0...v1.13.0) #### What's Changed ##### Enhancements - Add `Schema` field to `connect.Spec` for introspection by [@​emcfarlane](https://togithub.com/emcfarlane) in [#​629](https://togithub.com/connectrpc/connect-go/issues/629) - Add support for dynamic message types via message initializers by [@​emcfarlane](https://togithub.com/emcfarlane) in [#​640](https://togithub.com/connectrpc/connect-go/issues/640) ##### Bugfixes - Type URLs in error details can have any host and even include URI scheme by [@​jhump](https://togithub.com/jhump) in [#​636](https://togithub.com/connectrpc/connect-go/issues/636) - Improve GET requests: clients should not include content headers, servers should disallow a body by [@​jhump](https://togithub.com/jhump) in [#​644](https://togithub.com/connectrpc/connect-go/issues/644) - Fix mis-categorization of "deadline exceeded" errors by [@​jhump](https://togithub.com/jhump) in [#​643](https://togithub.com/connectrpc/connect-go/issues/643) ##### Other changes - Improve test code and fix many sources of flakiness by [@​emcfarlane](https://togithub.com/emcfarlane) in [#​594](https://togithub.com/connectrpc/connect-go/issues/594), [#​624](https://togithub.com/connectrpc/connect-go/issues/624), [#​627](https://togithub.com/connectrpc/connect-go/issues/627), and [#​628](https://togithub.com/connectrpc/connect-go/issues/628) - Run conformance tests in CI by [@​jhump](https://togithub.com/jhump) in [#​642](https://togithub.com/connectrpc/connect-go/issues/642) - Internal refactoring to support future robustness improvements by [@​emcfarlane](https://togithub.com/emcfarlane) in [#​646](https://togithub.com/connectrpc/connect-go/issues/646) **Full Changelog**: connectrpc/connect-go@v1.12.0...v1.13.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-feature/flagd). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information