Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Releases: real-zony/Abp.Grpc

v3.8.2.0 发布

10 Aug 07:11
a2a0eec
Compare
Choose a tag to compare

增强功能

  • 支持 Debug 模式,允许用户在客户端连接时无需指定 Consul 地址,而是直接指定 Grpc 服务端 IP 地址与端口。
  • 增加 GrpcSession ,可以通过 GrpcSession 共享客户端用户状态。
  • 重构 Abp.Grpc 代码,将 Client 与 Server 共有的类型定义抽离到 Abp.Grpc.Common 层当中。
  • 针对 ConsulOption 增加了健康检查接口的地址设置。

Bug 修复