Releases: gogf/gf
Releases · gogf/gf
GoFrame Release v2.5.0
What's Changed
- correct makefile by @starccck in #2597
- fix file permission error when overwriting directory containing .git … by @bobzh39 in #2599
- fix: polaris discouvery relation by @houseme in #2603
- fix some comments by @cuishuang in #2600
- http context never done by @gqcn in #2602
- fix file registry that not works on windows by @starccck in #2605
- fix issue #2561 #2431 by @gqcn in #2598
- fix empty string converted to none empty string type slice by @gqcn in #2612
- use first column name for Model.Array by @gqcn in #2609
- feat: improve polaris relation and add copyright for polaris example by @houseme in #2607
- v2.4.1 by @gqcn in #2615
- fix duplicated fields in function TableFields of driver pgsql by @gqcn in #2620
- fix missing
.exesuffix for cli file for windows downloading, unable replacing self cli binary by @hailaz in #2622 - fix: When repairing protobuf to generate controllers, if the project … by @liangguifeng in #2630
- fix: genpbentity invalid proto3 by @caiwp in #2632
- feat: modify readme doc address by @houseme in #2638
- fix: genpbentity type error, []byte => bytes by @scoolor in #2633
- fix host ip retrieving for package contrib/trace/jaeger when there is no intranet ip in host by @gqcn in #2640
- cli command exits with code 1 if error by @gqcn in #2645
- new logo by @gqcn in #2647
- doc: correct level value comment by @zjfsdnu in #2653
- add WhereOrNot/WhereOrPrefixNot functions for gdb.Model by @gqcn in #2661
- update default logging time format using SetTimeFormat by @mason51 in #2611
- fix issue in array border exceeded in RoundRobin of package gsel by @gqcn in #2642
- fix(CLI): install cmd path choose empty not use default by @stardemo in #2655
- add DumpJson for package gutil by @gqcn in #2651
- fix issue in building binary for command docker by @gqcn in #2660
- change parameter prefix of type string to prefixes of type slice for command enums by @gqcn in #2662
- add multiple methods support for object route by @gqcn in #2663
- add multiple methods support for united routes registering by @gqcn in #2664
- fix issue in http proxy when repeatable reading request body content by @gqcn in #2666
- refactor: code optimization by @testwill in #2667
- comment update for package
contrib/drivers/mysqlby @hailaz in #2649 - add oltp(http&grpc) trace support by @houseme in #2641
- improve command up for goframe version upgrade by @gqcn in #2670
- template updates for command
gf initby @gqcn in #2671 - fix issue #2439 by @gqcn in #2673
- add method
ScanAndCountandAllAndCountfor Model packagegdbby @lusson-luo in #2635 - ignore binary building if option
Buildis empty for commandbuildby @gqcn in #2678 - add auto sync ci from github to gitee by @houseme in #2680
- version v2.4.2 by @gqcn in #2679
- feat: improve golangci-lint config by @houseme in #2681
- fix version retrieving of goframe for command version by @gqcn in #2682
- improve command
make versionby @hailaz in #2676 - fix issue in Where when used in field with prefix that not match struct attribute name by @gqcn in #2688
- improve key words transaction for package i18n by @arieslee in #2652
- add new validation rule "enums" by @gqcn in #2690
- fix gdb_fun.go code comments by @oldme-git in #2687
- Update gcompress_zip.go by @rexxar5188 in #2694
- bugfix : when using otel, calling gclient *Raw methods may result in null pointer exceptions by @hanqian200705 in #2697
- add command
gen ctrlfor parsing api to generate controller and sdk go files by @gqcn in #2708 - improve command
gen ctrlandgen serviceby @gqcn in #2711 - add type mapping feature for command
gf gen daoby @gqcn in #2722 - fix: cmd gen dao typeMapping.Name=>typeMapping.Type by @LonelySally in #2723
- update context of the original http request by @gqcn in #2717
- add service comments for command
gf gen serviceby @horizon220222 in #2714 - Update README to demonstrate how to configure polaris by @xgd16 in #2724
- fix issue in converting value to nil when calling IsNil return ture for gdb.Core by @niluan304 in #2720
- feat: add codecov.yml ignore cmd test by @LonelySally in #2729
- feat(glog): add log rotation support for short-running process by @xuyue86 in #2658
- fix length check issue by @gqcn in #2725
- add sharding feature on Model for package gdb by @gqcn in #2732
- add chaining function Discovery to disable/enable discovery feature for package gclient; fix issue #2737 by @gqcn in #2738
- fix issue #2734 by @gqcn in #2740
- add custom endpoints configuration for package
grpcxby @xxxwang1983 in #2625 - improve command gen service for import alias and comments handling by @gqcn in #2745
- feat: improve polaris register and discovery by @houseme in #2739
- add user name configuration support for package gredis by @wanov in #2684
- version v2.5.0 by @gqcn in #2747
- add endpoints configuration for
ghttp.Serverby @gqcn in #2741 - fix typo by @gqcn in #2753
- fix issue #2760 by @gqcn in #2763
- remove sharding feature from gdb.Model by @gqcn in #2758
- add example for package gvalid by @gqcn in #2767
- improve gctx.New for none default opentelemetry provider by @gqcn in #2756
- add complicated map with custom type converting support for package gconv by @gqcn in #2769
New Contributors
- @bobzh39 made their first contribution in #2599
- @liangguifeng made their first contribution in #2630
- @caiwp made their first contribution in #2632
- @scoolor made their first contribution in #2633
- @zjfsdnu made their first contribution in #2653
- @mason51 made their first contribution in #2611
- @testwill made their first contribution in #2667
- @lusson-luo made their first contribution in #2635
- @oldme-git made their first contribution in #2687
- @rexxar5188 made their first contribution in #2694
- @hanqian200705 made their first contribution in #2697
- @horizon220222 made their first contribution in #2714
- @xgd16 made their first contribution in #2724
- @niluan304 made their first contribution in #2720
- @xuyue86 made their first contribution in #2658
- @xxxwang1983 made their first contribution in #2625
- @wanov made their first contribution in #2684
Full Changelog: v2.4.0...v2.5.0
GoFrame Release v2.4.4
What's Changed
Full Changelog: v2.4.3...v2.4.4
GoFrame Release v2.4.3
What's Changed
- feat: improve golangci-lint config by @houseme in #2681
- fix version retrieving of goframe for command version by @gqcn in #2682
- improve command
make versionby @hailaz in #2676 - fix issue in Where when used in field with prefix that not match struct attribute name by @gqcn in #2688
- improve key words transaction for package i18n by @arieslee in #2652
- add new validation rule "enums" by @gqcn in #2690
- fix gdb_fun.go code comments by @oldme-git in #2687
- Update gcompress_zip.go by @rexxar5188 in #2694
- bugfix : when using otel, calling gclient *Raw methods may result in null pointer exceptions by @hanqian200705 in #2697
- add command
gen ctrlfor parsing api to generate controller and sdk go files by @gqcn in #2708
New Contributors
- @oldme-git made their first contribution in #2687
- @rexxar5188 made their first contribution in #2694
- @hanqian200705 made their first contribution in #2697
Full Changelog: v2.4.2...v2.4.3
GoFrame Release v2.4.2
What's Changed
- fix duplicated fields in function TableFields of driver pgsql by @gqcn in #2620
- fix missing
.exesuffix for cli file for windows downloading, unable replacing self cli binary by @hailaz in #2622 - fix: When repairing protobuf to generate controllers, if the project … by @liangguifeng in #2630
- fix: genpbentity invalid proto3 by @caiwp in #2632
- feat: modify readme doc address by @houseme in #2638
- fix: genpbentity type error, []byte => bytes by @scoolor in #2633
- fix host ip retrieving for package contrib/trace/jaeger when there is no intranet ip in host by @gqcn in #2640
- cli command exits with code 1 if error by @gqcn in #2645
- new logo by @gqcn in #2647
- doc: correct level value comment by @zjfsdnu in #2653
- add WhereOrNot/WhereOrPrefixNot functions for gdb.Model by @gqcn in #2661
- update default logging time format using SetTimeFormat by @mason51 in #2611
- fix issue in array border exceeded in RoundRobin of package gsel by @gqcn in #2642
- fix(CLI): install cmd path choose empty not use default by @stardemo in #2655
- add DumpJson for package gutil by @gqcn in #2651
- fix issue in building binary for command docker by @gqcn in #2660
- change parameter prefix of type string to prefixes of type slice for command enums by @gqcn in #2662
- add multiple methods support for object route by @gqcn in #2663
- add multiple methods support for united routes registering by @gqcn in #2664
- fix issue in http proxy when repeatable reading request body content by @gqcn in #2666
- refactor: code optimization by @testwill in #2667
- comment update for package
contrib/drivers/mysqlby @hailaz in #2649 - add oltp(http&grpc) trace support by @houseme in #2641
- improve command up for goframe version upgrade by @gqcn in #2670
- template updates for command
gf initby @gqcn in #2671 - fix issue #2439 by @gqcn in #2673
- add method
ScanAndCountandAllAndCountfor Model packagegdbby @lusson-luo in #2635 - ignore binary building if option
Buildis empty for commandbuildby @gqcn in #2678 - add auto sync ci from github to gitee by @houseme in #2680
- version v2.4.2 by @gqcn in #2679
New Contributors
- @liangguifeng made their first contribution in #2630
- @caiwp made their first contribution in #2632
- @scoolor made their first contribution in #2633
- @zjfsdnu made their first contribution in #2653
- @mason51 made their first contribution in #2611
- @testwill made their first contribution in #2667
- @lusson-luo made their first contribution in #2635
Full Changelog: v2.4.1...v2.4.2
GoFrame Release v2.4.1
What's Changed
- correct makefile by @starccck in #2597
- fix file permission error when overwriting directory containing .git … by @bobzh39 in #2599
- fix: polaris discouvery relation by @houseme in #2603
- fix some comments by @cuishuang in #2600
- http context never done by @gqcn in #2602
- fix file registry that not works on windows by @starccck in #2605
- fix issue #2561 #2431 by @gqcn in #2598
- fix empty string converted to none empty string type slice by @gqcn in #2612
- use first column name for Model.Array by @gqcn in #2609
- feat: improve polaris relation and add copyright for polaris example by @houseme in #2607
New Contributors
Full Changelog: v2.4.0...v2.4.1
GoFrame Release v2.4.0
What's Changed
- fix issue 2391 by @gqcn in #2398
- fix issue 2395 by @gqcn in #2399
- add cli upgraded supported for command up by @gqcn in #2405
- fix issue 2403 by @qinyuguang in #2404
- add auto
go mod tidyafter version upgraded for commandupby @gqcn in #2407 - add label
plannedfor ci to check issue inactive by @gqcn in #2408 - fix issue in
gf runfailed with arguments passed in windows platform by @hailaz in #2414 - fix issue #2011 by @gqcn in #2421
- fix issue #2015 by @gqcn in #2422
- fix issue #2050: add
-toption support for commandgf dockerto compatable with older version by @gqcn in #2423 - .gitignore updates by @gqcn in #2426
- fix type of default value in swagger ui for package
goaiby @hailaz in #2413 - fix issue 2356 by @gqcn in #2428
- fix issue #2371 by @gqcn in #2429
- fix issue #2355 by @gqcn in #2430
- fix issue #2331 by @gqcn in #2432
- fix issue #2339 by @gqcn in #2433
- comment updates for with function of package gdb by @Deng-Xian-Sheng in #2418
- improve Timezone escape for driver dm/mysql by @LonelySally in #2412
- gdb error should wrap original underlying database error like MySQLError by @wesleywu in #2402
- fix #2435 by @glennliao in #2437
- fix issue #2338 by @gqcn in #2444
- fix issue #2427 by @gqcn in #2442
- fix issue #2447 by @gqcn in #2448
- improve ci by using cache feature of
setup-goby @hailaz in #2463 - fix issue #2261 by @hailaz in #2458
- README update for
cmd/gfby @hailaz in #2459 - Bump golang.org/x/net from 0.1.0 to 0.7.0 in /cmd/gf by @dependabot in #2460
- fix: use keyword(like: group) as table name in sqlite by @glennliao in #2461
- improve unit testing cases by @hailaz in #2468
- Protect RemoveValue from race condition by @blinkbean in #2472
- fix: gredis maxActive config and duplicate connection bug by @qinyuguang in #2479
- fix configuration of
Namespacefor pgsql by @hailaz in #2481 - add issue translation robot by @gqcn in #2490
- robot translator updates by @gqcn in #2491
- fix issue in empty json name along with omitempty tag in package oai by @gqcn in #2500
- improve command
gen daoby removing all dao files if clear option is true by @gqcn in #2502 - fix issue struct attribute converting when has no json name but with omitempty tag by @gqcn in #2486
- improve unit testing cases coverage to 80%+ by @hailaz in #2480
- add package contrib/rpc/grpcx by @gqcn in #2169
- improvement for grpcx by @gqcn in #2510
- fix: cli gen service:BUG #2310 by @sanrentai in #2485
- feat: support graceful shutdown (#2469) by @windvalley in #2475
- add tag value of
insupport for api definition that has meta info by @hailaz in #2450 - fix issue #2499 #2515 by @gqcn in #2517
- improve command
gen pbby adding controller go files generating by @gqcn in #2518 - add postForm with multi data content type support by @Cyberhan123 in #2508
- improve grpcx by @gqcn in #2522
- fix goreport for gofmt by @hailaz in #2523
- fix quick exit when double click cli to install/upgrade by @hailaz in #2521
- improve error message when the router hander definition is not standrad by @gqcn in #2528
- feat:upgrade polairs-go sdk version v1.3.0 for config by @houseme in #2525
- feat: improve polaris register and upgrade polaris-go version v1.3.0 by @houseme in #2524
- support microseconds resolution for created_at/updated_at/deleted_at by @wesleywu in #2512
- add
Quickmode for gtimer by @hinego in #2488 - optimize the handling of the
SIGUSR1signal by @windvalley in #2532 - fix issue #2509 by @gqcn in #2530
- fix issue #2516 by @gqcn in #2531
- comment updates for gdb.Builder by @org-org-org in #2513
- fix: unified go.mod dependent version by @hailaz in #2452
- Bump golang.org/x/crypto from 0.0.0-20200622213623-75b288015ac9 to 0.1.0 in /cmd/gf by @dependabot in #2546
- change temp dir to os.TempDir for package gfile by @gqcn in #2547
- feat: automatic update gf for contrib by @hailaz in #2551
- improve stream response for http by @gqcn in #2564
- add
RemoveValuesfor packagegarrayby @gqcn in #2568 - add
clickhousesupport in commandgf gen daoby @alaywn in #2557 - fix issue #2529 #2487 by @gqcn in #2548
- Add Filter function to garray by @wsy998 in #2541
- fix missing trace id in gctx.GetInitCtx by @gqcn in #2562
- inherit context from http.Request for ghttp.Request by @gqcn in #2550
- update cli build action by @stardemo in #2563
- uf case update for contrib/drivers/mysql by @gqcn in #2569
- fix issue in New when creating concurrent-safety var for package gvar by @osgochina in #2573
- version updates to v2.4.0-rc by @gqcn in #2574
- v2.4.0-rc2 by @gqcn in #2575
- feature/v2.4.0-rc4 by @gqcn in #2578
- add command
make version toin Makefile by @hailaz in #2579 - fix issue converting values to custom type pointers by @gqcn in #2585
- fix issue #2584 by @gqcn in #2586
- improve
AddObjectto supportCommand/*Commandparameter for packagegcmdby @gqcn in #2587 - add command
gen enumsby @gqcn in #2591 - fix: fix typo and go-staticcheck S1002 warning by @feranwq in #2590
- improve auto retrieving of ip addresses for service registering by @gqcn in #2593
- version v2.4.0 by @gqcn in #2595
New Contributors
- @Deng-Xian-Sheng made their first contribution in #2418
- @dependabot made their first contribution in #2460
- @blinkbean made their first contribution in #2472
- @windvalley made their first contribution in #2475
- @Cyberhan123 made their first contribution in #2508
- @hinego made their first contribution in #2488
- @org-org-org made their first contribution in #2513
- @alaywn made their first contribution in #2557
- @wsy998 made their first contribution in #2541
- @feranwq made their first contribution in #2590
中文发布记录
https://goframe.org/display/gf/v2.4-2023-04-24
Full Changelog: v2.3.0...v2.4.0
GoFrame Release v2.4.0-rc4
What's Changed
- optimize the handling of the
SIGUSR1signal by @windvalley in #2532 - fix issue #2509 by @gqcn in #2530
- fix issue #2516 by @gqcn in #2531
- comment updates for gdb.Builder by @org-org-org in #2513
- fix: unified go.mod dependent version by @hailaz in #2452
- Bump golang.org/x/crypto from 0.0.0-20200622213623-75b288015ac9 to 0.1.0 in /cmd/gf by @dependabot in #2546
- change temp dir to os.TempDir for package gfile by @gqcn in #2547
- feat: automatic update gf for contrib by @hailaz in #2551
- improve stream response for http by @gqcn in #2564
- add
RemoveValuesfor packagegarrayby @gqcn in #2568 - add
clickhousesupport in commandgf gen daoby @alaywn in #2557 - fix issue #2529 #2487 by @gqcn in #2548
- Add Filter function to garray by @wsy998 in #2541
- fix missing trace id in gctx.GetInitCtx by @gqcn in #2562
- inherit context from http.Request for ghttp.Request by @gqcn in #2550
- update cli build action by @stardemo in #2563
- uf case update for contrib/drivers/mysql by @gqcn in #2569
- fix issue in New when creating concurrent-safety var for package gvar by @osgochina in #2573
- version updates to v2.4.0-rc by @gqcn in #2574
- v2.4.0-rc2 by @gqcn in #2575
- feature/v2.4.0-rc4 by @gqcn in #2578
New Contributors
- @org-org-org made their first contribution in #2513
- @alaywn made their first contribution in #2557
- @wsy998 made their first contribution in #2541
Full Changelog: v2.4.0-beta...v2.4.0-rc4
GoFrame Release v2.4.0-beta
What's Changed
- fix issue 2391 by @gqcn in #2398
- fix issue 2395 by @gqcn in #2399
- add cli upgraded supported for command up by @gqcn in #2405
- fix issue 2403 by @qinyuguang in #2404
- add auto
go mod tidyafter version upgraded for commandupby @gqcn in #2407 - add label
plannedfor ci to check issue inactive by @gqcn in #2408 - fix issue in
gf runfailed with arguments passed in windows platform by @hailaz in #2414 - fix issue #2011 by @gqcn in #2421
- fix issue #2015 by @gqcn in #2422
- fix issue #2050: add
-toption support for commandgf dockerto compatable with older version by @gqcn in #2423 - .gitignore updates by @gqcn in #2426
- fix type of default value in swagger ui for package
goaiby @hailaz in #2413 - fix issue 2356 by @gqcn in #2428
- fix issue #2371 by @gqcn in #2429
- fix issue #2355 by @gqcn in #2430
- fix issue #2331 by @gqcn in #2432
- fix issue #2339 by @gqcn in #2433
- comment updates for with function of package gdb by @Deng-Xian-Sheng in #2418
- improve Timezone escape for driver dm/mysql by @LonelySally in #2412
- gdb error should wrap original underlying database error like MySQLError by @wesleywu in #2402
- fix #2435 by @glennliao in #2437
- fix issue #2338 by @gqcn in #2444
- fix issue #2427 by @gqcn in #2442
- fix issue #2447 by @gqcn in #2448
- improve ci by using cache feature of
setup-goby @hailaz in #2463 - fix issue #2261 by @hailaz in #2458
- README update for
cmd/gfby @hailaz in #2459 - Bump golang.org/x/net from 0.1.0 to 0.7.0 in /cmd/gf by @dependabot in #2460
- fix: use keyword(like: group) as table name in sqlite by @glennliao in #2461
- improve unit testing cases by @hailaz in #2468
- Protect RemoveValue from race condition by @blinkbean in #2472
- fix: gredis maxActive config and duplicate connection bug by @qinyuguang in #2479
- fix configuration of
Namespacefor pgsql by @hailaz in #2481 - add issue translation robot by @gqcn in #2490
- robot translator updates by @gqcn in #2491
- fix issue in empty json name along with omitempty tag in package oai by @gqcn in #2500
- improve command
gen daoby removing all dao files if clear option is true by @gqcn in #2502 - fix issue struct attribute converting when has no json name but with omitempty tag by @gqcn in #2486
- improve unit testing cases coverage to 80%+ by @hailaz in #2480
- add package contrib/rpc/grpcx by @gqcn in #2169
- improvement for grpcx by @gqcn in #2510
- fix: cli gen service:BUG #2310 by @sanrentai in #2485
- feat: support graceful shutdown (#2469) by @windvalley in #2475
- add tag value of
insupport for api definition that has meta info by @hailaz in #2450 - fix issue #2499 #2515 by @gqcn in #2517
- improve command
gen pbby adding controller go files generating by @gqcn in #2518 - add postForm with multi data content type support by @Cyberhan123 in #2508
- improve grpcx by @gqcn in #2522
- fix goreport for gofmt by @hailaz in #2523
- fix quick exit when double click cli to install/upgrade by @hailaz in #2521
- improve error message when the router hander definition is not standrad by @gqcn in #2528
- feat:upgrade polairs-go sdk version v1.3.0 for config by @houseme in #2525
- feat: improve polaris register and upgrade polaris-go version v1.3.0 by @houseme in #2524
- support microseconds resolution for created_at/updated_at/deleted_at by @wesleywu in #2512
- add
Quickmode for gtimer by @hinego in #2488
New Contributors
- @Deng-Xian-Sheng made their first contribution in #2418
- @dependabot made their first contribution in #2460
- @blinkbean made their first contribution in #2472
- @windvalley made their first contribution in #2475
- @Cyberhan123 made their first contribution in #2508
- @hinego made their first contribution in #2488
Full Changelog: v2.3.0...v2.4.0-beta
GoFrame Release v2.3.3
What's Changed
- improve ci by using cache feature of
setup-goby @hailaz in #2463 - fix issue #2261 by @hailaz in #2458
- README update for
cmd/gfby @hailaz in #2459 - Bump golang.org/x/net from 0.1.0 to 0.7.0 in /cmd/gf by @dependabot in #2460
- fix: use keyword(like: group) as table name in sqlite by @glennliao in #2461
- improve unit testing cases by @hailaz in #2468
- Protect RemoveValue from race condition by @blinkbean in #2472
- fix: gredis maxActive config and duplicate connection bug by @qinyuguang in #2479
- fix configuration of
Namespacefor pgsql by @hailaz in #2481 - add issue translation robot by @gqcn in #2490
- robot translator updates by @gqcn in #2491
- fix issue in empty json name along with omitempty tag in package oai by @gqcn in #2500
- improve command
gen daoby removing all dao files if clear option is true by @gqcn in #2502 - fix issue struct attribute converting when has no json name but with omitempty tag by @gqcn in #2486
- improve unit testing cases coverage to 80%+ by @hailaz in #2480
- add package contrib/rpc/grpcx by @gqcn in #2169
New Contributors
- @dependabot made their first contribution in #2460
- @blinkbean made their first contribution in #2472
Full Changelog: v2.3.2...v2.3.3
GoFrame Release v2.3.2
What's Changed
- add label
plannedfor ci to check issue inactive by @gqcn in #2408 - fix issue in
gf runfailed with arguments passed in windows platform by @hailaz in #2414 - fix issue #2011 by @gqcn in #2421
- fix issue #2015 by @gqcn in #2422
- fix issue #2050: add
-toption support for commandgf dockerto compatable with older version by @gqcn in #2423 - .gitignore updates by @gqcn in #2426
- fix type of default value in swagger ui for package
goaiby @hailaz in #2413 - fix issue 2356 by @gqcn in #2428
- fix issue #2371 by @gqcn in #2429
- fix issue #2355 by @gqcn in #2430
- fix issue #2331 by @gqcn in #2432
- fix issue #2339 by @gqcn in #2433
- comment updates for with function of package gdb by @Deng-Xian-Sheng in #2418
- improve Timezone escape for driver dm/mysql by @LonelySally in #2412
- gdb error should wrap original underlying database error like MySQLError by @wesleywu in #2402
- fix issue #2435 by @glennliao in #2437
- fix issue #2338 by @gqcn in #2444
- fix issue #2427 by @gqcn in #2442
- fix issue #2447 by @gqcn in #2448
New Contributors
- @Deng-Xian-Sheng made their first contribution in #2418
Full Changelog: v2.3.1...v2.3.2