go-zero/core
Kimjin-gd 6ec38ec056
fix: negative float32 overflow when unmarshalling (#3811)
Co-authored-by: kim1.jin <kim1.jin@bkyo.io>
2023-12-23 14:47:11 +00:00
..
bloom feat(bloom): bloom support Ctx API (#3089) 2023-04-03 14:37:04 +00:00
breaker chore: refactor errors to use errors.Is (#3654) 2023-10-21 00:00:57 +08:00
cmdline feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
codec fix: fixed #2945 (#2953) 2023-04-23 14:22:03 +00:00
collection feat: auto stop profiling after one minute (#3742) 2023-11-24 21:27:05 +08:00
color feat: logx with color (#1872) 2022-05-07 23:22:39 +08:00
conf chore: add more tests (#3279) 2023-05-24 23:58:45 +08:00
contextx chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
discov chore: coding style (#3796) 2023-12-17 13:44:55 +08:00
errorx chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
executors typo (#3281) 2023-05-25 15:58:11 +08:00
filex chore: add more tests (#3315) 2023-06-01 21:08:44 +08:00
fs typo (#3281) 2023-05-25 15:58:11 +08:00
fx feat: retry with ctx deadline (#3626) 2023-10-15 13:39:44 +00:00
hash chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
iox chore: add more tests (#3592) 2023-09-27 22:33:27 +08:00
jsonx chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
lang chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
limit feat(redis): add ScriptRun API and migrate EvalCtx to ScriptRun for limit, lock and bloom (#3087) 2023-04-02 11:28:25 +08:00
load chore: better shedding algorithm, make sure recover from shedding (#2476) 2022-10-01 20:55:25 +08:00
logc chore: simplify tests with logtest (#3184) 2023-04-29 20:36:29 +08:00
logx fix: adjust log encode output mode (#3676) 2023-10-28 11:46:52 +00:00
mapping fix: negative float32 overflow when unmarshalling (#3811) 2023-12-23 14:47:11 +00:00
mathx chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
metric feat: add metrics (#3624) 2023-10-26 15:51:28 +00:00
mr chore: make test stable (#3412) 2023-07-11 16:20:41 +00:00
naming fix golint issues, exported doc (#451) 2021-02-08 21:31:56 +08:00
netx fix golint issues in core/netx (#501) 2021-02-22 09:56:56 +08:00
proc chore: upgrade otel, removed ut temporarily because of otel API changes (#3795) 2023-12-17 12:26:48 +08:00
prof chore: add more tests (#3261) 2023-05-19 12:15:43 +08:00
prometheus fix(metrics): enable prometheus global switch when user enable devsever metrics (#3169) 2023-04-24 20:02:04 +08:00
queue chore: make test stable (#3317) 2023-06-04 23:20:58 +08:00
rescue chore: add more tests (#3229) 2023-05-08 23:49:13 +08:00
search chore: refactor errors to use errors.Is (#3654) 2023-10-21 00:00:57 +08:00
service chore: upgrade otel, removed ut temporarily because of otel API changes (#3795) 2023-12-17 12:26:48 +08:00
stat chore: add more tests (#3359) 2023-06-17 20:51:33 +08:00
stores feat:add redis ExistsMany method (#3769) 2023-12-16 14:49:16 +08:00
stringx chore: remove go build version in fuzz test (#3678) 2023-10-28 20:53:03 +08:00
syncx chore: refactor errors to use errors.Is (#3654) 2023-10-21 00:00:57 +08:00
sysx feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
threading Add RunSafe with context (#3224) 2023-05-08 23:08:31 +08:00
timex chore: use time.Now() instead of timex.Time() because go optimized it (#1860) 2022-05-03 19:51:47 +08:00
trace Support for resource injection (#3383) 2023-10-23 13:22:16 +00:00
utils chore: add more tests (#3006) 2023-03-10 17:36:39 +08:00
validation feat: rest validation on http requests (#3041) 2023-03-19 12:04:18 +00:00