Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump github.com/cosmos/gogoproto from 1.4.11 to 1.7.0 #3912

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

Bumps github.com/cosmos/gogoproto from 1.4.11 to 1.7.0.

Release notes

Sourced from github.com/cosmos/gogoproto's releases.

v1.7.0

What's Changed

Full Changelog: cosmos/gogoproto@v1.6.0...v1.7.0

v1.6.0

What's Changed

Full Changelog: cosmos/gogoproto@v1.5.0...v1.6.0

v1.5.0

Improvements

  • #119 The functions proto.Marshal, proto.Unmarshal, and proto.MessageName, as well as the jsonpb marshaling and unmarshaling methods now all support official google.golang.org/protobuf types. This allows users to gradually start using these types instead of gogo proto without needing to refactor all of their code with type switch statements.

Full CHANGELOG: https://github.com/cosmos/gogoproto/blob/main/CHANGELOG.md

v1.4.12

What's Changed

New Contributors

Full Changelog: cosmos/gogoproto@v1.4.11...v1.4.12

Changelog

Sourced from github.com/cosmos/gogoproto's changelog.

v1.7.0 - 2024-08-12

Improvements

  • #145 Remove x/exp dependency for greater compatibility.
  • #144 Change proto.Message and jsonpb.Anyresolver to aliased types to allow different implementations of the same interface.

v1.6.0 - 2024-08-08

Features

  • #142 Update code generator to make grpc ServiceDesc public.

v1.5.0 - 2024-06-05

Improvements

  • #119 The functions proto.Marshal, proto.Unmarshal, and proto.MessageName, as well as the jsonpb marshaling and unmarshaling methods now all support official google.golang.org/protobuf types. This allows users to gradually start using these types instead of gogo proto without needing to refactor all of their code with type switch statements.

v1.4.12 - 2024-03-20

Improvements

  • #115 Move any type from cosmos-sdk/codec/types to types/any.
Commits
  • 70f82eb refactor: increase gogoproto compatibility (#145)
  • a2d130f refactor: use structural type for AnyResolver & Message (#144)
  • 5312ce8 feat: make serviceDesc public (#142)
  • 0923950 chore: bump bufbuild/buf-setup-action from 1.35.0 to 1.36.0 (#141)
  • dbc6930 chore: bump amannn/action-semantic-pull-request from 5.5.2 to 5.5.3 (#136)
  • 8cd96de chore: bump bufbuild/buf-setup-action from 1.31.0 to 1.35.0 (#139)
  • 89ccff4 chore: improve any compat error (#138)
  • 6eec973 docs: Update CHANGELOG.md for v1.5.0 (#132)
  • f634560 chore: bump amannn/action-semantic-pull-request from 5.5.0 to 5.5.2 (#125)
  • eaaae34 chore: bump amannn/action-semantic-pull-request from 5.4.0 to 5.5.0 (#124)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/cosmos/gogoproto](https://github.com/cosmos/gogoproto) from 1.4.11 to 1.7.0.
- [Release notes](https://github.com/cosmos/gogoproto/releases)
- [Changelog](https://github.com/cosmos/gogoproto/blob/main/CHANGELOG.md)
- [Commits](cosmos/gogoproto@v1.4.11...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/cosmos/gogoproto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 1, 2024 04:10
@dependabot dependabot bot added automerge dependencies Dependency updates labels Sep 1, 2024
Copy link
Contributor

@mergify mergify bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approving dependabot

@mergify mergify bot added the backport-to-v0.38.x-experimental Tell Mergify to backport the PR to v0.38.x-experimental label Sep 1, 2024
@hvanz hvanz merged commit f2ae0f4 into v0.38.x Sep 3, 2024
18 checks passed
@hvanz hvanz deleted the dependabot/go_modules/v0.38.x/github.com/cosmos/gogoproto-1.7.0 branch September 3, 2024 06:07
mergify bot pushed a commit that referenced this pull request Sep 3, 2024
…3912)

Bumps [github.com/cosmos/gogoproto](https://github.com/cosmos/gogoproto)
from 1.4.11 to 1.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cosmos/gogoproto/releases">github.com/cosmos/gogoproto's
releases</a>.</em></p>
<blockquote>
<h2>v1.7.0</h2>
<h2>What's Changed</h2>
<ul>
<li>refactor: use structural type for AnyResolver &amp; Message by <a
href="https://github.com/tac0turtle"><code>@​tac0turtle</code></a> in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/144">cosmos/gogoproto#144</a></li>
<li>refactor: increase gogoproto compatibility by <a
href="https://github.com/julienrbrt"><code>@​julienrbrt</code></a> in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/145">cosmos/gogoproto#145</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/cosmos/gogoproto/compare/v1.6.0...v1.7.0">https://github.com/cosmos/gogoproto/compare/v1.6.0...v1.7.0</a></p>
<h2>v1.6.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: improve any compat error by <a
href="https://github.com/julienrbrt"><code>@​julienrbrt</code></a> in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/138">cosmos/gogoproto#138</a></li>
<li>chore: bump bufbuild/buf-setup-action from 1.31.0 to 1.35.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/139">cosmos/gogoproto#139</a></li>
<li>chore: bump amannn/action-semantic-pull-request from 5.5.2 to 5.5.3
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/136">cosmos/gogoproto#136</a></li>
<li>chore: bump bufbuild/buf-setup-action from 1.35.0 to 1.36.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/141">cosmos/gogoproto#141</a></li>
<li>feat: make serviceDesc public by <a
href="https://github.com/julienrbrt"><code>@​julienrbrt</code></a> in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/142">cosmos/gogoproto#142</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/cosmos/gogoproto/compare/v1.5.0...v1.6.0">https://github.com/cosmos/gogoproto/compare/v1.5.0...v1.6.0</a></p>
<h2>v1.5.0</h2>
<h2>Improvements</h2>
<ul>
<li><a
href="https://redirect.github.com/cosmos/gogoproto/pull/119">#119</a>
The functions <code>proto.Marshal</code>, <code>proto.Unmarshal</code>,
and <code>proto.MessageName</code>, as well as the <code>jsonpb</code>
marshaling and unmarshaling methods now all support official
<code>google.golang.org/protobuf</code> types. This allows users to
gradually start using these types instead of gogo proto without needing
to refactor all of their code with type switch statements.</li>
</ul>
<p>Full CHANGELOG: <a
href="https://github.com/cosmos/gogoproto/blob/main/CHANGELOG.md">https://github.com/cosmos/gogoproto/blob/main/CHANGELOG.md</a></p>
<h2>v1.4.12</h2>
<h2>What's Changed</h2>
<ul>
<li><a
href="https://github.com/dependabot"><code>@​dependabot</code></a>
chores</li>
<li>docs: updated installation instructions in README.md by <a
href="https://github.com/cratelyn"><code>@​cratelyn</code></a> in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/106">cosmos/gogoproto#106</a></li>
<li>chore(any): Add cosmos any type by <a
href="https://github.com/raynaudoe"><code>@​raynaudoe</code></a> in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/115">cosmos/gogoproto#115</a></li>
<li>chore: prepare v1.4.12 by <a
href="https://github.com/julienrbrt"><code>@​julienrbrt</code></a> in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/116">cosmos/gogoproto#116</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/cratelyn"><code>@​cratelyn</code></a>
made their first contribution in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/106">cosmos/gogoproto#106</a></li>
<li><a href="https://github.com/raynaudoe"><code>@​raynaudoe</code></a>
made their first contribution in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/115">cosmos/gogoproto#115</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/cosmos/gogoproto/compare/v1.4.11...v1.4.12">https://github.com/cosmos/gogoproto/compare/v1.4.11...v1.4.12</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/cosmos/gogoproto/blob/main/CHANGELOG.md">github.com/cosmos/gogoproto's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/cosmos/gogoproto/releases/tag/v1.7.0">v1.7.0</a>
- 2024-08-12</h2>
<h3>Improvements</h3>
<ul>
<li><a
href="https://redirect.github.com/cosmos/gogoproto/pull/145">#145</a>
Remove <code>x/exp</code> dependency for greater compatibility.</li>
<li><a
href="https://redirect.github.com/cosmos/gogoproto/pull/144">#144</a>
Change proto.Message and jsonpb.Anyresolver to aliased types to allow
different implementations of the same interface.</li>
</ul>
<h2><a
href="https://github.com/cosmos/gogoproto/releases/tag/v1.6.0">v1.6.0</a>
- 2024-08-08</h2>
<h3>Features</h3>
<ul>
<li><a
href="https://redirect.github.com/cosmos/gogoproto/pull/142">#142</a>
Update code generator to make grpc <code>ServiceDesc</code> public.</li>
</ul>
<h2><a
href="https://github.com/cosmos/gogoproto/releases/tag/v1.5.0">v1.5.0</a>
- 2024-06-05</h2>
<h3>Improvements</h3>
<ul>
<li><a
href="https://redirect.github.com/cosmos/gogoproto/pull/119">#119</a>
The functions <code>proto.Marshal</code>, <code>proto.Unmarshal</code>,
and <code>proto.MessageName</code>, as well as the <code>jsonpb</code>
marshaling and unmarshaling methods now all support official
<code>google.golang.org/protobuf</code> types. This allows users to
gradually start using these types instead of gogo proto without needing
to refactor all of their code with type switch statements.</li>
</ul>
<h2><a
href="https://github.com/cosmos/gogoproto/releases/tag/v1.4.12">v1.4.12</a>
- 2024-03-20</h2>
<h3>Improvements</h3>
<ul>
<li><a
href="https://redirect.github.com/cosmos/gogoproto/pull/115">#115</a>
Move any type from <code>cosmos-sdk/codec/types</code> to
<code>types/any</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cosmos/gogoproto/commit/70f82eb45331b1eb0db349b02a73a9d8e914305f"><code>70f82eb</code></a>
refactor: increase gogoproto compatibility (<a
href="https://redirect.github.com/cosmos/gogoproto/issues/145">#145</a>)</li>
<li><a
href="https://github.com/cosmos/gogoproto/commit/a2d130f767761f9f7ffbc19e699129693ab8b07c"><code>a2d130f</code></a>
refactor: use structural type for AnyResolver &amp; Message (<a
href="https://redirect.github.com/cosmos/gogoproto/issues/144">#144</a>)</li>
<li><a
href="https://github.com/cosmos/gogoproto/commit/5312ce88dbb7759774f03277e8b21ab5b90f896a"><code>5312ce8</code></a>
feat: make serviceDesc public (<a
href="https://redirect.github.com/cosmos/gogoproto/issues/142">#142</a>)</li>
<li><a
href="https://github.com/cosmos/gogoproto/commit/0923950e3edda18a0d1c2a6e380e0262e9016be4"><code>0923950</code></a>
chore: bump bufbuild/buf-setup-action from 1.35.0 to 1.36.0 (<a
href="https://redirect.github.com/cosmos/gogoproto/issues/141">#141</a>)</li>
<li><a
href="https://github.com/cosmos/gogoproto/commit/dbc693018292093cb8f96cf6eb23ab1583f0d7f0"><code>dbc6930</code></a>
chore: bump amannn/action-semantic-pull-request from 5.5.2 to 5.5.3 (<a
href="https://redirect.github.com/cosmos/gogoproto/issues/136">#136</a>)</li>
<li><a
href="https://github.com/cosmos/gogoproto/commit/8cd96de98594a0482f25b23a670cd0da4fc6eef1"><code>8cd96de</code></a>
chore: bump bufbuild/buf-setup-action from 1.31.0 to 1.35.0 (<a
href="https://redirect.github.com/cosmos/gogoproto/issues/139">#139</a>)</li>
<li><a
href="https://github.com/cosmos/gogoproto/commit/89ccff46724aebdd98fc59b603dd83cb57dad02d"><code>89ccff4</code></a>
chore: improve any compat error (<a
href="https://redirect.github.com/cosmos/gogoproto/issues/138">#138</a>)</li>
<li><a
href="https://github.com/cosmos/gogoproto/commit/6eec9731781bf8ec4feb0e4098ffb19ee74afb50"><code>6eec973</code></a>
docs: Update CHANGELOG.md for v1.5.0 (<a
href="https://redirect.github.com/cosmos/gogoproto/issues/132">#132</a>)</li>
<li><a
href="https://github.com/cosmos/gogoproto/commit/f63456018a5c1ad89e13491e381f5cdce59e3318"><code>f634560</code></a>
chore: bump amannn/action-semantic-pull-request from 5.5.0 to 5.5.2 (<a
href="https://redirect.github.com/cosmos/gogoproto/issues/125">#125</a>)</li>
<li><a
href="https://github.com/cosmos/gogoproto/commit/eaaae3473df967bbbe7a42f5e782a63f75010982"><code>eaaae34</code></a>
chore: bump amannn/action-semantic-pull-request from 5.4.0 to 5.5.0 (<a
href="https://redirect.github.com/cosmos/gogoproto/issues/124">#124</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/cosmos/gogoproto/compare/v1.4.11...v1.7.0">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/cosmos/gogoproto&package-manager=go_modules&previous-version=1.4.11&new-version=1.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit f2ae0f4)
mergify bot added a commit that referenced this pull request Sep 4, 2024
…ackport #3912) (#3971)

Bumps [github.com/cosmos/gogoproto](https://github.com/cosmos/gogoproto)
from 1.4.11 to 1.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cosmos/gogoproto/releases">github.com/cosmos/gogoproto's
releases</a>.</em></p>
<blockquote>
<h2>v1.7.0</h2>
<h2>What's Changed</h2>
<ul>
<li>refactor: use structural type for AnyResolver &amp; Message by <a
href="https://github.com/tac0turtle"><code>@​tac0turtle</code></a> in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/144">cosmos/gogoproto#144</a></li>
<li>refactor: increase gogoproto compatibility by <a
href="https://github.com/julienrbrt"><code>@​julienrbrt</code></a> in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/145">cosmos/gogoproto#145</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/cosmos/gogoproto/compare/v1.6.0...v1.7.0">https://github.com/cosmos/gogoproto/compare/v1.6.0...v1.7.0</a></p>
<h2>v1.6.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: improve any compat error by <a
href="https://github.com/julienrbrt"><code>@​julienrbrt</code></a> in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/138">cosmos/gogoproto#138</a></li>
<li>chore: bump bufbuild/buf-setup-action from 1.31.0 to 1.35.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/139">cosmos/gogoproto#139</a></li>
<li>chore: bump amannn/action-semantic-pull-request from 5.5.2 to 5.5.3
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/136">cosmos/gogoproto#136</a></li>
<li>chore: bump bufbuild/buf-setup-action from 1.35.0 to 1.36.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/141">cosmos/gogoproto#141</a></li>
<li>feat: make serviceDesc public by <a
href="https://github.com/julienrbrt"><code>@​julienrbrt</code></a> in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/142">cosmos/gogoproto#142</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/cosmos/gogoproto/compare/v1.5.0...v1.6.0">https://github.com/cosmos/gogoproto/compare/v1.5.0...v1.6.0</a></p>
<h2>v1.5.0</h2>
<h2>Improvements</h2>
<ul>
<li><a
href="https://redirect.github.com/cosmos/gogoproto/pull/119">#119</a>
The functions <code>proto.Marshal</code>, <code>proto.Unmarshal</code>,
and <code>proto.MessageName</code>, as well as the <code>jsonpb</code>
marshaling and unmarshaling methods now all support official
<code>google.golang.org/protobuf</code> types. This allows users to
gradually start using these types instead of gogo proto without needing
to refactor all of their code with type switch statements.</li>
</ul>
<p>Full CHANGELOG: <a
href="https://github.com/cosmos/gogoproto/blob/main/CHANGELOG.md">https://github.com/cosmos/gogoproto/blob/main/CHANGELOG.md</a></p>
<h2>v1.4.12</h2>
<h2>What's Changed</h2>
<ul>
<li><a
href="https://github.com/dependabot"><code>@​dependabot</code></a>
chores</li>
<li>docs: updated installation instructions in README.md by <a
href="https://github.com/cratelyn"><code>@​cratelyn</code></a> in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/106">cosmos/gogoproto#106</a></li>
<li>chore(any): Add cosmos any type by <a
href="https://github.com/raynaudoe"><code>@​raynaudoe</code></a> in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/115">cosmos/gogoproto#115</a></li>
<li>chore: prepare v1.4.12 by <a
href="https://github.com/julienrbrt"><code>@​julienrbrt</code></a> in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/116">cosmos/gogoproto#116</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/cratelyn"><code>@​cratelyn</code></a>
made their first contribution in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/106">cosmos/gogoproto#106</a></li>
<li><a href="https://github.com/raynaudoe"><code>@​raynaudoe</code></a>
made their first contribution in <a
href="https://redirect.github.com/cosmos/gogoproto/pull/115">cosmos/gogoproto#115</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/cosmos/gogoproto/compare/v1.4.11...v1.4.12">https://github.com/cosmos/gogoproto/compare/v1.4.11...v1.4.12</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/cosmos/gogoproto/blob/main/CHANGELOG.md">github.com/cosmos/gogoproto's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/cosmos/gogoproto/releases/tag/v1.7.0">v1.7.0</a>
- 2024-08-12</h2>
<h3>Improvements</h3>
<ul>
<li><a
href="https://redirect.github.com/cosmos/gogoproto/pull/145">#145</a>
Remove <code>x/exp</code> dependency for greater compatibility.</li>
<li><a
href="https://redirect.github.com/cosmos/gogoproto/pull/144">#144</a>
Change proto.Message and jsonpb.Anyresolver to aliased types to allow
different implementations of the same interface.</li>
</ul>
<h2><a
href="https://github.com/cosmos/gogoproto/releases/tag/v1.6.0">v1.6.0</a>
- 2024-08-08</h2>
<h3>Features</h3>
<ul>
<li><a
href="https://redirect.github.com/cosmos/gogoproto/pull/142">#142</a>
Update code generator to make grpc <code>ServiceDesc</code> public.</li>
</ul>
<h2><a
href="https://github.com/cosmos/gogoproto/releases/tag/v1.5.0">v1.5.0</a>
- 2024-06-05</h2>
<h3>Improvements</h3>
<ul>
<li><a
href="https://redirect.github.com/cosmos/gogoproto/pull/119">#119</a>
The functions <code>proto.Marshal</code>, <code>proto.Unmarshal</code>,
and <code>proto.MessageName</code>, as well as the <code>jsonpb</code>
marshaling and unmarshaling methods now all support official
<code>google.golang.org/protobuf</code> types. This allows users to
gradually start using these types instead of gogo proto without needing
to refactor all of their code with type switch statements.</li>
</ul>
<h2><a
href="https://github.com/cosmos/gogoproto/releases/tag/v1.4.12">v1.4.12</a>
- 2024-03-20</h2>
<h3>Improvements</h3>
<ul>
<li><a
href="https://redirect.github.com/cosmos/gogoproto/pull/115">#115</a>
Move any type from <code>cosmos-sdk/codec/types</code> to
<code>types/any</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cosmos/gogoproto/commit/70f82eb45331b1eb0db349b02a73a9d8e914305f"><code>70f82eb</code></a>
refactor: increase gogoproto compatibility (<a
href="https://redirect.github.com/cosmos/gogoproto/issues/145">#145</a>)</li>
<li><a
href="https://github.com/cosmos/gogoproto/commit/a2d130f767761f9f7ffbc19e699129693ab8b07c"><code>a2d130f</code></a>
refactor: use structural type for AnyResolver &amp; Message (<a
href="https://redirect.github.com/cosmos/gogoproto/issues/144">#144</a>)</li>
<li><a
href="https://github.com/cosmos/gogoproto/commit/5312ce88dbb7759774f03277e8b21ab5b90f896a"><code>5312ce8</code></a>
feat: make serviceDesc public (<a
href="https://redirect.github.com/cosmos/gogoproto/issues/142">#142</a>)</li>
<li><a
href="https://github.com/cosmos/gogoproto/commit/0923950e3edda18a0d1c2a6e380e0262e9016be4"><code>0923950</code></a>
chore: bump bufbuild/buf-setup-action from 1.35.0 to 1.36.0 (<a
href="https://redirect.github.com/cosmos/gogoproto/issues/141">#141</a>)</li>
<li><a
href="https://github.com/cosmos/gogoproto/commit/dbc693018292093cb8f96cf6eb23ab1583f0d7f0"><code>dbc6930</code></a>
chore: bump amannn/action-semantic-pull-request from 5.5.2 to 5.5.3 (<a
href="https://redirect.github.com/cosmos/gogoproto/issues/136">#136</a>)</li>
<li><a
href="https://github.com/cosmos/gogoproto/commit/8cd96de98594a0482f25b23a670cd0da4fc6eef1"><code>8cd96de</code></a>
chore: bump bufbuild/buf-setup-action from 1.31.0 to 1.35.0 (<a
href="https://redirect.github.com/cosmos/gogoproto/issues/139">#139</a>)</li>
<li><a
href="https://github.com/cosmos/gogoproto/commit/89ccff46724aebdd98fc59b603dd83cb57dad02d"><code>89ccff4</code></a>
chore: improve any compat error (<a
href="https://redirect.github.com/cosmos/gogoproto/issues/138">#138</a>)</li>
<li><a
href="https://github.com/cosmos/gogoproto/commit/6eec9731781bf8ec4feb0e4098ffb19ee74afb50"><code>6eec973</code></a>
docs: Update CHANGELOG.md for v1.5.0 (<a
href="https://redirect.github.com/cosmos/gogoproto/issues/132">#132</a>)</li>
<li><a
href="https://github.com/cosmos/gogoproto/commit/f63456018a5c1ad89e13491e381f5cdce59e3318"><code>f634560</code></a>
chore: bump amannn/action-semantic-pull-request from 5.5.0 to 5.5.2 (<a
href="https://redirect.github.com/cosmos/gogoproto/issues/125">#125</a>)</li>
<li><a
href="https://github.com/cosmos/gogoproto/commit/eaaae3473df967bbbe7a42f5e782a63f75010982"><code>eaaae34</code></a>
chore: bump amannn/action-semantic-pull-request from 5.4.0 to 5.5.0 (<a
href="https://redirect.github.com/cosmos/gogoproto/issues/124">#124</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/cosmos/gogoproto/compare/v1.4.11...v1.7.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/cosmos/gogoproto&package-manager=go_modules&previous-version=1.4.11&new-version=1.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details><hr>This is an automatic backport of pull request #3912 done
by [Mergify](https://mergify.com).

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge backport-to-v0.38.x-experimental Tell Mergify to backport the PR to v0.38.x-experimental dependencies Dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant