Releases: DoNewsCode/core
Releases · DoNewsCode/core
v0.7.0
v0.7.0 (2021-06-11)
✨ Features
- Serve run (#137) (@Trock)
- Add more gorm-driver (#138) (@Trock)
- config: support configuration ReloadedEvent (#142) (@谷溪)
- di: support config reloading at factory level (#143) (@谷溪)
🐛 Bug Fixes
- Incorrect loading of the pprof.Index (#145) (@Trock)
- tests: allow test to pass when no env is provided. (#141) (@谷溪)
v0.6.1
v0.6.1 (2021-05-25)
🐛 Bug Fixes
v0.6.0
v0.6.0 (2021-05-19)
✨ Features
v0.5.0
v0.5.0 (2021-04-28)
✨ Features
🐛 Bug Fixes
- etcd default endpoint (@Reasno)
- cases (@谷溪)
v0.4.2
♻️ 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
v0.4.1 (2021-03-25)
🐛 Bug Fixes
- sort otes configuration (#108) (@谷溪)
- sort redis configuration (#107) (@谷溪)
v0.4.0
v0.4.0 (2021-03-18)
✨ Features
- sagas: add mysql store (#100) (@谷溪)
🐛 Bug Fixes
- logging logfmt use sync-logger (#102) (@Trock)
✨ 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) (@谷溪)
♻️ 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
✨ 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
chore: modify release workflow (#85)
v0.3.0
Feature
Fixed
- Fixed several race conditions. (#59, #62, #67)
Changed
- MakeAsyncMiddleware now accepts a concurrency limit argument. (#67)