Skip to content

v0.3.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@iawia002 iawia002 released this 08 Dec 06:08
· 19 commits to release-0.3 since this release
35b52e9

Bug Fixes

  • service: make modifier ProduceAllIfProducesIsEmpty also modify ErrorProduces. (#402) @knight42
  • service/rpc: disallow duplicated rpc path. (#404) @knight42
  • config: add lock in Set function to avoid concurrent map writes when we run several servers at once. (#406) @iawia002