Skip to content

GoFrame Release v2.7.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 08:11
· 19 commits to master since this release
cf37731

What's Changed

  • fix: #3465 If the value of a string is null, the value of string is nil after the string is converted to []string by @wln32 in #3468
  • emhace: unit testing cases update for package cmd/gf and contrib/drivers by @oldme-git in #3453
  • feat: add Scan method for incremental key retrieval in gredis by @phuonganhniie in #3451
  • enhance: improve gf gen ctrl using AST by @oldme-git in #3470
  • feat: add new rule required-if-all for package gvalid by @cococolanosugar in #3455
  • fix: missing arguments on Windows platform for package gproc by @wln32 in #3482
  • fix: sqlitecgo to support 32-bit architecture by @hailaz in #3480
  • fix: file name example/pack/packed/paked.go → example/pack/packed/packed.go by @hailaz in #3479
  • enhance: improve command gf gen ctrl using AST for parsing DstFolder by @oldme-git in #3478
  • fix: #3238 first column might be overwritten in interal context data in multiple goroutines querying by @gqcn in #3476
  • fix: missing file closding when printing downloading percent of gf cli file for command gf up by @testwill in #3483
  • enhance: upgrade version of dependencies by @hailaz in #3494
  • chore: fix function names in comments for package otelmetric by @writegr in #3493
  • enhance: gf gen ctrl with -merge option by @wln32 in #3490
  • enhance: upgrade version of dependencies by @oldme-git in #3526
  • enhance: improve performance of struct converting for package gconv by @wln32 in #3412
  • fix: uint testing case for signal feature of package gproc occasionally failed by @gqcn in #3529
  • cmd/gf: fix unit testing cases for compatibility with windows by @oldme-git in #3532
  • fix: #3459 gf gen dao should ignore link configuration from file as it is passed from arguments by @oldme-git in #3531
  • chore: fix function names in comment by @findnature in #3536
  • other: enhance Issues and Pull Requests template by @oldme-git in #3533
  • test/gtest: add support for string type in AssertIN and AssertNI by @oldme-git in #3537
  • fix: #3200 empty content in glog handler after structure logging feature supported by @gqcn in #3475
  • feat: add custom field type mapping support for command gf gen dao by @CyJaySong in #3498
  • database/gdb/gdb_model_soft_time: fix soft-time support fieldType:LocalTypeUint64 in Insert/Update perations by @muddydog in #3551
  • cmd/gf: fix command gf gen dao for fieldMapping feature by @CyJaySong in #3549
  • cmd/gf: fix pbentity generate fail in mono-repo by @oldme-git in #3547
  • other: update some issue templates by @oldme-git in #3544
  • contrib/sdk/httpclient: add custom response handler support, fixe #3539 by @jswxstw in #3540
  • util/gvalid: fix slice enums verification failed by @xyqweb in #3566
  • cmd/gf: fix gen enums failed in go version v1.22.1 by @oldme-git in #3565
  • ci: fix code coverage not sync to CodeCov by @oldme-git in #3570
  • os/gtime: fix #3558 time zone issues by @wln32 in #3561

New Contributors

Full Changelog: v2.7.0...v2.7.1