Releases: DoNewsCode/core
Releases · DoNewsCode/core
v0.7.0
11 Jun 03:05
Compare
Sorry, something went wrong.
No results found
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
25 May 04:45
Compare
Sorry, something went wrong.
No results found
v0.6.1 (2021-05-25)
🐛 Bug Fixes
v0.6.0
19 May 10:38
Compare
Sorry, something went wrong.
No results found
v0.6.0 (2021-05-19)
✨ Features
v0.5.0
29 Apr 08:49
Compare
Sorry, something went wrong.
No results found
v0.5.0 (2021-04-28)
✨ Features
🐛 Bug Fixes
etcd default endpoint (@Reasno )
cases (@谷溪 )
v0.4.2
06 Apr 05:32
Compare
Sorry, something went wrong.
No results found
♻️ 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
Compare
Sorry, something went wrong.
No results found
v0.4.1 (2021-03-25)
🐛 Bug Fixes
sort otes configuration (#108 ) (@谷溪 )
sort redis configuration (#107 ) (@谷溪 )
v0.4.0
18 Mar 12:48
Compare
Sorry, something went wrong.
No results found
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
17 Mar 10:16
Compare
Sorry, something went wrong.
No results found
✨ 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
Compare
Sorry, something went wrong.
No results found
chore: modify release workflow (#85)
v0.3.0
10 Mar 10:08
Compare
Sorry, something went wrong.
No results found
Feature
Fixed
Fixed several race conditions. (#59 , #62 , #67 )
Changed
MakeAsyncMiddleware now accepts a concurrency limit argument. (#67 )