Releases: unistack-org/micro
Releases · unistack-org/micro
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