-
Notifications
You must be signed in to change notification settings - Fork 933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ftr: dubbogo 3.0 Triple support #959
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/go-yaml/yaml/releases) - [Commits](go-yaml/yaml@v2.3.0...v2.4.0) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/mitchellh/mapstructure](https://github.com/mitchellh/mapstructure) from 1.3.3 to 1.4.0. - [Release notes](https://github.com/mitchellh/mapstructure/releases) - [Changelog](https://github.com/mitchellh/mapstructure/blob/master/CHANGELOG.md) - [Commits](mitchellh/mapstructure@v1.3.3...v1.4.0) Signed-off-by: dependabot[bot] <support@github.com>
….in/yaml.v2-2.4.0 build(deps): bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0
…b.com/mitchellh/mapstructure-1.4.0 build(deps): bump github.com/mitchellh/mapstructure from 1.3.3 to 1.4.0
fix: fix router_config add &url to url
Imp:Change target-branch and schedule interval of Dependabot
Bumps [github.com/apache/dubbo-go-hessian2](https://github.com/apache/dubbo-go-hessian2) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/apache/dubbo-go-hessian2/releases) - [Commits](apache/dubbo-go-hessian2@v1.7.0...v1.8.0) Signed-off-by: dependabot[bot] <support@github.com>
Fix: make metadata report work without serviceDiscovery
Fix: integration test in Github action
Fix: issue apache#951 etcd exit panic
Bumps [github.com/dubbogo/gost](https://github.com/dubbogo/gost) from 1.10.1 to 1.11.0. - [Release notes](https://github.com/dubbogo/gost/releases) - [Commits](dubbogo/gost@v1.10.1...v1.11.0) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/nacos-group/nacos-sdk-go](https://github.com/nacos-group/nacos-sdk-go) from 1.0.3 to 1.0.5. - [Release notes](https://github.com/nacos-group/nacos-sdk-go/releases) - [Commits](nacos-group/nacos-sdk-go@v1.0.3...v1.0.5) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/mitchellh/mapstructure](https://github.com/mitchellh/mapstructure) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/mitchellh/mapstructure/releases) - [Changelog](https://github.com/mitchellh/mapstructure/blob/master/CHANGELOG.md) - [Commits](mitchellh/mapstructure@v1.4.0...v1.4.1) Signed-off-by: dependabot[bot] <support@github.com>
…lop/github.com/mitchellh/mapstructure-1.4.1 Bump github.com/mitchellh/mapstructure from 1.4.0 to 1.4.1
…lop/github.com/nacos-group/nacos-sdk-go-1.0.5 Bump github.com/nacos-group/nacos-sdk-go from 1.0.3 to 1.0.5
…lop/github.com/dubbogo/gost-1.11.0 Bump github.com/dubbogo/gost from 1.10.1 to 1.11.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does:
This PR add dubbo3 protocol and dubbo3 net model support, which have features below:
unray rpc/ two way stream.
Special notes for your reviewer:
the sample is going to be add.
Does this PR introduce a user-facing change?: