1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-17 21:07:54 +02:00

1716 Commits

Author SHA1 Message Date
包子
33cb4576e9
Update Makefile (#2725) 2023-03-13 16:05:38 +08:00
包子
768ffd71d4
fix(grpc/balancer): fix the problem that the watch log cannot be closed (#2726) 2023-03-13 16:05:09 +08:00
jessetang
9ee4fcb48a
fix: remove repeat net/http package (#2708)
* fix: remove repeat package

* fix

* fix

* fix
2023-03-13 15:43:47 +08:00
jessetang
ae2dcb04c0
fix: markdown form format (#2721)
* fix: markdown form format

* format import
2023-03-13 15:42:19 +08:00
Xin
6602dc325e
fix: correct message of CmdServer (#2724) 2023-03-13 15:40:21 +08:00
包子
7eca8f8034
deps: upgrade kratos version to v2.6.1 (#2716) v2.6.1 2023-03-10 00:16:11 +08:00
yonwoo9
665a72e67f
fix: fix contrib registry eureka watcher as *watcher (#2693) 2023-03-10 00:09:18 +08:00
包子
a672980a15
fix: upgrade go.sum (#2715)
* fix: upgrade go.sum

* fix
2023-03-09 23:52:45 +08:00
dependabot[bot]
51fac4ff90
build(deps): bump k8s.io/client-go in /contrib/config/kubernetes (#2695)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.24.3 to 0.26.2.
- [Release notes](https://github.com/kubernetes/client-go/releases)
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.24.3...v0.26.2)

---
updated-dependencies:
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 23:51:06 +08:00
dependabot[bot]
9c7182058e
build(deps): bump github.com/hashicorp/consul/api (#2688)
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.18.0 to 1.19.1.
- [Release notes](https://github.com/hashicorp/consul/releases)
- [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/consul/compare/api/v1.18.0...api/v1.19.1)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/consul/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 23:49:37 +08:00
dependabot[bot]
91be9c1071
build(deps): bump k8s.io/apimachinery in /contrib/config/kubernetes (#2694)
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.26.0 to 0.26.2.
- [Release notes](https://github.com/kubernetes/apimachinery/releases)
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.26.0...v0.26.2)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 23:49:18 +08:00
dependabot[bot]
a11002d7ee
build(deps): bump github.com/hashicorp/consul/api (#2685)
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.18.0 to 1.19.1.
- [Release notes](https://github.com/hashicorp/consul/releases)
- [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/consul/compare/api/v1.18.0...api/v1.19.1)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/consul/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 23:47:49 +08:00
dependabot[bot]
15de2007c7
build(deps): bump golang.org/x/sync in /contrib/registry/zookeeper (#2687)
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.0.0-20220513210516-0976fa681c29 to 0.1.0.
- [Release notes](https://github.com/golang/sync/releases)
- [Commits](https://github.com/golang/sync/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 23:46:06 +08:00
dependabot[bot]
1579155a2c
build(deps): bump golang.org/x/net in /contrib/opensergo (#2699)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220520000938-2e3eb7b945c2 to 0.8.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.8.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 23:45:00 +08:00
dependabot[bot]
51a34df0a6
build(deps): bump golang.org/x/net in /contrib/config/polaris (#2706)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220624214902-1bab6f366d9e to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 23:44:27 +08:00
dependabot[bot]
61176708e6
build(deps): bump golang.org/x/net (#2703)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210405180319-a5a99cb37ef4 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 23:42:03 +08:00
dependabot[bot]
b79c142580
build(deps): bump golang.org/x/net in /contrib/polaris (#2705)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220425223048-2871e0cb64e4 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 23:41:34 +08:00
dependabot[bot]
f458e2535f
build(deps): bump github.com/prometheus/common (#2698)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.40.0 to 0.41.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.40.0...v0.41.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 23:39:23 +08:00
dependabot[bot]
8203a90047
build(deps): bump golang.org/x/net in /contrib/registry/servicecomb (#2704)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210405180319-a5a99cb37ef4 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 23:38:13 +08:00
dependabot[bot]
c65f823c38
build(deps): bump golang.org/x/text in /cmd/protoc-gen-go-errors (#2675)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 21:16:08 +08:00
dependabot[bot]
a6c9fdd9d3
build(deps): bump golang.org/x/text in /contrib/opensergo (#2678)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 21:15:36 +08:00
dependabot[bot]
7e89bbd799
build(deps): bump golang.org/x/text in /contrib/polaris (#2679)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 21:14:43 +08:00
包子
834b781ee2
feat: support load balance for streaming connection creation (#2669)
* feat: support load balance for streaming connection creation

* fix lint
2023-02-27 15:43:21 +08:00
hoslo
19f008b483
feat: Add latency to the recover handler context (#2653)
* feat: Make recovey log information more abundant

* feat: Add latency to the recover handler context

* feat: Add latency to the recover handler context

* feat: Add latency to the recover handler context

---------

Co-authored-by: shuai_yang <shuai_yang@intsig.net>
2023-02-23 18:26:23 +08:00
180909
e4595db3d8
fix: cmd proto add nil pointer (#2670) 2023-02-23 18:24:52 +08:00
dependabot[bot]
e33d644a78
build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 in /cmd/kratos (#2676)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-23 18:24:27 +08:00
180909
d8d231e725
fix(selector): version NodeFilter append func (#2671) 2023-02-23 18:23:32 +08:00
weetime
bab67facad
fix(contrib): fix eureka server load too high (#2546)
Co-authored-by: fangyong <fangyong@haodf.com>
2023-02-22 15:50:22 +08:00
thinkgo
d0b1d84850
feat: add comment to http server interface method (#2657)
Co-authored-by: gogogo <gogogo@aliyun.com>
2023-02-21 18:24:26 +08:00
dependabot[bot]
54f19c1dcb
build(deps): bump github.com/prometheus/common (#2668)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.37.0 to 0.40.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.37.0...v0.40.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21 18:24:07 +08:00
dependabot[bot]
8d5010495a
build(deps): bump google.golang.org/grpc in /contrib/config/etcd (#2662)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.50.1 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.50.1...v1.53.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21 18:23:44 +08:00
jessetang
6330a5688e
chore: replace deprecated method (#2667) 2023-02-21 18:13:03 +08:00
包子
27eadd83b4
fix: polaris get service name (#2615) 2023-02-20 22:56:48 +08:00
YuanXin Hu
0a076443cb
feat: support polaris ratelimit ability (#2586) 2023-02-13 11:38:22 +08:00
aveyuan
7def38acde
feat(log): update zap interface (#2620) 2023-02-08 18:59:24 +08:00
LiuDui
77abb6356f
chore: update pull request template (#2649) 2023-02-08 18:35:07 +08:00
包子
50da181d69
fix: do not re register after service logout (#2647) 2023-02-08 10:29:20 +08:00
包子
a006328db6
fix: polaris temporarily delete the watch test (#2652) 2023-02-06 13:54:42 +08:00
leyou240
613282b096
chore(ci): update go.yaml support golang 1.20 (#2651) 2023-02-06 11:26:52 +08:00
LiuDui
08f37391e1
chore: clean up deprecated code (#2648) 2023-02-06 11:25:50 +08:00
cui fliter
239121155d
chore: fix comment (#2645)
Signed-off-by: cui fliter <imcusg@gmail.com>
2023-02-01 10:12:26 +08:00
jerjjj
b242403bc1
update gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b to 3.0.0 (#2630) 2023-01-29 11:36:20 +08:00
Kevin Wan
63b23af418
chore: update go-zero link in readme (#2628) 2023-01-18 11:47:35 +08:00
liyaopinner
35800916dc
feat: add grpc client stream interceptor opts (#2610)
Co-authored-by: yao.li <yao.li@cloudminds.com>
2023-01-16 10:53:26 +08:00
longxboy
bebea0c103
feat: add subset alg for instances (#2613)
* add subset alg for instances

* fix go build

* update go sum

* fix lint

* fix gofmt

* fix lint

* fix polaris

Co-authored-by: caoguoliang01 <caoguoliang01@bilibili.com>
2023-01-13 17:58:09 +08:00
虫子樱桃
61744753eb
fix: project creation --nomod (#2611)
Co-authored-by: czyt <czyt@w.cn>
v2.5.4
2023-01-10 18:22:19 +08:00
桂后昌
b2689af39c
feat(transport/http): request body read multiple times (#2542)
* fix(transport/http): request body read multiple times

* feat(transport/http): request body read multiple times
2023-01-09 21:21:20 +08:00
180909
e22775cfcc
chore(transport): fix the test name (#2543) 2023-01-09 21:20:49 +08:00
cui fliter
9cc1047c75
chore: fix a few function names on comments (#2430) 2023-01-09 21:16:43 +08:00
包子
7e896ae4c0
feat: support polaris service governance (#2605) 2023-01-09 19:49:12 +08:00