Skip to content

v0.9.0

Compare
Choose a tag to compare
@Reasno Reasno released this 10 Sep 07:44
· 75 commits to master since this release

v0.9.0 (2021-09-10)

♻️ Code Refactoring

  • change collector mechanism (#189) (@谷溪)
  • remove dtx and rename to core-dtx (#181) (@Trock)
  • make config and log easier to use and extend (#177) (@谷溪)
  • container: remove ifilter dependency. (#183) (@谷溪)

✨ Features

  • expand the API of SyncDispatcher (#191) (@谷溪)
  • introduce provider options (#190) (@谷溪)
  • add ctxmeta package (#188) (@谷溪)
  • make metrics struct type safe (#185) (@谷溪)
  • clihttp: limit max length a client can read from body (#186) (@Trock)

🐛 Bug Fixes

  • remove unused factoryOut (@Reasno)
  • rename ThreeStats to AggStats (#184) (@Trock)
  • container: shutdown the modules in the reversed order of registr… (#187) (@谷溪)