4717e01708
replace gopkg.in/yaml.v2 with gopkg.in/yaml.v3
2021-10-25 19:17:56 +08:00
1bc0635f8b
version 2
2021-10-11 21:41:56 +08:00
5904a1e7c0
refract package gredis
2021-09-26 23:22:32 +08:00
c3b3258194
update dependencies clbanning/mxj,grokify/html-strip-tags-go,gopkg.in/yaml to stable version
2021-09-22 19:43:52 +08:00
9d67cb4f34
[feature] upgrade opentelemetry version v1.0.0
2021-09-21 15:15:37 +08:00
471a37ef00
upgrade toml version 0.4.1
2021-09-08 05:41:44 +08:00
1242733735
[feature] upgrade opentelemetry v1.0.0-RC3
2021-09-04 14:27:38 +08:00
b5502c5580
revert and use
2021-08-27 20:26:07 +08:00
257897763d
Merge branch 'master' of https://github.com/gogf/gf
2021-08-25 00:54:47 +08:00
7b47fe96dd
update version of third-party redigo from v2.0.0+incompatible to v1.8.5
2021-08-24 21:22:58 +08:00
ef36cf8446
fix issue in example of package gjson
2021-08-20 23:15:48 +08:00
457d552fa0
add UnmarshalJSON interface support for package gconv
2021-08-17 16:51:29 +08:00
15aabfb4e7
Update go.mod
...
update otel v1.0.0-RC1 to otel v1.0.0-RC2
2021-07-28 21:32:08 +08:00
88009ee278
fix issue #1341
2021-07-15 22:19:00 +08:00
9b2497bc57
Merge branch 'develop-up' into develop
...
* develop-up: (38 commits)
revert gerror usage for package gvalid
unify error package to gerror
add CtxStrict feature for package gdb
rename constants of package gpage from skake to upper camel case
add context for intlog
improve Record/Result converting for package gdb
add context for intlog/gsession;improve struct/structs converting for package gconv
unify command or enviroment key names for packages
improve details for package glog
add file configuration support for logger in ghttp.Server
version updates
add more unit testing cases for package ghttp
add automatic fields mapping and filtering for Model.Where statements
improve Order feature for package gdb
improve function Increment/Decrement for package gdb
add auto fields filtering feature for function Scan of package gdb; mark funtcion Struct/Structs deprecated for gdb.Model
improve record converting for package gdb
improve transaction feature for package gdb
improve caller path filtering for package gdebug
improve caller path filtering for package gdebug
...
# Conflicts:
# os/glog/glog_logger.go
# os/glog/glog_logger_config.go
# os/glog/glog_logger_level.go
2021-07-14 21:12:18 +08:00
bfdeb6c4f5
log color兼容win环境
2021-06-29 21:05:46 +08:00
8e1f6abac5
change github.com/go-sql-driver/mysql to github.com/gogf/mysql
2021-06-03 15:38:33 +08:00
dc51023c61
upgrade github.com/olekukonko/tablewriter from 0.0.1 to 0.0.5
2021-03-30 16:54:52 +08:00
6f1340ce36
upgrade otel from v0.18.0 to v0.19.0
2021-03-29 16:00:56 +08:00
473fdba14f
add replace in go.mod for otel
2021-03-29 15:51:03 +08:00
9eab5daf19
update required minimum go version from 1.11 to 1.14
2021-03-18 11:19:36 +08:00
6a24b595f0
upgrade otel from 0.16.0 to 0.18.0
2021-03-18 10:39:23 +08:00
ce40d139e7
fix issue of nil response handling for ghttp.Client
2021-02-01 21:51:42 +08:00
24e2c7926e
go mod tidy
2021-01-26 16:53:39 +08:00
e3be3bac92
add tracing example for grpc
2021-01-26 16:50:16 +08:00
52c17dfce0
add example for tracing feature
2021-01-26 14:33:35 +08:00
4c6d9f5eff
improve tracing feture for package glog/gdb/gredis
2021-01-26 01:19:55 +08:00
c27ddb1d79
opentelemetry
2021-01-22 23:04:29 +08:00
1e7f795c69
remove package github.com/json-iterator/go
2020-12-09 01:38:56 +08:00
d178102f82
remove third party package 'structs'; improve performance for package internal/structs
2020-11-08 14:25:17 +08:00
0b1d49af4b
upgrade fsnotify to v1.4.9
2020-10-15 20:14:35 +08:00
3617e51c01
improve gdb.Model.ScanList
2020-09-28 23:52:02 +08:00
619287c273
improve cache feature for package gdb
2020-09-27 00:15:11 +08:00
4d6c8744e5
upgrade mxj
2020-07-25 15:31:51 +08:00
64c99b9871
add configuration updating feature for package gcfg
2020-07-15 00:07:07 +08:00
bcc9153991
add a SetProxy function and a chaining function Proxy for ghttp.Client to do HTTP request via proxy. #285
2020-07-05 20:52:32 +08:00
0e884c78f5
fix issue of https://github.com/gogf/gf/issues/765
2020-06-28 23:03:41 +08:00
bb07c60838
rename CopySlice to SliceCopy for package gutil
2020-06-22 21:56:10 +08:00
b2aa59d893
import third-party library json-iterator to improve the performance for json operations
2020-06-17 21:16:25 +08:00
49d1e3dbaf
fix issue of attribute name lost in package gvalid
2020-06-12 22:25:58 +08:00
b0e9334852
go.mod updates
2020-06-12 14:10:33 +08:00
89ccaa3915
improve function Do for package gredis, adding auto marshal feature for arguments
2020-05-18 19:18:53 +08:00
45a94d23d5
improve session feature by allowing custom session id creating function for ghttp.Server
2020-05-17 14:33:21 +08:00
ddf0605bc4
go mod tidy
2020-05-16 15:36:04 +08:00
b79ff84c6f
add struct slice conversion for request parameters for ghttp.Request; improve package gconv
2020-04-30 16:53:47 +08:00
f7f86ad65a
downgrade the required golang version from v1.13 to v1.11
2020-04-23 20:25:59 +08:00
ccceeae29c
change third party package for yaml parsing to gopkg.in/yaml.v3
2020-04-03 19:51:33 +08:00
495b5758ec
improve quote handling of table string for package gdb; improve rotation feature for package glog
2020-03-26 22:22:27 +08:00
0e52d467d3
improving package gdb
2020-03-08 00:17:42 +08:00
52943b283c
go.mod updates; add search path configuration in file for package ghttp.Server
2020-02-16 16:34:30 +08:00