v1.5.3
版本发布时间: 2023-06-04 17:19:29
zeromicro/go-zero最新发布版本:v1.7.2(2024-09-03 09:09:07)
What's Changed
- support using session to execute statements in transaction by @kevwan in https://github.com/zeromicro/go-zero/pull/3252
- enable prometheus global switch when user enable devsever metrics by @zcong1993 in https://github.com/zeromicro/go-zero/pull/3169
- support optional otel global initialization for #3284 by @JasonMing in https://github.com/zeromicro/go-zero/pull/3292
- trace exporter, add new type
file
by @Kangkeizai in https://github.com/zeromicro/go-zero/pull/3298 - change port to 6060 by default in devserver by @kevwan in https://github.com/zeromicro/go-zero/pull/3191
- remove default keepalive params for NewClientWithTarget by @zcong1993 in https://github.com/zeromicro/go-zero/pull/3208
- remove etcd pings to avoid too-many-pings error by @kevwan in https://github.com/zeromicro/go-zero/pull/3212
- sqlc add SetCacheWithExpire method by @lhcGinv in https://github.com/zeromicro/go-zero/pull/3249
- expand the retry method to support timeout and interval control by @jiang4869 in https://github.com/zeromicro/go-zero/pull/3283
- add method label for prometheus middleware metrics by @SleeplessBot in https://github.com/zeromicro/go-zero/pull/3226
- add RunSafe with context by @runtu666 in https://github.com/zeromicro/go-zero/pull/3224
- add otlptracegrpc otlptracehttp headers support for Uptrace by @toby1991 in https://github.com/zeromicro/go-zero/pull/3219
- add OtlpHttpPath config support for ZincObserve Telemetry by @toby1991 in https://github.com/zeromicro/go-zero/pull/3271
- more minor improvements and bug fixes
New Contributors
- @guonaihong made their first contribution in https://github.com/zeromicro/go-zero/pull/3176
- @SleeplessBot made their first contribution in https://github.com/zeromicro/go-zero/pull/3226
- @runtu666 made their first contribution in https://github.com/zeromicro/go-zero/pull/3224
- @toby1991 made their first contribution in https://github.com/zeromicro/go-zero/pull/3219
- @wangyi12358 made their first contribution in https://github.com/zeromicro/go-zero/pull/3166
- @me-cs made their first contribution in https://github.com/zeromicro/go-zero/pull/3285
- @lhcGinv made their first contribution in https://github.com/zeromicro/go-zero/pull/3249
- @JasonMing made their first contribution in https://github.com/zeromicro/go-zero/pull/3292
- @Kangkeizai made their first contribution in https://github.com/zeromicro/go-zero/pull/3298
Full Changelog: https://github.com/zeromicro/go-zero/compare/v1.5.2...v1.5.3