Skip to content

Releases: DoNewsCode/core

v0.7.0

11 Jun 03:05
Compare
Choose a tag to compare

v0.7.0 (2021-06-11)

✨ Features

🐛 Bug Fixes

  • Incorrect loading of the pprof.Index (#145) (@Trock)
  • tests: allow test to pass when no env is provided. (#141) (@谷溪)

v0.6.1

25 May 04:45
Compare
Choose a tag to compare

v0.6.1 (2021-05-25)

🐛 Bug Fixes

v0.6.0

19 May 10:38
Compare
Choose a tag to compare

v0.6.0 (2021-05-19)

✨ Features

v0.5.0

29 Apr 08:49
5d7b442
Compare
Choose a tag to compare

v0.5.0 (2021-04-28)

✨ Features

🐛 Bug Fixes

v0.4.2

06 Apr 05:32
Compare
Choose a tag to compare

♻️ Code Refactoring

🐛 Bug Fixes

  • config.Duration Unmarshal with koanf (#114) (#115) (@Trock)
  • otetcd: change configuration to use config.Duration type. (#112) (@谷溪)
  • sagas: change configuration to use config.Duration type. (#111) (@谷溪)

BREAKING CHANGE

the new sagas configuration is not backward compatible.
the new otetcd configuration is not backward compatible.

v0.4.1

25 Mar 04:58
43e4d73
Compare
Choose a tag to compare

v0.4.1 (2021-03-25)

🐛 Bug Fixes

v0.4.0

18 Mar 12:48
Compare
Choose a tag to compare

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) (@谷溪)

v0.4.0-alpha.2

17 Mar 10:16
9876559
Compare
Choose a tag to compare
v0.4.0-alpha.2 Pre-release
Pre-release

✨ 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

13 Mar 05:38
cd8151f
Compare
Choose a tag to compare
v0.4.0-alpha.1 Pre-release
Pre-release
chore: modify release workflow (#85)

v0.3.0

10 Mar 10:08
e1e6692
Compare
Choose a tag to compare

Feature

Fixed

  • Fixed several race conditions. (#59, #62, #67)

Changed

  • MakeAsyncMiddleware now accepts a concurrency limit argument. (#67)