Bump go.unistack.org/micro/v3 from 3.8.15 to 3.8.18 #84

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/go.unistack.org/micro/v3-3.8.18 into master 2022-01-21 20:21:17 +03:00
dependabot[bot] commented 2022-01-21 20:19:29 +03:00 (Migrated from github.com)

Bumps go.unistack.org/micro/v3 from 3.8.15 to 3.8.18.

Release notes

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

v3.8.18

What's Changed

Full Changelog: https://github.com/unistack-org/micro/compare/v3.8.17...v3.8.18

v3.8.17

What's Changed

Full Changelog: https://github.com/unistack-org/micro/compare/v3.8.16...v3.8.17

v3.8.16

What's Changed

Full Changelog: https://github.com/unistack-org/micro/compare/v3.8.15...v3.8.16

Commits
  • 67d5dc7 Merge pull request #82 from unistack-org/master
  • 797c0f8 Merge pull request #81 from unistack-org/errors
  • 8546140 errors: fix parsing
  • 92b125c Merge pull request #80 from unistack-org/master
  • 8f7eebc Merge pull request #79 from unistack-org/errors
  • b0def96 errors: fix FromError and errors.Unmarshal
  • 927ca87 Merge pull request #78 from unistack-org/master
  • 00450c9 Merge pull request #77 from unistack-org/errors
  • 534bce2 errors: add proto
  • 53949be Merge pull request #76 from unistack-org/logger_test
  • 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.15 to 3.8.18. <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.18</h2> <h2>What's Changed</h2> <ul> <li>errors: fix parsing by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/81">unistack-org/micro#81</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/unistack-org/micro/compare/v3.8.17...v3.8.18">https://github.com/unistack-org/micro/compare/v3.8.17...v3.8.18</a></p> <h2>v3.8.17</h2> <h2>What's Changed</h2> <ul> <li>errors: fix FromError and errors.Unmarshal by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/79">unistack-org/micro#79</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/unistack-org/micro/compare/v3.8.16...v3.8.17">https://github.com/unistack-org/micro/compare/v3.8.16...v3.8.17</a></p> <h2>v3.8.16</h2> <h2>What's Changed</h2> <ul> <li>logger: add logger Fields test by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/75">unistack-org/micro#75</a></li> <li>add logger context test by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/76">unistack-org/micro#76</a></li> <li>errors: add proto by <a href="https://github.com/vtolstov"><code>@​vtolstov</code></a> in <a href="https://github-redirect.dependabot.com/unistack-org/micro/pull/77">unistack-org/micro#77</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/unistack-org/micro/compare/v3.8.15...v3.8.16">https://github.com/unistack-org/micro/compare/v3.8.15...v3.8.16</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unistack-org/micro/commit/67d5dc7e2882793d65a00ad3a7da485a08e09e3e"><code>67d5dc7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/82">#82</a> from unistack-org/master</li> <li><a href="https://github.com/unistack-org/micro/commit/797c0f822d5d889ccdcd956ffa71190a65b27fb3"><code>797c0f8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/81">#81</a> from unistack-org/errors</li> <li><a href="https://github.com/unistack-org/micro/commit/8546140e22d9ddbf554b8d4553e52476bc445d12"><code>8546140</code></a> errors: fix parsing</li> <li><a href="https://github.com/unistack-org/micro/commit/92b125c1ce2fadf683691198164faf1954a73b4e"><code>92b125c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/80">#80</a> from unistack-org/master</li> <li><a href="https://github.com/unistack-org/micro/commit/8f7eebc24fea7e4b0effbcfb67a59d601b370fc9"><code>8f7eebc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/79">#79</a> from unistack-org/errors</li> <li><a href="https://github.com/unistack-org/micro/commit/b0def96d14416523e938e8187846c8d2b92d78bc"><code>b0def96</code></a> errors: fix FromError and errors.Unmarshal</li> <li><a href="https://github.com/unistack-org/micro/commit/927ca879b281b1e52f883c23502d96f7467b859c"><code>927ca87</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/78">#78</a> from unistack-org/master</li> <li><a href="https://github.com/unistack-org/micro/commit/00450c9cc7cb6787af4fe1f93a38a149152d7410"><code>00450c9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/77">#77</a> from unistack-org/errors</li> <li><a href="https://github.com/unistack-org/micro/commit/534bce2d2028a01cbe493025380e776409d1d490"><code>534bce2</code></a> errors: add proto</li> <li><a href="https://github.com/unistack-org/micro/commit/53949be0cc90ee95be755b6facacb982b79fec8d"><code>53949be</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/76">#76</a> from unistack-org/logger_test</li> <li>Additional commits viewable in <a href="https://github.com/unistack-org/micro/compare/v3.8.15...v3.8.18">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.15&new-version=3.8.18)](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 2022-01-21 20:19:43 +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-server-http#84
No description provided.