Skip to content

Releases: micro/go-micro

5.4.2

23 Apr 11:21
Compare
Choose a tag to compare
v5.4.2

New syntactic sugar

v5.4.1

23 Apr 11:16
Compare
Choose a tag to compare

Bad commit

v5.4.0

23 Apr 11:15
Compare
Choose a tag to compare

Add Handle to service interface, plus many bug fixes

5.3.0

08 Jul 17:50
Compare
Choose a tag to compare
v5.3.0

Strip unused packages

v5.2.0

07 Jul 21:40
Compare
Choose a tag to compare
Move back cmd package to top level

5.1.0

07 Jul 20:19
Compare
Choose a tag to compare

Remove unused interfaces; events, sync, runtime
Fix all the unit tests to pass
Revert to Apache 2 license

5.0.0

04 Jun 20:43
Compare
Choose a tag to compare

V5 moves to the BSL license

4.11.0

04 Jun 13:39
f9ce51c
Compare
Choose a tag to compare

New tag as we haven't tagged since April of last year.

v4.10.2

26 Apr 00:25
31135d4
Compare
Choose a tag to compare

What's Changed

  • fix: struct field alignment by @lukaszraczylo in #2632
  • fix(config): fix file source watcher stop behavior when Stop is called by @asynxc in #2630
  • fix(config/source/cli): mergo.Map error, src and dst must be of same … by @slowrookie in #2628
  • Bump github.com/docker/docker from 20.10.7+incompatible to 20.10.24+incompatible by @dependabot in #2625

New Contributors

Full Changelog: v4.10.1...v4.10.2

4.10.1

11 Apr 09:30
d44ed32
Compare
Choose a tag to compare

Minor patch for Handle option