Bump go.unistack.org/micro/v3 from 3.8.7 to 3.8.11 #50

Merged
dependabot[bot] merged 2 commits from dependabot/go_modules/go.unistack.org/micro/v3-3.8.11 into master 2021-11-24 15:24:56 +03:00
dependabot[bot] commented 2021-11-24 14:52:39 +03:00 (Migrated from github.com)

Bumps go.unistack.org/micro/v3 from 3.8.7 to 3.8.11.

Release notes

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

v3.8.11

What's Changed

Full Changelog: https://github.com/unistack-org/micro/compare/v3.8.10...v3.8.11

v3.8.10

What's Changed

Full Changelog: https://github.com/unistack-org/micro/compare/v3.8.9...v3.8.10

v3.8.9

What's Changed

Full Changelog: https://github.com/unistack-org/micro/compare/v3.8.7...v3.8.9

v3.8.8

What's Changed

Full Changelog: https://github.com/unistack-org/micro/compare/v3.8.7...v3.8.8

Commits
  • 1244c5b Merge pull request #65 from unistack-org/master
  • 4ccc8a9 Merge pull request #64 from unistack-org/minor_changes
  • 8a2e84d minor changes
  • d29363b codec: add NewFrame helper
  • 734f751 Merge pull request #63 from unistack-org/master
  • 55d8a9e util/http: add type alias
  • 07c9304 Merge pull request #62 from unistack-org/master
  • b9bbfdf config: add watch option helper
  • fbad257 config: add helpers to load/save options (#60)
  • 1829feb util/http: fix lint issues
  • 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.8.7 to 3.8.11. <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.8.11</h2> <h2>What's Changed</h2> <ul> <li>minor changes by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/64">unistack-org/micro#64</a></li> <li>merge changes from master by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/65">unistack-org/micro#65</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/unistack-org/micro/compare/v3.8.10...v3.8.11">https://github.com/unistack-org/micro/compare/v3.8.10...v3.8.11</a></p> <h2>v3.8.10</h2> <h2>What's Changed</h2> <ul> <li>util/http: add type alias by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/63">unistack-org/micro#63</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/unistack-org/micro/compare/v3.8.9...v3.8.10">https://github.com/unistack-org/micro/compare/v3.8.9...v3.8.10</a></p> <h2>v3.8.9</h2> <h2>What's Changed</h2> <ul> <li>config: add helpers to load/save options by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/60">unistack-org/micro#60</a></li> <li>merge stable by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/62">unistack-org/micro#62</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/unistack-org/micro/compare/v3.8.7...v3.8.9">https://github.com/unistack-org/micro/compare/v3.8.7...v3.8.9</a></p> <h2>v3.8.8</h2> <h2>What's Changed</h2> <ul> <li>merge stable changes by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/61">unistack-org/micro#61</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/unistack-org/micro/compare/v3.8.7...v3.8.8">https://github.com/unistack-org/micro/compare/v3.8.7...v3.8.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unistack-org/micro/commit/1244c5bb4df2770528bec40c95d8bac655be68f8"><code>1244c5b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/65">#65</a> from unistack-org/master</li> <li><a href="https://github.com/unistack-org/micro/commit/4ccc8a9c85a173b2e311cd89fff4ccf2135e16f9"><code>4ccc8a9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/64">#64</a> from unistack-org/minor_changes</li> <li><a href="https://github.com/unistack-org/micro/commit/8a2e84d489c570f94b6caa29af3641be615e310b"><code>8a2e84d</code></a> minor changes</li> <li><a href="https://github.com/unistack-org/micro/commit/d29363b78d14e29f13a7ac2fd695fa38bde41255"><code>d29363b</code></a> codec: add NewFrame helper</li> <li><a href="https://github.com/unistack-org/micro/commit/734f7510554a9fd0734068df289ff809412558d1"><code>734f751</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/63">#63</a> from unistack-org/master</li> <li><a href="https://github.com/unistack-org/micro/commit/55d8a9ee20466f0a008d527edba212ab9e121a08"><code>55d8a9e</code></a> util/http: add type alias</li> <li><a href="https://github.com/unistack-org/micro/commit/07c93042baf0b0ad4fe40b59e9dc94363e272b2e"><code>07c9304</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/62">#62</a> from unistack-org/master</li> <li><a href="https://github.com/unistack-org/micro/commit/b9bbfdf159603b76a4366f8cd4b49f0916cc79af"><code>b9bbfdf</code></a> config: add watch option helper</li> <li><a href="https://github.com/unistack-org/micro/commit/fbad257accbbc84aff71b2268251eaba6f119eb1"><code>fbad257</code></a> config: add helpers to load/save options (<a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/60">#60</a>)</li> <li><a href="https://github.com/unistack-org/micro/commit/1829febb6e1acba65110993e951a2028cfccce43"><code>1829feb</code></a> util/http: fix lint issues</li> <li>Additional commits viewable in <a href="https://github.com/unistack-org/micro/compare/v3.8.7...v3.8.11">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.8.7&new-version=3.8.11)](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>
vtolstov (Migrated from github.com) approved these changes 2021-11-24 14:52:57 +03:00
Sign in to join this conversation.
No reviewers
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-store-redis#50
No description provided.