Skip to content

v0.8.0

Compare
Choose a tag to compare
@Reasno Reasno released this 17 Aug 05:42
· 92 commits to master since this release

v0.8.0 (2021-08-06)

♻️ Code Refactoring

  • rename package remote to package etcd (#175) (@谷溪)
  • move and rename (#170) (@谷溪)
  • change event system (#165) (@谷溪)
  • move otkafka/processor out of core, rename to core-processor as another package (#156) (@Trock)

✨ Features

  • config.Duration implement TextMarshaller (close #164) (#166) (@Trock)
  • add codec package (#161) (@谷溪)
  • config: add Validators to ExportedConfigs and "config verify" command. (#154) (@谷溪)

🐛 Bug Fixes

  • clarify env usage (#174) (@谷溪)
  • optimize di output (#171) (@谷溪)
  • when elasticsearch server is not up, the elasticsearch client should be constructed normally. (#167) (@谷溪)
  • golangci-lint run (@Reasno)
  • fix remote test (close #160) (#162) (@Trock)
  • core: remove WithRemote (@reasno)