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