What's Changed
- fix(goctl):Remove useless file by @anqiansong in #2699
- refactor: remove duplicated code by @kevwan in #2705
- Feat update rootpkg by @chowyu12 in #2718
- chore: pass by value for config in dev server by @kevwan in #2712
- fix: camel cased key of map item in config by @kevwan in #2715
- RawFieldNames should ignore the field whose name is start with a dash by @anyoptional in #2725
- Use read-write lock instead of mutex by @anyoptional in #2727
- fix: etcd publisher reconnecting problem by @kevwan in #2710
- Feat: ignorecolums add sort by @chowyu12 in #2648
- fix: key like TLSConfig not working by @kevwan in #2730
- fix: #2735 by @kevwan in #2736
- add ServeHTTP to Server/Engin for doing Httptest by @RyanTokManMokMTM in #2704
- fix: #2700, timeout not enough for writing responses by @kevwan in #2738
- logx conf add DisableStat by @mycatone in #2434
- use stat instead of disableStat by @cch123 in #2740
- 🐛 debug grpc export (#2379) by @wojiukankan in #2719
- chore: update tests by @kevwan in #2741
- fix(trace): grpc exporter should use nonblock option by @zcong1993 in #2744
- chore: reorg imports by @kevwan in #2745
- feat(trace): support otlp http exporter by @zcong1993 in #2746
- Update readme.md by @wanjunfeng in #2748
- chore: remove roadmap file, not updating by @kevwan in #2749
- feat: trace http.status_code by @xiang-xx in #2708
- chore: improve codecov by @kevwan in #2752
- feat(redis): add zscan command implementation (#2729) by @Suyghur in #2751
- chore: remove unnecessary code by @chenquan in #2754
- feat: add mongo options by @MarkJoyMa in #2753
- refactor: use opentelemetry's standard api to track http status code by @chenquan in #2760
- feat: add batch inserter by @MarkJoyMa in #2755
- chore(deps): bump github.com/alicebob/miniredis/v2 from 2.23.1 to 2.30.0 by @dependabot in #2762
- refactor: simplify the code by @chenquan in #2763
- chore: refactor by @kevwan in #2764
- fix: replace goctl ExactValidArgs to MatchAll by @chensylz in #2759
- feat: add middlewares config for rest by @kevwan in #2765
- feat: add middlewares config for zrpc by @kevwan in #2766
- chore: remove simple methods, inlined by @kevwan in #2768
- feat: replace NewBetchInserter function name by @MarkJoyMa in #2769
- feat: add config to truncate long log content by @kevwan in #2767
- chore: add tests by @kevwan in #2774
- fix: #2576 by @kevwan in #2776
- chore: add tests by @kevwan in #2778
- refactor(rest): use static config for trace ignore paths. by @zcong1993 in #2773
- chore(deps): bump github.com/jhump/protoreflect from 1.14.0 to 1.14.1 by @dependabot in #2782
- chore(trace): improve rest tracinghandler by @zcong1993 in #2783
- feat: support ptr of ptr of ... in mapping by @kevwan in #2779
- feat: support **struct in mapping by @kevwan in #2784
- add zset withsocre float by @alonexy in #2689
- chore: refactor by @kevwan in #2785
- expose
collection.newTimingWheelWithClock()
by @ofey404 in #2787 - chore: add more tests by @kevwan in #2792
- chore: add more tests by @kevwan in #2794
- chore: add more tests by @kevwan in #2795
- fix(mongo): modify the generated update function and add return values for update and delete functions by @foliet in #2793
- chore: add more tests by @kevwan in #2797
- chore: remove mgo related packages by @kevwan in #2799
- chore: add more tests by @kevwan in #2800
- chore: add more tests by @kevwan in #2801
- chore: add more tests by @kevwan in #2803
- chore: refactor func name by @kevwan in #2804
- fix: mapping optional dep not canonicaled by @kevwan in #2807
- chore: update goctl version to 1.4.4 by @kevwan in #2811
New Contributors
- @RyanTokManMokMTM made their first contribution in #2704
- @mycatone made their first contribution in #2434
- @cch123 made their first contribution in #2740
- @wojiukankan made their first contribution in #2719
- @wanjunfeng made their first contribution in #2748
- @xiang-xx made their first contribution in #2708
- @alonexy made their first contribution in #2689
- @ofey404 made their first contribution in #2787
Full Changelog: tools/goctl/v1.4.3...tools/goctl/v1.4.4