Update module github.com/unistack-org/micro/v3 to v3.3.17 #6

Closed
renovate[bot] wants to merge 1 commits from renovate/github.com-unistack-org-micro-v3-3.x into master
renovate[bot] commented 2021-02-22 13:06:43 +03:00 (Migrated from github.com)

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/unistack-org/micro/v3 require minor v3.0.0-20200821115321-c4a303190a68 -> v3.3.17

Release Notes

unistack-org/micro

v3.3.17

Compare Source

  • lint fixes
  • fieldalignment fixes

v3.3.16

Compare Source

  • server: drop Internal option for Handler and Subscriber
  • register: simplify Endpoint Request and Response

v3.3.15

Compare Source

  • util/reflect: fix protobuf field name detection

v3.3.14

Compare Source

  • utll/reflect: add interface merging

v3.3.13

Compare Source

  • util/reflect: rewrite struct merging with map

v3.3.12

Compare Source

  • client: allow to set call content-type

v3.3.11

Compare Source

util/reflect: fix StructURLValues

v3.3.10

Compare Source

  • util/reflect: add StructURLValues func

v3.3.9

Compare Source

  • meter/handler: more idiomatic option handling

v3.3.8

Compare Source

  • service init with own context

v3.3.7

Compare Source

  • fix ugly compilation error

v3.3.6

Compare Source

  • regen meter and server/health handlers

v3.3.5

Compare Source

  • meter/handler: fix proto and generated code
  • server/health: initial handler implementation for health checks

v3.3.4

Compare Source

  • client: use router.DefaultRouter in NewOptions helper
  • router: use dns as default router

v3.3.3

Compare Source

  • meter/handler: regen
  • client: add TLSConfig option

v3.3.2

Compare Source

  • meter/handler: fix func signature

v3.3.1

Compare Source

  • meter/wrapper: add DefaultSkipEndpoints to allow skipping /metrics /debug and other internal endpoints

v3.3.0

Compare Source

  • auth: modify Init() method to return error
  • server: hide router interface

v3.2.26

Compare Source

  • meter/handler: provide default metrics handler

v3.2.25

Compare Source

  • meter/handler: provide initial meter handler

v3.2.24

Compare Source

  • util/reflect: add IsZero helper

v3.2.23

Compare Source

  • client: fix NewOptions with CallOptions filling

v3.2.22

Compare Source

  • meter/wrapper: fix build

v3.2.21

Compare Source

  • meter: rework labels

v3.2.20

Compare Source

  • mostly lint fixes

v3.2.19

Compare Source

  • logger: fix default logger Fields method
  • logger/wrapper: create logger wrapper

v3.2.18

Compare Source

  • fieldalignment of all structs to save memory

v3.2.17

Compare Source

  • meter/wrapper: use meter.DefaultMeter in NewOptions

v3.2.16

Compare Source

  • tracer: finalize implementation

v3.2.15

Compare Source

  • metadata: minor fixups for NewXXXContext functions

v3.2.14

Compare Source

  • meter: fix labels sorting on iterator
  • client: fix noop client request filling

v3.2.13

Compare Source

  • meter: export Labels Len() int method

v3.2.12

Compare Source

  • many lint fixes
  • debug/log: removed
  • profiler: create initial profiler interface
  • util/reflect: many improvements
  • util/rand: preferred package for random numbers
  • meter: initial wrapper import

v3.2.11

Compare Source

  • metadata: fix nil metadata from FromIncoming/FromOutgoing context

v3.2.10

Compare Source

  • consolidate all in memory implementations to core micro repo

v3.2.9

Compare Source

  • metadata: allow to modify current metadata in context
  • metadata: split metadata context to incoming/outgoing

v3.2.8

Compare Source

  • util/reflect: improve merging

v3.2.7

Compare Source

  • api: encode body metadata in options
  • util/reflect: improve merge map support

v3.2.6

Compare Source

  • provide backward compat for older micro options

v3.2.5

Compare Source

  • codec: fix noop codec

v3.2.4

Compare Source

  • config: add Name() method to config interface

v3.2.3

Compare Source

  • codec: fix noop codec to handle *broker.Message

v3.2.2

Compare Source

  • register: fix options

v3.2.1

Compare Source

  • util/registry => util/register

v3.2.0

Compare Source

  • big change to allow multiple building blocks inside single service (brokers, clients, stores etc...)

v3.1.9

Compare Source

  • meter: finalize interface

v3.1.8

Compare Source

  • store: improve interface

v3.1.7

Compare Source

  • meter: fix interface to not use metadata.Metadata

v3.1.6

Compare Source

  • meter: add to all options
  • tracer: add to all options
  • metadata: add Merge func

v3.1.5

Compare Source

  • meter: improve custom config stuff via option helper, provide defaults for metric name and label

v3.1.4

Compare Source

  • meter: rework meter interface
  • meter: remove wrapper

v3.1.3

Compare Source

  • rename metrics => meter package

v3.1.2

Compare Source

  • client: add SetOption and SetCallOption helpers
  • config: move reflect stuff to util/reflect package

v3.1.1

Compare Source

  • change codec interface
  • add noop codec
  • add context helpers
  • change store interface
  • improve server options to support MaxConn and net.Listener
  • improve config interface
  • change logger interface

v3.1.0

Compare Source

v3.0.1

Compare Source

  • many logger changes
  • metadata fixes
  • extract external components to dedicated repos
  • add options helpers
  • hard fork

v3.0.0

Compare Source

v3.0.0-gamma

Compare Source

v3.0.0-delta

Compare Source

  • logger improvements
  • many context related fixes
  • exclude all external stuff
  • metadata fixes

v3.0.0-beta.3

Compare Source

v3.0.0-beta.2

Compare Source

v3.0.0-beta

Compare Source


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/unistack-org/micro/v3](https://togithub.com/unistack-org/micro) | require | minor | `v3.0.0-20200821115321-c4a303190a68` -> `v3.3.17` | --- ### Release Notes <details> <summary>unistack-org/micro</summary> ### [`v3.3.17`](https://togithub.com/unistack-org/micro/releases/v3.3.17) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.3.16...v3.3.17) - lint fixes - fieldalignment fixes ### [`v3.3.16`](https://togithub.com/unistack-org/micro/releases/v3.3.16) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.3.15...v3.3.16) - server: drop Internal option for Handler and Subscriber - register: simplify Endpoint Request and Response ### [`v3.3.15`](https://togithub.com/unistack-org/micro/releases/v3.3.15) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.3.14...v3.3.15) - util/reflect: fix protobuf field name detection ### [`v3.3.14`](https://togithub.com/unistack-org/micro/releases/v3.3.14) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.3.13...v3.3.14) - utll/reflect: add interface merging ### [`v3.3.13`](https://togithub.com/unistack-org/micro/releases/v3.3.13) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.3.12...v3.3.13) - util/reflect: rewrite struct merging with map ### [`v3.3.12`](https://togithub.com/unistack-org/micro/releases/v3.3.12) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.3.11...v3.3.12) - client: allow to set call content-type ### [`v3.3.11`](https://togithub.com/unistack-org/micro/releases/v3.3.11) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.3.10...v3.3.11) util/reflect: fix StructURLValues ### [`v3.3.10`](https://togithub.com/unistack-org/micro/releases/v3.3.10) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.3.9...v3.3.10) - util/reflect: add StructURLValues func ### [`v3.3.9`](https://togithub.com/unistack-org/micro/releases/v3.3.9) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.3.8...v3.3.9) - meter/handler: more idiomatic option handling ### [`v3.3.8`](https://togithub.com/unistack-org/micro/releases/v3.3.8) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.3.7...v3.3.8) - service init with own context ### [`v3.3.7`](https://togithub.com/unistack-org/micro/releases/v3.3.7) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.3.6...v3.3.7) - fix ugly compilation error ### [`v3.3.6`](https://togithub.com/unistack-org/micro/releases/v3.3.6) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.3.5...v3.3.6) - regen meter and server/health handlers ### [`v3.3.5`](https://togithub.com/unistack-org/micro/releases/v3.3.5) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.3.4...v3.3.5) - meter/handler: fix proto and generated code - server/health: initial handler implementation for health checks ### [`v3.3.4`](https://togithub.com/unistack-org/micro/releases/v3.3.4) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.3.3...v3.3.4) - client: use router.DefaultRouter in NewOptions helper - router: use dns as default router ### [`v3.3.3`](https://togithub.com/unistack-org/micro/releases/v3.3.3) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.3.2...v3.3.3) - meter/handler: regen - client: add TLSConfig option ### [`v3.3.2`](https://togithub.com/unistack-org/micro/releases/v3.3.2) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.3.1...v3.3.2) - meter/handler: fix func signature ### [`v3.3.1`](https://togithub.com/unistack-org/micro/releases/v3.3.1) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.3.0...v3.3.1) - meter/wrapper: add DefaultSkipEndpoints to allow skipping /metrics /debug and other internal endpoints ### [`v3.3.0`](https://togithub.com/unistack-org/micro/releases/v3.3.0) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.26...v3.3.0) - auth: modify Init() method to return error - server: hide router interface ### [`v3.2.26`](https://togithub.com/unistack-org/micro/releases/v3.2.26) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.25...v3.2.26) - meter/handler: provide default metrics handler ### [`v3.2.25`](https://togithub.com/unistack-org/micro/releases/v3.2.25) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.24...v3.2.25) - meter/handler: provide initial meter handler ### [`v3.2.24`](https://togithub.com/unistack-org/micro/releases/v3.2.24) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.23...v3.2.24) - util/reflect: add IsZero helper ### [`v3.2.23`](https://togithub.com/unistack-org/micro/releases/v3.2.23) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.22...v3.2.23) - client: fix NewOptions with CallOptions filling ### [`v3.2.22`](https://togithub.com/unistack-org/micro/releases/v3.2.22) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.21...v3.2.22) - meter/wrapper: fix build ### [`v3.2.21`](https://togithub.com/unistack-org/micro/releases/v3.2.21) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.20...v3.2.21) - meter: rework labels ### [`v3.2.20`](https://togithub.com/unistack-org/micro/releases/v3.2.20) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.19...v3.2.20) - mostly lint fixes ### [`v3.2.19`](https://togithub.com/unistack-org/micro/releases/v3.2.19) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.18...v3.2.19) - logger: fix default logger Fields method - logger/wrapper: create logger wrapper ### [`v3.2.18`](https://togithub.com/unistack-org/micro/releases/v3.2.18) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.17...v3.2.18) - fieldalignment of all structs to save memory ### [`v3.2.17`](https://togithub.com/unistack-org/micro/releases/v3.2.17) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.16...v3.2.17) - meter/wrapper: use meter.DefaultMeter in NewOptions ### [`v3.2.16`](https://togithub.com/unistack-org/micro/releases/v3.2.16) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.15...v3.2.16) - tracer: finalize implementation ### [`v3.2.15`](https://togithub.com/unistack-org/micro/releases/v3.2.15) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.14...v3.2.15) - metadata: minor fixups for NewXXXContext functions ### [`v3.2.14`](https://togithub.com/unistack-org/micro/releases/v3.2.14) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.13...v3.2.14) - meter: fix labels sorting on iterator - client: fix noop client request filling ### [`v3.2.13`](https://togithub.com/unistack-org/micro/releases/v3.2.13) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.12...v3.2.13) - meter: export Labels Len() int method ### [`v3.2.12`](https://togithub.com/unistack-org/micro/releases/v3.2.12) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.11...v3.2.12) - many lint fixes - debug/log: removed - profiler: create initial profiler interface - util/reflect: many improvements - util/rand: preferred package for random numbers - meter: initial wrapper import ### [`v3.2.11`](https://togithub.com/unistack-org/micro/releases/v3.2.11) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.10...v3.2.11) - metadata: fix nil metadata from FromIncoming/FromOutgoing context ### [`v3.2.10`](https://togithub.com/unistack-org/micro/releases/v3.2.10) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.9...v3.2.10) - consolidate all in memory implementations to core micro repo ### [`v3.2.9`](https://togithub.com/unistack-org/micro/releases/v3.2.9) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.8...v3.2.9) - metadata: allow to modify current metadata in context - metadata: split metadata context to incoming/outgoing ### [`v3.2.8`](https://togithub.com/unistack-org/micro/releases/v3.2.8) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.7...v3.2.8) - util/reflect: improve merging ### [`v3.2.7`](https://togithub.com/unistack-org/micro/releases/v3.2.7) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.6...v3.2.7) - api: encode body metadata in options - util/reflect: improve merge map support ### [`v3.2.6`](https://togithub.com/unistack-org/micro/releases/v3.2.6) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.5...v3.2.6) - provide backward compat for older micro options ### [`v3.2.5`](https://togithub.com/unistack-org/micro/releases/v3.2.5) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.4...v3.2.5) - codec: fix noop codec ### [`v3.2.4`](https://togithub.com/unistack-org/micro/releases/v3.2.4) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.3...v3.2.4) - config: add Name() method to config interface ### [`v3.2.3`](https://togithub.com/unistack-org/micro/releases/v3.2.3) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.2...v3.2.3) - codec: fix noop codec to handle \*broker.Message ### [`v3.2.2`](https://togithub.com/unistack-org/micro/releases/v3.2.2) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.1...v3.2.2) - register: fix options ### [`v3.2.1`](https://togithub.com/unistack-org/micro/releases/v3.2.1) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.2.0...v3.2.1) - util/registry => util/register ### [`v3.2.0`](https://togithub.com/unistack-org/micro/releases/v3.2.0) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.1.9...v3.2.0) - big change to allow multiple building blocks inside single service (brokers, clients, stores etc...) ### [`v3.1.9`](https://togithub.com/unistack-org/micro/releases/v3.1.9) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.1.8...v3.1.9) - meter: finalize interface ### [`v3.1.8`](https://togithub.com/unistack-org/micro/releases/v3.1.8) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.1.7...v3.1.8) - store: improve interface ### [`v3.1.7`](https://togithub.com/unistack-org/micro/releases/v3.1.7) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.1.6...v3.1.7) - meter: fix interface to not use metadata.Metadata ### [`v3.1.6`](https://togithub.com/unistack-org/micro/releases/v3.1.6) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.1.5...v3.1.6) - meter: add to all options - tracer: add to all options - metadata: add Merge func ### [`v3.1.5`](https://togithub.com/unistack-org/micro/releases/v3.1.5) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.1.4...v3.1.5) - meter: improve custom config stuff via option helper, provide defaults for metric name and label ### [`v3.1.4`](https://togithub.com/unistack-org/micro/releases/v3.1.4) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.1.3...v3.1.4) - meter: rework meter interface - meter: remove wrapper ### [`v3.1.3`](https://togithub.com/unistack-org/micro/releases/v3.1.3) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.1.2...v3.1.3) - rename metrics => meter package ### [`v3.1.2`](https://togithub.com/unistack-org/micro/releases/v3.1.2) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.1.1...v3.1.2) - client: add SetOption and SetCallOption helpers - config: move reflect stuff to util/reflect package ### [`v3.1.1`](https://togithub.com/unistack-org/micro/releases/v3.1.1) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.1.0...v3.1.1) - change codec interface - add noop codec - add context helpers - change store interface - improve server options to support MaxConn and net.Listener - improve config interface - change logger interface ### [`v3.1.0`](https://togithub.com/unistack-org/micro/compare/v3.0.1...v3.1.0) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.0.1...v3.1.0) ### [`v3.0.1`](https://togithub.com/unistack-org/micro/releases/v3.0.1) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.0.0...v3.0.1) - many logger changes - metadata fixes - extract external components to dedicated repos - add options helpers - hard fork ### [`v3.0.0`](https://togithub.com/unistack-org/micro/compare/v3.0.0-gamma...v3.0.0) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.0.0-gamma...v3.0.0) ### [`v3.0.0-gamma`](https://togithub.com/unistack-org/micro/compare/v3.0.0-delta...v3.0.0-gamma) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.0.0-delta...v3.0.0-gamma) ### [`v3.0.0-delta`](https://togithub.com/unistack-org/micro/releases/v3.0.0-delta) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.0.0-beta.3...v3.0.0-delta) - logger improvements - many context related fixes - exclude all external stuff - metadata fixes ### [`v3.0.0-beta.3`](https://togithub.com/unistack-org/micro/compare/v3.0.0-beta.2...v3.0.0-beta.3) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.0.0-beta.2...v3.0.0-beta.3) ### [`v3.0.0-beta.2`](https://togithub.com/unistack-org/micro/compare/v3.0.0-beta...v3.0.0-beta.2) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.0.0-beta...v3.0.0-beta.2) ### [`v3.0.0-beta`](https://togithub.com/unistack-org/micro/compare/v3.0.0-alpha...v3.0.0-beta) [Compare Source](https://togithub.com/unistack-org/micro/compare/v3.0.0-alpha...v3.0.0-beta) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/unistack-org/micro-store-bbolt).

Pull request closed

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-bbolt#6
No description provided.