v1.4.4
版本发布时间: 2023-01-21 21:56:14
zeromicro/go-zero最新发布版本:v1.7.2(2024-09-03 09:09:07)
What's Changed
- Feat update rootpkg by @chowyu12 in https://github.com/zeromicro/go-zero/pull/2718
- chore: pass by value for config in dev server by @kevwan in https://github.com/zeromicro/go-zero/pull/2712
- fix: camel cased key of map item in config by @kevwan in https://github.com/zeromicro/go-zero/pull/2715
- RawFieldNames should ignore the field whose name is start with a dash by @anyoptional in https://github.com/zeromicro/go-zero/pull/2725
- Use read-write lock instead of mutex by @anyoptional in https://github.com/zeromicro/go-zero/pull/2727
- fix: etcd publisher reconnecting problem by @kevwan in https://github.com/zeromicro/go-zero/pull/2710
- Feat: ignorecolums add sort by @chowyu12 in https://github.com/zeromicro/go-zero/pull/2648
- fix: key like TLSConfig not working by @kevwan in https://github.com/zeromicro/go-zero/pull/2730
- fix: #2735 by @kevwan in https://github.com/zeromicro/go-zero/pull/2736
- add ServeHTTP to Server/Engine for doing Httptest by @RyanTokManMokMTM in https://github.com/zeromicro/go-zero/pull/2704
- fix: #2700, timeout not enough for writing responses by @kevwan in https://github.com/zeromicro/go-zero/pull/2738
- logx conf add DisableStat by @mycatone in https://github.com/zeromicro/go-zero/pull/2434
- use stat instead of disableStat by @cch123 in https://github.com/zeromicro/go-zero/pull/2740
- :bug: debug grpc export (#2379) by @wojiukankan in https://github.com/zeromicro/go-zero/pull/2719
- fix(trace): grpc exporter should use nonblock option by @zcong1993 in https://github.com/zeromicro/go-zero/pull/2744
- feat(trace): support otlp http exporter by @zcong1993 in https://github.com/zeromicro/go-zero/pull/2746
- feat: trace http.status_code by @xiang-xx in https://github.com/zeromicro/go-zero/pull/2708
- feat(redis): add zscan command implementation (#2729) by @Suyghur in https://github.com/zeromicro/go-zero/pull/2751
- feat: add mongo options by @MarkJoyMa in https://github.com/zeromicro/go-zero/pull/2753
- refactor: use opentelemetry's standard api to track http status code by @chenquan in https://github.com/zeromicro/go-zero/pull/2760
- feat: add batch inserter by @MarkJoyMa in https://github.com/zeromicro/go-zero/pull/2755
- feat: add middlewares config for rest by @kevwan in https://github.com/zeromicro/go-zero/pull/2765
- feat: add middlewares config for zrpc by @kevwan in https://github.com/zeromicro/go-zero/pull/2766
- feat: replace NewBetchInserter function name by @MarkJoyMa in https://github.com/zeromicro/go-zero/pull/2769
- feat: add config to truncate long log content by @kevwan in https://github.com/zeromicro/go-zero/pull/2767
- fix: #2576 by @kevwan in https://github.com/zeromicro/go-zero/pull/2776
- refactor(rest): use static config for trace ignore paths. by @zcong1993 in https://github.com/zeromicro/go-zero/pull/2773
- chore(trace): improve rest tracinghandler by @zcong1993 in https://github.com/zeromicro/go-zero/pull/2783
- feat: support ptr of ptr of ... in mapping by @kevwan in https://github.com/zeromicro/go-zero/pull/2779
- feat: support **struct in mapping by @kevwan in https://github.com/zeromicro/go-zero/pull/2784
- add zset withsocre float by @alonexy in https://github.com/zeromicro/go-zero/pull/2689
- expose
collection.newTimingWheelWithTicker()
by @ofey404 in https://github.com/zeromicro/go-zero/pull/2787 - chore: remove mgo related packages by @kevwan in https://github.com/zeromicro/go-zero/pull/2799
- fix: mapping optional dep not canonicaled by @kevwan in https://github.com/zeromicro/go-zero/pull/2807
New Contributors
- @RyanTokManMokMTM made their first contribution in https://github.com/zeromicro/go-zero/pull/2704
- @mycatone made their first contribution in https://github.com/zeromicro/go-zero/pull/2434
- @cch123 made their first contribution in https://github.com/zeromicro/go-zero/pull/2740
- @wojiukankan made their first contribution in https://github.com/zeromicro/go-zero/pull/2719
- @wanjunfeng made their first contribution in https://github.com/zeromicro/go-zero/pull/2748
- @xiang-xx made their first contribution in https://github.com/zeromicro/go-zero/pull/2708
- @alonexy made their first contribution in https://github.com/zeromicro/go-zero/pull/2689
- @ofey404 made their first contribution in https://github.com/zeromicro/go-zero/pull/2787
Full Changelog: https://github.com/zeromicro/go-zero/compare/v1.4.3...v1.4.4