Skip to content

Releases: unistack-org/micro

v3.7.4

22 Sep 14:00
Compare
Choose a tag to compare
  • codec: implement proto v1 message interface for Frame

v3.7.3

21 Sep 22:07
Compare
Choose a tag to compare
  • codec: add context helper funcs

v3.7.2

21 Sep 21:59
Compare
Choose a tag to compare
  • codec: allow to pass codec options for NewCodec, Unmarshal, Marshal
  • util/id: move tests to micro-tests repo

v3.7.1

15 Sep 14:51
Compare
Choose a tag to compare
  • util/rand: add Shuffle func

v3.7.0

30 Aug 13:22
Compare
Choose a tag to compare
  • 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

20 Aug 20:24
Compare
Choose a tag to compare
  • util/id: create id package based on go-nanoid
  • replace all uuid with util/id

v3.6.2

16 Aug 20:57
Compare
Choose a tag to compare
  • update all
  • regen all with never protoc-gen-go-micro

v3.6.1

06 Aug 10:45
Compare
Choose a tag to compare
  • logger: add NewStdLogger and RedirectStdLogger

v3.6.0

05 Aug 23:16
Compare
Choose a tag to compare
  • logger: change logger interface (Fields now []interface{})

v3.5.10

04 Aug 13:14
Compare
Choose a tag to compare
  • config/default: watcher not implemented