Bump github.com/unistack-org/micro/v3 from 3.4.0 to 3.7.1 #42

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/unistack-org/micro/v3-3.7.1 into master 2021-09-16 15:19:49 +03:00
dependabot[bot] commented 2021-09-16 15:17:35 +03:00 (Migrated from github.com)

Bumps github.com/unistack-org/micro/v3 from 3.4.0 to 3.7.1.

Release notes

Sourced from github.com/unistack-org/micro/v3's releases.

v3.7.1

  • util/rand: add Shuffle func

v3.7.0

  • logger: add Clone method to create new logger
  • logger: change GetLevel to ParseLevel function with new signature
  • update micro-proto to latest version

v3.6.3

  • util/id: create id package based on go-nanoid
  • replace all uuid with util/id

v3.6.2

  • update all
  • regen all with never protoc-gen-go-micro

v3.6.1

  • logger: add NewStdLogger and RedirectStdLogger

v3.6.0

  • logger: change logger interface (Fields now []interface{})

v3.5.10

  • config/default: watcher not implemented

v3.5.9

  • config/default: send changes only if it really exists

v3.5.8

  • util/jitter: provide jitter Ticker with min/max duration
  • config: use jitter for watch interval

v3.5.7

  • util/router: sync to github
  • config: add watcher interface

v3.5.6

  • broker: add BatchSubscribe and BatchPublish methods
  • server: add BatchSubscriber
  • client: add BatchPublish

v3.5.4

  • logger: add default skip frame counter

v3.5.3

  • broker: add BatchBroker interface that have BatchPublish and BatchSubscribe methods

v3.5.2

  • metadata: add HeaderAuthorization

... (truncated)

Commits

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 [github.com/unistack-org/micro/v3](https://github.com/unistack-org/micro) from 3.4.0 to 3.7.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/unistack-org/micro/releases">github.com/unistack-org/micro/v3's releases</a>.</em></p> <blockquote> <h2>v3.7.1</h2> <ul> <li>util/rand: add Shuffle func</li> </ul> <h2>v3.7.0</h2> <ul> <li>logger: add Clone method to create new logger</li> <li>logger: change GetLevel to ParseLevel function with new signature</li> <li>update micro-proto to latest version</li> </ul> <h2>v3.6.3</h2> <ul> <li>util/id: create id package based on go-nanoid</li> <li>replace all uuid with util/id</li> </ul> <h2>v3.6.2</h2> <ul> <li>update all</li> <li>regen all with never protoc-gen-go-micro</li> </ul> <h2>v3.6.1</h2> <ul> <li>logger: add NewStdLogger and RedirectStdLogger</li> </ul> <h2>v3.6.0</h2> <ul> <li>logger: change logger interface (Fields now []interface{})</li> </ul> <h2>v3.5.10</h2> <ul> <li>config/default: watcher not implemented</li> </ul> <h2>v3.5.9</h2> <ul> <li>config/default: send changes only if it really exists</li> </ul> <h2>v3.5.8</h2> <ul> <li>util/jitter: provide jitter Ticker with min/max duration</li> <li>config: use jitter for watch interval</li> </ul> <h2>v3.5.7</h2> <ul> <li>util/router: sync to github</li> <li>config: add watcher interface</li> </ul> <h2>v3.5.6</h2> <ul> <li>broker: add BatchSubscribe and BatchPublish methods</li> <li>server: add BatchSubscriber</li> <li>client: add BatchPublish</li> </ul> <h2>v3.5.4</h2> <ul> <li>logger: add default skip frame counter</li> </ul> <h2>v3.5.3</h2> <ul> <li>broker: add BatchBroker interface that have BatchPublish and BatchSubscribe methods</li> </ul> <h2>v3.5.2</h2> <ul> <li>metadata: add HeaderAuthorization</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unistack-org/micro/commit/faad082efee3752fab2147c6b18124b8d13d3838"><code>faad082</code></a> util/rand: add Shuffle func</li> <li><a href="https://github.com/unistack-org/micro/commit/8ab35cbd9b010c563f37e5406ec86fa0e3e2948f"><code>8ab35cb</code></a> update dependabot</li> <li><a href="https://github.com/unistack-org/micro/commit/ad58ab694311fcb5a45161396db1ee375e4aa375"><code>ad58ab6</code></a> fix codeql issue</li> <li><a href="https://github.com/unistack-org/micro/commit/0e97049e1d65eb858a4830813f7c15059ea0e46a"><code>0e97049</code></a> Create SECURITY.md</li> <li><a href="https://github.com/unistack-org/micro/commit/edb0bbf9cf3ec5722619a21f59ff8422e28dbdeb"><code>edb0bbf</code></a> add codeql</li> <li><a href="https://github.com/unistack-org/micro/commit/1b01bd22a69642dc204caf6eef2a1ea852a3d426"><code>1b01bd2</code></a> build(deps): bump github.com/unistack-org/micro-proto (<a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/57">#57</a>)</li> <li><a href="https://github.com/unistack-org/micro/commit/2fbaa26f0fd33cb2fd2375273f429df5dbf368a3"><code>2fbaa26</code></a> logger: add Clone method</li> <li><a href="https://github.com/unistack-org/micro/commit/35d3e4b332d1e7c6158689e71fc9ac3f055ea236"><code>35d3e4b</code></a> logger: breaking changes to log level parsing</li> <li><a href="https://github.com/unistack-org/micro/commit/e98a93d5306be82f19fa5ae625487919edb5bb86"><code>e98a93d</code></a> build(deps): bump github.com/unistack-org/micro-proto (<a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/56">#56</a>)</li> <li><a href="https://github.com/unistack-org/micro/commit/e3545532e81f8dce07aede90fcd1d6bdf37763af"><code>e354553</code></a> minor changes</li> <li>Additional commits viewable in <a href="https://github.com/unistack-org/micro/compare/v3.4.0...v3.7.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/unistack-org/micro/v3&package-manager=go_modules&previous-version=3.4.0&new-version=3.7.1)](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 2021-09-16 15:19:48 +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-service#42
No description provided.