Bump github.com/unistack-org/micro/v3 from 3.3.17 to 3.7.3 #39

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/unistack-org/micro/v3-3.7.3 into master
dependabot[bot] commented 2021-09-22 03:19:40 +03:00 (Migrated from github.com)

Bumps github.com/unistack-org/micro/v3 from 3.3.17 to 3.7.3.

Release notes

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

v3.7.3

  • codec: add context helper funcs

v3.7.2

  • codec: allow to pass codec options for NewCodec, Unmarshal, Marshal
  • util/id: move tests to micro-tests repo

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

... (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.3.17 to 3.7.3. <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.3</h2> <ul> <li>codec: add context helper funcs</li> </ul> <h2>v3.7.2</h2> <ul> <li>codec: allow to pass codec options for NewCodec, Unmarshal, Marshal</li> <li>util/id: move tests to micro-tests repo</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unistack-org/micro/commit/818a0e635622d3817ed94cf7ff75d1750bbe571e"><code>818a0e6</code></a> codec: add context helper funcs</li> <li><a href="https://github.com/unistack-org/micro/commit/56e02ec463bea421d2b5b746c86edcbd525cfc1c"><code>56e02ec</code></a> codec: add ability to pass codec options</li> <li><a href="https://github.com/unistack-org/micro/commit/6ca851401d884bd950ca88f1d96b75b6ca80676a"><code>6ca8514</code></a> update workflow</li> <li><a href="https://github.com/unistack-org/micro/commit/bd8216b3979d3a8cfbd441c3224ed32a43283177"><code>bd8216b</code></a> update workflows</li> <li><a href="https://github.com/unistack-org/micro/commit/2b13b3f128a3a101fbc461f9b16385d94c365101"><code>2b13b3f</code></a> Revert &quot;update workflows&quot;</li> <li><a href="https://github.com/unistack-org/micro/commit/9957380b6de52aaee826ea2b1ffc87bd6ee06279"><code>9957380</code></a> update workflows</li> <li><a href="https://github.com/unistack-org/micro/commit/e10f8c0fa0510c9d3a46f9a7e491765a51ce3424"><code>e10f8c0</code></a> util/id: move tests to micro-tests repo</li> <li><a href="https://github.com/unistack-org/micro/commit/45252fe4a697768e90c3c67f7afc7eb6ee64c7e7"><code>45252fe</code></a> enable automerge</li> <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>Additional commits viewable in <a href="https://github.com/unistack-org/micro/compare/v3.3.17...v3.7.3">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.3.17&new-version=3.7.3)](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>
dependabot[bot] commented 2021-09-23 03:27:20 +03:00 (Migrated from github.com)

Superseded by #40.

Superseded by #40.

Pull request closed

Sign in to join this conversation.
No description provided.