From 63f86ea699ff1f25639101a36e4fc25c76c94c1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 04:12:36 +0000 Subject: [PATCH] fix(deps): update module connectrpc.com/connect to v1.13.0 (#1070) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
connectrpc/connect-go (connectrpc.com/connect) ### [`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**: https://github.com/connectrpc/connect-go/compare/v1.12.0...v1.13.0
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- core/go.mod | 2 +- core/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/core/go.mod b/core/go.mod index 431094cff..77d7625e4 100644 --- a/core/go.mod +++ b/core/go.mod @@ -6,7 +6,7 @@ require ( buf.build/gen/go/open-feature/flagd/connectrpc/go v1.12.0-20231031123731-ac2ec0f39838.1 buf.build/gen/go/open-feature/flagd/grpc/go v1.3.0-20230710190440-2333a9579c1a.1 buf.build/gen/go/open-feature/flagd/protocolbuffers/go v1.31.0-20231031123731-ac2ec0f39838.2 - connectrpc.com/connect v1.12.0 + connectrpc.com/connect v1.13.0 connectrpc.com/otelconnect v0.6.0 github.com/diegoholiveira/jsonlogic/v3 v3.3.2 github.com/fsnotify/fsnotify v1.7.0 diff --git a/core/go.sum b/core/go.sum index 9be8706b7..07d1f3f7a 100644 --- a/core/go.sum +++ b/core/go.sum @@ -396,6 +396,8 @@ cloud.google.com/go/workflows v1.8.0/go.mod h1:ysGhmEajwZxGn1OhGOGKsTXc5PyxOc0vf cloud.google.com/go/workflows v1.9.0/go.mod h1:ZGkj1aFIOd9c8Gerkjjq7OW7I5+l6cSvT3ujaO/WwSA= connectrpc.com/connect v1.12.0 h1:HwKdOY0lGhhoHdsza+hW55aqHEC64pYpObRNoAgn70g= connectrpc.com/connect v1.12.0/go.mod h1:3AGaO6RRGMx5IKFfqbe3hvK1NqLosFNP2BxDYTPmNPo= +connectrpc.com/connect v1.13.0 h1:lGs5maZZzWOOD+PFFiOt5OncKmMsk9ZdPwpy5jcmaYg= +connectrpc.com/connect v1.13.0/go.mod h1:uHAFHtYgeSZJxXrkN1IunDpKghnTXhYbVh0wW4StPW0= connectrpc.com/otelconnect v0.6.0 h1:VJAdQL9+sgdUw9+7+J+jq8pQo/h1S7tSFv2+vDcR7bU= connectrpc.com/otelconnect v0.6.0/go.mod h1:jdcs0uiwXQVmSMgTJ2dAaWR5VbpNd7QKNkuoH7n86RA= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=