Releases: leancloud/csharp-sdk
Releases · leancloud/csharp-sdk
0.7.6: Merge pull request #127 from onerain88/076
0.7.5: Merge pull request #122 from onerain88/075
Bug Fixes
- 修复 LCFile#ACL 设置无效的 bug
Doc
- 完善 API 文档
0.7.4: Merge pull request #119 from onerain88/074
Refactor
- 将 LiveQuery 服务整合进 Realtime 库
- 将 http 请求相关逻辑移至 Common 模块
- 将 Application 配置相关移至 Common 模块,重命名为 LCCore
- 将工程代码分为 Internal 和 Public,由于 Internal 需要跨工程访问,另外方便 Public 导出文档
- 减少工程数量,优化打包逻辑
0.7.3: Merge pull request #117 from onerain88/073
Features
- 整理工程结构,支持扩展其他平台
Storage
├── Storage:源码工程
├── Storage.AOT:AOT 工程,连接 Storage
├── Storage.Standard:Standard 工程,依赖 Storage
└── Storage.Unity:Unity 工程,依赖 Storage.AOT
- 支持 Unity 本地缓存登录用户数据
Bug Fixes
- 修复 LCObject#ToString() 包含 Pointer 类型字段的格式错误
0.7.2: Merge pull request #113 from onerain88/072
0.7.1: Merge pull request #110 from onerain88/071
Features
- 支持云引擎服务
- 增加 LCCloud.Run() 接口,支持直接返回 result 数据
- 扩充 LCObject.SaveAll(IEnumerable objects) 和 LCObject.DeleteAll(IEnumerable objects) 参数类型
0.6.4: Merge pull request #106 from onerain88/064
0.6.4 更新内容:
- 修复 LCQuery#Get 时 include 无效的 bug
0.6.3: Merge pull request #104 from onerain88/063
0.6.3 更新内容:
- 修复获取对话 name 为 null 时的异常
- 修复登录/绑定第三方登录信息后内存数据没更新的 bug
- 调整 WebSocket 发送/接收缓冲区大小,支持自动扩充
- 调整 LCObject 的字段名限制
0.6.2: Merge pull request #102 from onerain88/062
Features
- 增加 link.xml,避免 Unity 打包时裁剪代码
0.6.0: Merge pull request #97 from onerain88/060
Features
- 支持好友功能
- 支持信息流功能
Breaking Changes
- 隐藏
LCIMMessage.IsTransient
公开属性 Leaderboard#UpdateStatistics
参数overwrite
默认为 false