Bump go.unistack.org/micro/v3 from 3.9.11 to 3.9.13 #75

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/go.unistack.org/micro/v3-3.9.13 into v3 2022-11-15 07:05:45 +03:00
dependabot[bot] commented 2022-11-15 07:04:22 +03:00 (Migrated from github.com)

Bumps go.unistack.org/micro/v3 from 3.9.11 to 3.9.13.

Release notes

Sourced from go.unistack.org/micro/v3's releases.

v3.9.13

What's Changed

Full Changelog: https://github.com/unistack-org/micro/compare/v3.9.12...v3.9.13

v3.9.12

What's Changed

Full Changelog: https://github.com/unistack-org/micro/compare/v3.9.11...v3.9.12

Commits
  • 1060f6a Merge pull request #154 from unistack-org/client_metadata
  • 7d72ab0 client: fix WithResponseMetadata CallOption
  • 42864ff Merge pull request #153 from unistack-org/client_metadata
  • 49978b7 client: add req/rsp metadata to CallOptions
  • 20770b6 chore(deps): bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 (#151)
  • b38c610 Merge pull request #152 from unistack-org/dependabot/go_modules/go.unistack.o...
  • 138c4a0 chore(deps): bump go.unistack.org/micro-proto/v3 from 3.2.7 to 3.3.1
  • 22f66fc chore(deps): bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 (#148)
  • 18fafbb Merge pull request #150 from unistack-org/unwrap
  • 59c08c1 logger/unwrap: intergate omit functionality
  • 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 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 [go.unistack.org/micro/v3](https://github.com/unistack-org/micro) from 3.9.11 to 3.9.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/unistack-org/micro/releases">go.unistack.org/micro/v3's releases</a>.</em></p> <blockquote> <h2>v3.9.13</h2> <h2>What's Changed</h2> <ul> <li>client: fix WithResponseMetadata CallOption by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/154">unistack-org/micro#154</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/unistack-org/micro/compare/v3.9.12...v3.9.13">https://github.com/unistack-org/micro/compare/v3.9.12...v3.9.13</a></p> <h2>v3.9.12</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/142">unistack-org/micro#142</a></li> <li>chore(deps): bump codecov/codecov-action from 3.1.0 to 3.1.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/141">unistack-org/micro#141</a></li> <li>WIP: logger/unwrap: add unwrap method by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/143">unistack-org/micro#143</a></li> <li>codec: add []byte support to noop codec by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/145">unistack-org/micro#145</a></li> <li>codec: fix noop by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/146">unistack-org/micro#146</a></li> <li>client: add ContextDialer/WithContextDialer option by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/147">unistack-org/micro#147</a></li> <li>chore(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/144">unistack-org/micro#144</a></li> <li>minor improvements by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/149">unistack-org/micro#149</a></li> <li>logger/unwrap: intergate omit functionality by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/150">unistack-org/micro#150</a></li> <li>chore(deps): bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/148">unistack-org/micro#148</a></li> <li>chore(deps): bump go.unistack.org/micro-proto/v3 from 3.2.7 to 3.3.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/152">unistack-org/micro#152</a></li> <li>chore(deps): bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/151">unistack-org/micro#151</a></li> <li>client: add req/rsp metadata to CallOptions by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/153">unistack-org/micro#153</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/unistack-org/micro/compare/v3.9.11...v3.9.12">https://github.com/unistack-org/micro/compare/v3.9.11...v3.9.12</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unistack-org/micro/commit/1060f6a4c35e63e82d4f5e7f5732952f5c7e4280"><code>1060f6a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/154">#154</a> from unistack-org/client_metadata</li> <li><a href="https://github.com/unistack-org/micro/commit/7d72ab05c6e46ad5f3b388ca4214a5d402ad528d"><code>7d72ab0</code></a> client: fix WithResponseMetadata CallOption</li> <li><a href="https://github.com/unistack-org/micro/commit/42864ff1c60c09b0df03a4db656c6cd995507d76"><code>42864ff</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/153">#153</a> from unistack-org/client_metadata</li> <li><a href="https://github.com/unistack-org/micro/commit/49978b75c03f93208fd672700f6267033b727d52"><code>49978b7</code></a> client: add req/rsp metadata to CallOptions</li> <li><a href="https://github.com/unistack-org/micro/commit/20770b6e303de22ea2be081379fa4e49c9a813bc"><code>20770b6</code></a> chore(deps): bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 (<a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/151">#151</a>)</li> <li><a href="https://github.com/unistack-org/micro/commit/b38c6106b2c7a03a1dec4044b99895725e3516ff"><code>b38c610</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/152">#152</a> from unistack-org/dependabot/go_modules/go.unistack.o...</li> <li><a href="https://github.com/unistack-org/micro/commit/138c4a088811cebf1f32376b1c9e8d1e4ffb9d3f"><code>138c4a0</code></a> chore(deps): bump go.unistack.org/micro-proto/v3 from 3.2.7 to 3.3.1</li> <li><a href="https://github.com/unistack-org/micro/commit/22f66fc258de27a666e18191654a8f44baa28182"><code>22f66fc</code></a> chore(deps): bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 (<a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/148">#148</a>)</li> <li><a href="https://github.com/unistack-org/micro/commit/18fafbbbab04f96f266cdbc6094979944323d59c"><code>18fafbb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/150">#150</a> from unistack-org/unwrap</li> <li><a href="https://github.com/unistack-org/micro/commit/59c08c1d9a59acd92f41f58428cc2250798ba909"><code>59c08c1</code></a> logger/unwrap: intergate omit functionality</li> <li>Additional commits viewable in <a href="https://github.com/unistack-org/micro/compare/v3.9.11...v3.9.13">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.unistack.org/micro/v3&package-manager=go_modules&previous-version=3.9.11&new-version=3.9.13)](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 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>
github-actions[bot] (Migrated from github.com) approved these changes 2022-11-15 07:04:36 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro-config-env#75
No description provided.