Releases: gogf/gf
Releases · gogf/gf
GoFrame Release v2.1.0-rc3
Full Changelog: v2.1.0-rc2...v2.1.0-rc3
GoFrame Release v2.1.0-rc2
What's Changed
- Feature/mssql by @wenzi1 in #1827
- mssql unit test by @wenzi1 in #1843
- Bug fix#1849 by @happyinsect in #1851
- Replace the Swagger JS CDN source from jsdelivr to unpkg.com by @chenghonour in #1852
- Fix/codecovci by @hailaz in #1858
- Feature/polaris feat: Add Polaris support by @houseme in #1797
Full Changelog: v2.1.0-rc...v2.1.0-rc2
GoFrame Release v2.1.0-rc
What's Changed
- [fix bug] Fix redis cache adapter GetOrSetFunc, GetOrSetFuncLock meth… by @tiger1103 in #1656
- [fix] gf cli build missing suffix by @stardemo in #1652
- Improving gfile and gSesssion Code Coverage by @huangqian1985 in #1632
- Repeat 'len(s)'. by @chenzebinm4 in #1651
- Fix gdb Order by @FlyingBlazer in #1520
- Added Order() method support for gdb. by @zxr615 in #1529
- fix: server access logs contain the protocol used between the server … by @houseme in #1657
- fix: js link err by @houseme in #1658
- [fix bug] the default value of r.get is invalid by @arieslee in #1659
- gdb returns result when cache set failed by @qinyuguang in #1660
- improve ignore and up websocket 1.5.0 by @houseme in #1684
- fix some typos by @cuishuang in #1697
- feat: support custom listener by @Macrow in #1683
- Update README.MD by @xiaoping378 in #1730
- Feature - clickhouse driver by @DGuang21 in #1616
- avoid a single space at the end of a line. by @yuancjun in #1735
- fix issue #1747 by @qinyuguang in #1749
- fix issue #1755 by @qinyuguang in #1759
- add error of Save operation for pgsql by @happyinsect in #1767
- fix: swagger ignore "-" param. by @mingzaily in #1789
- add ExampleEncode function by @huangqian1985 in #1795
- feat: Report trace-compatible device host name or IP archive parameters by @houseme in #1796
- fix timezone bug when persisting *gtime.Time to db #1714 by @wesleywu in #1729
- gf-cli Bug of generating Dao file of MSSQL by @wenzi1 in #1818
- add support for .properties configuration file by @happyinsect in #1806
- add gClient ExampleNew function by @huangqian1985 in #1823
New Contributors
- @tiger1103 made their first contribution in #1656
- @chenzebinm4 made their first contribution in #1651
- @cuishuang made their first contribution in #1697
- @Macrow made their first contribution in #1683
- @xiaoping378 made their first contribution in #1730
- @wesleywu made their first contribution in #1729
Full Changelog: v2.0.0...v2.1.0-rc
GoFrame Release v2.0.6
Full Changelog: v2.0.5...v2.0.6
GoFrame Release v2.0.5
What's Changed
- gdb returns result when cache set failed by @qinyuguang in #1660
- improve ignore and up websocket 1.5.0 by @houseme in #1684
- fix some typos by @cuishuang in #1697
New Contributors
- @cuishuang made their first contribution in #1697
Full Changelog: v2.0.4...v2.0.5
GoFrame Release v2.0.4
What's Changed
- [fix bug] Fix redis cache adapter GetOrSetFunc, GetOrSetFuncLock meth… by @tiger1103 in #1656
- [fix] gf cli build missing suffix by @stardemo in #1652
- Improving gfile and gSesssion Code Coverage by @huangqian1985 in #1632
- Repeat 'len(s)'. by @chenzebinm4 in #1651
- Fix gdb Order by @FlyingBlazer in #1520
- Added Order() method support for gdb. by @zxr615 in #1529
- fix: server access logs contain the protocol used between the server … by @houseme in #1657
- fix: js link err by @houseme in #1658
- [fix bug] the default value of r.get is invalid by @arieslee in #1659
New Contributors
- @tiger1103 made their first contribution in #1656
- @chenzebinm4 made their first contribution in #1651
Full Changelog: v2.0.3...v2.0.4
GoFrame Release v2.0.3
Full Changelog: v2.0.1...v2.0.3
GoFrame Release v2.0.1
Full Changelog: v2.0.0...v2.0.1
GoFrame Release v2.0.0
What's Changed
- Fix float sorting by @weicut in #1265
- Fixed incorrect type conversion by @weicut in #1277
- add timezone configuration for package gdb by @qinyuguang in #1276
- fix TableFields for pgsql by @imloama in #1280
- add gutil.SliceToMapWithColumnAsKey by @qinyuguang in #1284
- Otel by @gqcn in #1316
- Update gdb_model_fields.go by @lgyaxx in #1328
- add log level prefix color by @wangle201210 in #1312
- update pgsql pri error #1340 by @zcool321 in #1346
- add basic action scripts by @stardemo in #1347
- Update go.mod by @houseme in #1360
- Update Readme ,Github Action badge by @stardemo in #1365
- garray code formatted by @jroam in #1361
- fix print log on windows by @wangle201210 in #1369
- add func SetWriterColorEnable for file log color by @wangle201210 in #1374
- fix tcp http demo error content-length by @ansionfor in #1372
- fix #1389 by @houseme in #1390
- [feature] upgrade opentelemetry v1.0.0-RC3 by @houseme in #1395
- Example for glist by @mingzaily in #1449
- Hotfix/i1421 by @danvinhe in #1432
- fix issue in package gini by @osgochina in #1429
- Validator Rule Example by @huangqian1985 in #1455
- Update garray_z_example_str_test.go by @visualsun in #1454
- Bugfix/i1435 by @danvinhe in #1438
- gstrset Example Finish by @Evil-king in #1453
- gcache Examples by @564104865 in #1452
- Create garray_z_example_sorted_str_test.go by @visualsun in #1459
- add examples for InitSet of package gset by @Evil-king in #1461
- add examples for package gregex by @DGuang21 in #1450
- add examples for container gqueue by @mingzaily in #1466
- update cache by @564104865 in #1467
- add gtime example test by @ansionfor in #1474
- Upgrade opentelemetry version to 1.2.0. Improved import, by group improt by @houseme in #1478
- gring Example by @huangqian1985 in #1480
- improve code by @houseme in #1481
- improve code 'if block ends with a return statement, so drop this els… by @houseme in #1483
- add examples for package gstr by @giamyl in #1462
- add ci notice for go fmt by @stardemo in #1487
- add examples for package gfile by @hailaz in #1463
- gmap Example and gvalid Example by @huangqian1985 in #1489
- order by null is not escaped by @zxr615 in #1499
- remove unnecessary code by @mojo-zd in #1495
- add gvar example by @Hamster601 in #1486
- BTree Example by @huangqian1985 in #1496
- AVLTree Example And RedBlackTree Example by @huangqian1985 in #1500
- update MarshalJSON example by @ansionfor in #1501
- pull request by gfile example by @jqb44179 in #1505
- feat:add trace db.statement、host.name by @houseme in #1506
- feat(fix bug , add nexttime feature): by @kingeasternsun in #1384
- Update README.MD by @houseme in #1511
- fix a comment error in IsSubDomain by @victory460 in #1509
- ghttp_request.go GetRemoteIp ipv6 fix by @Hades300 in #1508
- Validator Function Example by @huangqian1985 in #1510
- gpool Function Example by @huangqian1985 in #1517
- gstr Example Function by @huangqian1985 in #1521
- tidy gstr files by @huangqian1985 in #1527
- feat:improve tracing by @houseme in #1524
- support manipulate pg.Array type data by @starccck in #1535
- Recurse map fields inside structs by @eh-steve in #1546
- gdb pgsql skip dropped fields by @qinyuguang in #1566
- change cache key to gcache:md5(sql) for package gdb by @larryclean in #1555
- gdb Ping with context by @qinyuguang in #1574
- Update Github Action badge by @stardemo in #1595
- gjson Example Function by @huangqian1985 in #1610
- Improving gjson Code Coverage by @huangqian1985 in #1623
- Improving gcmd Code Coverage by @huangqian1985 in #1628
- revert(fix bug , add nexttime feature): ServeFileDownload File name C… by @wangbs95 in #1636
- fix(fix bug , add nexttime feature): ServeFileDownload filename doubl… by @wangbs95 in #1637
- ghttp: add cookie security configurations by @FlyingBlazer in #1549
New Contributors
- @weicut made their first contribution in #1265
- @imloama made their first contribution in #1280
- @lgyaxx made their first contribution in #1328
- @osgochina made their first contribution in #1429
- @visualsun made their first contribution in #1454
- @Evil-king made their first contribution in #1453
- @564104865 made their first contribution in #1452
- @giamyl made their first contribution in #1462
- @mojo-zd made their first contribution in #1495
- @Hamster601 made their first contribution in #1486
- @kingeasternsun made their first contribution in #1384
- @victory460 made their first contribution in #1509
- @Hades300 made their first contribution in #1508
- @starccck made their first contribution in #1535
- @eh-steve made their first contribution in #1546
- @larryclean made their first contribution in #1555
- @wangbs95 made their first contribution in #1636
Full Changelog: v1.16.0...v2.0.0
中文发布记录
GoFrame Release v2.0.0-rc3
Full Changelog: v2.1.0-rc2...v2.0.0-rc3