登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
我知道了
查看详情
登录
注册
代码拉取完成,页面将自动刷新
开源项目
>
程序开发
>
微服务
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
13
Star
49
Fork
2
Gitee 极速下载
/
go-micro
代码
Wiki
统计
流水线
服务
Gitee Pages
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
v0.20.0
BREAKING CHANGES Do not move to this tag unless you're willing to incur the breaking changes. This changes the default codec to raw protobuf and switches the content-type application/octet-stream to use the bytes codec also. This breaking change affects any previous use. To explicitly be backwards compatible do the following. In the server ``` // Process octet-stream as proto-rpc in the old ways server.DefaultCodecs["application/octet-stream"] = protorpc.NewCodec // Process json in the old way server.DefaultCodecs["application/json"] = jsonrpc.NewCodec // Process protobuf in the old way server.DefaultCodecs["application/protobuf"] = protorpc.NewCodec ``` In the client ``` // In the client send proto-rpc to be forwards compatible client.DefaultContentType = "application/proto-rpc" ``` There are changes to application/json and application/protobuf to use raw formats rather than json-rpc or proto-rpc. This will likely break behaviour via the api. The easiest way to resolve this is to reset these as well but it causes further issue. I would advise finding a common rolling path forward e.g a common compatible content-type/codec. This is an unfortunate change that has to be made so we can process raw formats. Method now moves to endpoint. In most places we have Endpoint specified except in the client/server abstractions. This has now moved. Most should be unaffected. But be aware of the change. Any wrappers may break.
c17d0fc
2019-01-14 03:54
下载
v0.17.0
- Offline inbox for http broker - JSON/Proto/GRPC codecs - HTTP proxy from environment
461df8d
2019-01-03 19:27
下载
v0.16.0
- Fix cache/gossip data race - Rename cache selector to registry
5cae330
2018-12-29 23:44
下载
v0.15.1
- Selector cache lookup optimization
f2efc68
2018-12-19 02:10
下载
v0.15.0
- Public NewSubscribeOptions - http2 broker support - Timeout error function - Consul Query Options - Gossip registry - RPC Codec renaming
c2cc03a
2018-12-07 02:46
下载
v0.14.1
- bug fix socket headers
4dc593e
2018-11-22 18:40
下载
v0.14.0
- use google uuid - add http handler option
1ce0df4
2018-11-21 18:48
下载
v0.13.0
- add local/remote ip methods - various linting things - get checks on 0 ttl - accept loop
98bb4a6
2018-11-16 05:23
下载
v0.12.0
- reorder server flag - atomic increment sequence - new error method
4cee1f1
2018-09-20 14:39
下载
v0.11.0
- Support Consul Connect registration - Add/Use Init for initialisation from cmd
9d3cb65
2018-08-19 00:28
下载
v0.10.0
- Fix broker locking - Add RetryOnError as default retry policy - Fix mock client reflection - Support dialtimeout only above 0 - Add verbose client errors - Allow client retries to be 0
8850538
2018-07-26 16:33
下载
v0.9.0
- Reset server address on shutdown - Set default pool size to 1 - Support reinitialising connection pool - Set retries to 1 by default - Return error for subscribers
5372707
2018-05-30 18:49
下载
v0.8.0
- Rework of interfaces This release introduces breaking changes in some go-micro interfaces
8fb5e20
2018-04-17 18:25
下载
v0.7.0
- Move misc to util package - Add register ttl and interval flags - Fix protoc-gen-micro example
378af01
2018-04-08 22:20
下载
v0.6.0
- Add consul TCP check - Atomic increment rpc stream sequence
75be57d
2018-03-23 01:32
下载
v0.5.0
- Support consul services without version - Switch to stdlib context
6246fa2
2018-03-04 17:15
下载
v0.4.0
- Add WatchOption which allows filtering by service - Add Options method to registry - Add Conflict error - Only watch selected services in cache
d0d9582
2018-02-20 04:52
下载
v0.3.0
- https support for consul - subscriber deadlock fix - selector top level option
45420d8
2018-01-02 18:22
下载
v0.2.0
Performance improvements - http broker using a registry cache - selector lazy loading the watcher - selector cache withstand registry failure - selector cache used by default - connection pooling set to 1 by default
78da1fd
2017-10-29 22:48
下载
v0.1.4
- sort handler/subscriber endpoints - pass options to new subscriber
d29b5e2
2017-08-25 18:00
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
Go
1
https://gitee.com/mirrors/go-micro.git
git@gitee.com:mirrors/go-micro.git
mirrors
go-micro
go-micro
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册