Skip to content

v0.4.0

Compare
Choose a tag to compare
@Reasno Reasno released this 18 Mar 12:48
· 168 commits to master since this release

v0.4.0 (2021-03-18)

✨ Features

🐛 Bug Fixes

  • logging logfmt use sync-logger (#102) (@Trock)

v0.4.0-alpha.2 (2021-03-17)

✨ Features

  • add CronLogAdapter #88 (#96) (@Trock)
  • add a configuration entry to disable servers. (#93) (@谷溪)
  • add server events (#86) (@谷溪)
  • otes: allow users to specify extra options (#97) (@谷溪)

🐛 Bug Fixes

  • change default_config redis DB to db (#95) (@Trock)
  • s3 config was not exported correctly (#89) (@谷溪)
  • correctly export CorrelationID field (#87) (@谷溪)

v0.4.0-alpha.1 (2021-03-13)

♻️ Code Refactoring

  • config/env refactor (#81) (@Trock)
  • move go kit and gin related package to seperate repo (#74) (@谷溪)

✨ Features

🐛 Bug Fixes

  • don't panic when the database connection cannot be established at start up. (#77) (@谷溪)
  • fix example misspell (#72) (@另维64)
  • ginmw: use c.FullPath() to calculate route matched (#70) (@谷溪)