Skip to content

GoFrame Release v2.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 06:19

What's Changed

  • change sqlite from cgo package github.com/mattn/go-sqlite3 to none-cgo package github.com/glebarez/go-sqlite by @hailaz in #1932
  • add gstr.IsGNUVersion by @gqcn in #1937
  • improve configuration parsing for command gen dao by @gqcn in #1938
  • add cross building support for sqlite in command gen dao by @gqcn in #1944
  • improve package glog; fix issue in package gtrace by @gqcn in #1952
  • improve DeepCopy feature for bunch of components, especially the container and gtime by @gqcn in #1956
  • add full week/month name support for pattern, add seconds fix feature in some delay seconds for package gcron by @gqcn in #1960
  • add file export by @mingzaily in #1959
  • gf gen service supports the generation of service files in the specified naming format by @L-fushen in #1953
  • Fix goai repeat param by @mingzaily in #1916
  • fix gf run custom arguments and gf gen dao specify config file path by @omegamt in #1879
  • improve UT for package gcron by @gqcn in #1966
  • update comment for ghttp.Request by @yuancjun in #1968
  • redis add sentinel slaveOnly filed by @whosafe in #1948
  • improve list tables for pgsql by @qinyuguang in #1790
  • add support of slice type for pgsql by @jinmao88 in #1881
  • gfcli: fix imports parse and update gofmt by @BeanWei in #1979
  • some improves for ci yaml and package cmd/gf, database/gdb by @gqcn in #1972
  • Improve the code coverage of the gset module by @huangqian1985 in #1977
  • Feature/pgsql add pgsql unit test (#1853) by @chaggle in #1973
  • fix go.sum of package contrib/drivers/pgsql by @gqcn in #1980
  • Improve the code coverage of the gutil, grand module by @huangqian1985 in #1989
  • Improve the code coverage of the gpool, gqueue, gring module by @huangqian1985 in #1987
  • Improve the code coverage of the gvar module by @huangqian1985 in #1982
  • Improve the code coverage of the gtype module by @huangqian1985 in #1975
  • fix UT issue for package gcron by @gqcn in #1992
  • new version v2.1.2 by @gqcn in #1993

New Contributors

Full Changelog: v2.1.1...v2.1.2