haiyux
71ea97fd93
deps: upgrade go mod version ( #2028 )
...
* deps:upgrade go mod version
2022-05-22 21:18:46 +08:00
haiyux
18315303f0
deps:upgrade go mod version ( #1800 )
...
* deps:upgrade go mod version
2022-01-28 14:56:32 +08:00
haiyux
00c05e82a3
test:remove testify go mod ( #1766 )
...
* test:remove testify go mod
* tidy go mdo
* fix test
2022-01-14 10:02:42 +08:00
haiyux
da70e22201
upgrade:upgrade grpc and opentelemetry version ( #1751 )
...
* upgrade:upgrade grpc and opentelemetry version
* upgrade jaeger
* fix lint
2022-01-06 20:29:18 +08:00
haiyux
3607ce1b92
feat: upgrade grpc version to 1.42.0 ( #1626 )
2021-11-18 00:38:31 +08:00
Windfarer
f3e75bffca
feat: update go version to 1.16 ( #1536 )
2021-10-08 20:49:56 +08:00
包子
25f448794d
deps: otel upgrade to v1.0.0 ( #1500 )
2021-09-22 17:31:28 +08:00
seasrain
24ec23f0e4
deps: remove x/net package ( #1476 )
2021-09-14 20:40:13 +08:00
seasrain
1dd8786ed9
fix:move test proto file to internal ( #1471 )
...
* fix:move test proto file to internal
2021-09-14 15:54:43 +08:00
Tony Chen
b92e8a9da8
deps: update otel to v1.0.0-rc3 ( #1466 )
...
* update otel to v1.0.0-rc3
2021-09-12 15:28:10 +08:00
Casper-Mars
ab5152dbe1
feat(middleware/auth): add auth middleware ( #1274 )
...
* add auth middleware
2021-09-10 10:49:18 +08:00
Tony Chen
b38c1145cf
fix(middleware/circuitbreaker): add breaker group ( #1453 )
...
* add breaker group
* update aegis to v0.1.1
2021-09-09 10:40:53 +08:00
Tony Chen
1ac50be94c
fix: sra to aegis ( #1420 )
...
* fix: sra to aegis
2021-09-05 22:42:38 +08:00
Kagaya
de55281108
feat(middleware/ratelimit): add rate limiter middleware ( #1271 )
...
* add ratelimit middleware
2021-09-05 21:32:36 +08:00
Kagaya
47f039792b
feat(middleware/breaker): add circuit breaker middleware ( #1299 )
...
* add breaker middleware
2021-09-05 21:15:06 +08:00
Windfarer
0ec3ff0b46
refactor: move plugins to contrib dir ( #1399 )
...
* move to contrib dir
Co-authored-by: chenzhihui <zhihui_chen@foxmail.com>
2021-09-01 13:40:14 +08:00
包子
7b6332ee75
deps: middleware add separate go.mod and removes framework deps ( #1385 )
...
* deps: middleware add separate go.mod and removes framework deps
2021-08-30 23:07:31 +08:00
longxboy
a17eaeeff4
upgrade: grpc to 1.39 ( #1312 )
2021-08-09 22:10:37 +08:00
longxboy
f65a0a9134
feat: enhance tracing ( #1300 )
...
* feat: enhance tracing
* fix go lint
2021-08-05 18:51:20 +08:00
Tony Chen
77a39d3bb6
mod: upgrade uuid & form ( #1239 )
...
* mod: upgrade uuid & form
* add release version
2021-07-25 00:07:51 +08:00
Windfarer
a7b1af764f
feat(examples/i18n) add i18n example ( #1157 )
...
* i18n example
* enable
* regenerate
* readme
* update doc
* go mod tidy
* update readme
* go mod tidy
2021-07-12 13:41:21 +08:00
longxboy
23a7f15541
add form for codec ( #1158 )
...
* add form for http codec
2021-07-08 13:05:21 +08:00
youn
c268f98404
add form encoding ( #1138 )
...
* add form encoding
* update examples go mod
2021-07-01 20:36:12 +08:00
longxboy
798b0e6e7d
upgrade otel to v1 rc1 ( #1132 )
2021-06-30 19:25:08 +08:00
longxboy
7530fadde0
Feat/fix examples ( #1129 )
...
remove github protobuf dependency
2021-06-30 15:33:08 +08:00
Kuiba
09be032575
Add logrus example ( #1124 )
...
* add logrus logger example
Co-authored-by: Lining Guan <lining.guan@grabtaxi.com>
2021-06-29 19:53:55 +08:00
miya
b22bc26a02
middleware/tracing: add test ( #1083 )
2021-06-19 23:47:40 +08:00
Windfarer
0ff1c6f89a
test http ( #1045 )
...
* test http
* fix response codec
* benchmark
2021-06-14 12:25:15 +08:00
Tony Chen
00088f644a
examples: clean examples ( #1036 )
...
* clean examples
* update yaml to v3
2021-06-12 20:20:18 +08:00
longXboy
c61cd27a5f
fix go mod
2021-05-27 13:05:48 +08:00
longxboy
9a3a02fc68
add http client rpc stub ( #943 )
...
* add http client
2021-05-24 23:01:26 +08:00
Tony Chen
e989bb04e3
add yaml encoder ( #924 )
2021-05-17 21:52:23 +08:00
Cluas
eb732c4de0
internal/http: optimize support more content_type ( #904 )
...
* internal/http: optimize support more type
* internal/http: add bound case
* examples: fix go.sum
* examples: fix go mod
2021-05-11 10:21:59 +08:00
包子
b8d5d709e9
middleware/logging add traceid to the printed log,modify the example code and update the dependent version ( #877 )
...
* middleware/logging add traceid to the printed log,modify the example code and update the dependent version
* Fix the problem that the configuration could not use arrays
2021-04-28 14:30:51 +08:00
Mikado
dcd4131d10
middleware: trace middleware change to using OpenTelemetry ( #781 )
2021-03-17 20:29:01 +08:00
chenzhihui
3566386a89
init v2
2021-02-17 17:14:47 +08:00
王明俊
f9d8abbcc4
feat: update agollo version to v4.1.1 ( #668 )
...
1. 升级 agollo到v4版本
2. go mod tidy
2020-12-22 22:22:30 +08:00
Tony Chen
a009e7fd1c
Update gRPC version to v1.29.1 ( #654 )
2020-12-03 22:50:09 +08:00
Tony
f831dc0b55
fix import pkg ( #651 )
2020-12-02 00:41:47 +08:00
Windfarer
0d2cabd939
recover env
2020-12-01 17:19:52 +08:00
Tony
e79093cb5d
update version to v0.5.0 ( #577 )
...
* update version to v0.5.0
Co-authored-by: chenzhihui <zhihui_chen@foxmail.com>
2020-04-30 22:24:06 +08:00
Tony
d57df0b443
update grpc to v1.28.0 ( #550 )
...
* update grpc to v1.28.0
* fix testing
Co-authored-by: chenzhihui <zhihui_chen@foxmail.com>
2020-04-03 14:51:47 +08:00
Tony
5475b62938
fix version conflict of urfave/cli ( #540 )
...
Co-authored-by: chenzhihui <chenzhihui@bilibili.com>
2020-03-30 10:31:23 +08:00
chenzhihui
9e060edc2d
replace pkg name to go-kratos
2020-03-28 18:02:25 +08:00
小旭
21b7b19008
upgrade kratos
2020-01-19 15:48:50 +08:00
liangjisheng
9cb8100988
modify gopsutil version from v2.19.6 to v2.19.11
2020-01-03 16:51:30 +08:00
小旭
a36db7c292
new kratos struct
2019-12-20 18:57:08 +08:00
Tony
72b47187d9
update version to v0.3.1 ( #415 )
...
* fix version
* fix wire tool
* update version to v0.3.1
2019-11-06 14:24:39 +08:00
Tony
d9d2b56c2e
Merge remote-tracking branch 'origin/master' into naming/zk
2019-11-05 13:50:40 +08:00
Tony
56e06c61a4
add zk test
2019-11-05 13:48:48 +08:00