Bump github.com/unistack-org/micro/v3 from 3.2.22 to 3.7.6 #8

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

Bumps github.com/unistack-org/micro/v3 from 3.2.22 to 3.7.6.

Release notes

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

v3.7.6

  • config: add helper funcs

v3.7.5

  • lint fixes
  • util/http trie package

v3.7.4

  • codec: implement proto v1 message interface for Frame

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

... (truncated)

Commits
  • 3e40bac config: add helper funcs
  • e3fee6f util/http: add trie case insesitive matching
  • 15c020f fix lint
  • 3bc046e broker/memory: simplify code
  • 542f36c util/reflect: fix tests, lint fixes
  • 8237e6a util/router: drop google copy of pattern matcher in favour of util/http trie
  • ecb60e4 fix lint
  • a1999ff util/http: trie add more tests
  • d0f2bc8 util/http: add trie matching func
  • dd29bf4 chore(deps): bump actions/github-script from 4 to 5 (#58)
  • 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 [github.com/unistack-org/micro/v3](https://github.com/unistack-org/micro) from 3.2.22 to 3.7.6. <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.6</h2> <ul> <li>config: add helper funcs</li> </ul> <h2>v3.7.5</h2> <ul> <li>lint fixes</li> <li>util/http trie package</li> </ul> <h2>v3.7.4</h2> <ul> <li>codec: implement proto v1 message interface for Frame</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unistack-org/micro/commit/3e40bac5f448aaf1b05559c507207f75e5391db9"><code>3e40bac</code></a> config: add helper funcs</li> <li><a href="https://github.com/unistack-org/micro/commit/e3fee6f8a63865a3625da47dfae9a0ba5424995a"><code>e3fee6f</code></a> util/http: add trie case insesitive matching</li> <li><a href="https://github.com/unistack-org/micro/commit/15c020fac5fac7a74f00c4ce7177a908fc5057e0"><code>15c020f</code></a> fix lint</li> <li><a href="https://github.com/unistack-org/micro/commit/3bc046e5d4ed8cc28cd2fd7aa1954d2bbfd3d526"><code>3bc046e</code></a> broker/memory: simplify code</li> <li><a href="https://github.com/unistack-org/micro/commit/542f36cfa52035ba62dde8b09dd2e1b02ea390d4"><code>542f36c</code></a> util/reflect: fix tests, lint fixes</li> <li><a href="https://github.com/unistack-org/micro/commit/8237e6a08e7600e521382f6fc469e7a18ba32377"><code>8237e6a</code></a> util/router: drop google copy of pattern matcher in favour of util/http trie</li> <li><a href="https://github.com/unistack-org/micro/commit/ecb60e4dc5642fc4b46d30fecfb9072b975c8915"><code>ecb60e4</code></a> fix lint</li> <li><a href="https://github.com/unistack-org/micro/commit/a1999ff81c588e2668cdce63ef0df911022442a4"><code>a1999ff</code></a> util/http: trie add more tests</li> <li><a href="https://github.com/unistack-org/micro/commit/d0f2bc834686539f8653396eb3df8469c18acc48"><code>d0f2bc8</code></a> util/http: add trie matching func</li> <li><a href="https://github.com/unistack-org/micro/commit/dd29bf457e2abdea1079a5a6e952b35f0d261264"><code>dd29bf4</code></a> chore(deps): bump actions/github-script from 4 to 5 (<a href="https://github-redirect.dependabot.com/unistack-org/micro/issues/58">#58</a>)</li> <li>Additional commits viewable in <a href="https://github.com/unistack-org/micro/compare/v3.2.22...v3.7.6">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.2.22&new-version=3.7.6)](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-10-01 21:19:42 +03:00 (Migrated from github.com)

Superseded by #9.

Superseded by #9.

Pull request closed

Sign in to join this conversation.
No description provided.