Releases: DoNewsCode/core
Releases · DoNewsCode/core
v0.13.0-beta2: feat: export NowFunc config to help tests (#242)
Compare
Sorry, something went wrong.
No results found
Reasno
released this
19 Jul 10:19
* feat: export NewFunc config to help tests
Change-Id: I5be347f6de157380d963246f0c03d7c9ca9f4585
* feat: export NewFunc config to help tests
Change-Id: Ibce615c1ce7fd486b65a5b691a140e82efad12ca
Co-authored-by: guxi.reasno <guxi.reasno@bytedance.com>
Breaking change with go1.18 generics
Compare
Sorry, something went wrong.
No results found
GGXXLL
released this
19 May 08:26
This version only supports go1.18 and above
The events module is reconstructed
v0.12.3: fix: export some useful configuration (#240)
Compare
Sorry, something went wrong.
No results found
GGXXLL
released this
19 May 07:39
* fix: export some useful configuration
* fix: imports
* fix: modules
* test: cover new configs
* test: fix tests
v0.12.2
Compare
Sorry, something went wrong.
No results found
Reasno
released this
17 Mar 08:11
✨ Features
otredis: add cleanup command to redis module (#239 ) (@谷溪 )
0.12.1
Compare
Sorry, something went wrong.
No results found
Reasno
released this
09 Feb 07:47
v0.12.0
Compare
Sorry, something went wrong.
No results found
Reasno
released this
20 Jan 11:05
♻️ Code Refactoring
cron: replace cron implementation. (#226 ) (@谷溪 )
✨ Features
add module field injection (#234 ) (@谷溪 )
dag: add dag package. (#222 ) (@谷溪 )
logging: add WithBaggage (#225 ) (@谷溪 )
observability: capture transport status (#224 ) (@谷溪 )
🐛 Bug Fixes
avoid extra logger wraps (#232 ) (@谷溪 )
prepend dig.LocationForPC instead of append (#231 ) (@谷溪 )
dag: validate edges in AddEdges before adding them. (#223 ) (@谷溪 )
deps: upgrade github.com/go-redis/redis/v8 to v8.11.4 (#221 ) (@江湖大牛 )
factory: on reload, close the connection right away. (#235 ) (@谷溪 )
observability: data races (#227 ) (@谷溪 )
BREAKING CHANGE
the new cron package github/DoNewsCode/core/cron is not compatible with github.com/robfig/cron/v3. See examples for how to migrate.
most Observe() methods now take a time.Duration instead of float64.
v0.11.1
Compare
Sorry, something went wrong.
No results found
Reasno
released this
06 Jan 02:32
⚡️ Performance
logger performance optimization (#219 ) (@谷溪 )
✨ Features
v0.11.0
Compare
Sorry, something went wrong.
No results found
Reasno
released this
27 Dec 02:54
♻️ Code Refactoring
observability: avoid panics caused by missing labels (#213 ) (@谷溪 )
✨ Features
add cronjob metrics (#215 ) (@谷溪 )
simple span error log and gofumpt (#214 ) (@Trock )
v0.10.4
Compare
Sorry, something went wrong.
No results found
Reasno
released this
18 Nov 10:26
🐛 Bug Fixes
clihttp: log errors (#212 ) (@谷溪 )
logging: inconsistency between go kit Logger and spanLogger (#211 ) (@谷溪 )
v0.10.3
Compare
Sorry, something went wrong.
No results found
Reasno
released this
28 Oct 01:56
🐛 Bug Fixes
use "tag" as the key to identify logs (@Reasno )
spanlogger should support log.Valuer (#209 ) (@谷溪 )
clihttp: add the missing Providers function (#210 ) (@谷溪 )