🎉 新增 endpoint 配置,支持从远程服务端点动态获取服务器列表!👀
✅ 与 AI-Coding 编写很多代码,非常感谢 OpenCode + free Models 🌺
0.8.0
- 破坏性变更:自定义
AuthPlugin需要适配login方法签名(参数改为Arc包装);remote_grpc_port参数类型u32→u16 - 特性:新增
endpoint配置,支持从远程服务端点动态获取服务器列表,endpoint优先级高于server_addr - 增强:CI 添加 sccache 编译缓存、
thiserror升级至 2.0、urlcrate 统一处理 endpoint URL
- Change: custom
AuthPluginneeds to adaptloginmethod signature (params wrapped inArc);remote_grpc_portparameter typeu32→u16 - Feature: add
endpointfor dynamic server list resolution,endpointtakes priority overserver_addr - Chore: add sccache compilation caching for CI, upgrade
thiserrorto 2.0, unifyurlcrate for endpoint URL
What's Changed
- ci: add sccache compilation caching to all workflows by @CherishCai in #292
- chore: upgrade thiserror to 2.0 and unbox TonicGrpcStatus by @CherishCai in #294
- feat: add endpoint support for server list resolution by @CherishCai in #295
- bump: upgrade 0.8.0 by @CherishCai in #296
Full Changelog: v0.7.0...v0.8.0