Skip to content

Releases: leancloud/csharp-sdk

0.7.6: Merge pull request #127 from onerain88/076

06 May 04:42
2078faa
Compare
Choose a tag to compare

Bug Fixes:

  • 修复设置 ACL 为 LCRole 类型的 bug
  • 修复云函数缺省参数为空的异常
  • 修复绑定第三方登录时为空的异常

Features:

0.7.5: Merge pull request #122 from onerain88/075

21 Apr 07:22
b1c9aa1
Compare
Choose a tag to compare

Bug Fixes

  • 修复 LCFile#ACL 设置无效的 bug

Doc

  • 完善 API 文档

0.7.4: Merge pull request #119 from onerain88/074

14 Apr 08:28
70d2e2e
Compare
Choose a tag to compare

Refactor

  • 将 LiveQuery 服务整合进 Realtime 库
  • 将 http 请求相关逻辑移至 Common 模块
  • 将 Application 配置相关移至 Common 模块,重命名为 LCCore
  • 将工程代码分为 Internal 和 Public,由于 Internal 需要跨工程访问,另外方便 Public 导出文档
  • 减少工程数量,优化打包逻辑

0.7.3: Merge pull request #117 from onerain88/073

08 Apr 06:42
d109a2d
Compare
Choose a tag to compare

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

01 Apr 03:37
bead9a7
Compare
Choose a tag to compare

Features

以源码方式引入了第三方依赖,避免与游戏工程中依赖产生冲突

0.7.1: Merge pull request #110 from onerain88/071

25 Mar 04:03
b10b0c3
Compare
Choose a tag to compare

Features

  • 支持云引擎服务
  • 增加 LCCloud.Run() 接口,支持直接返回 result 数据
  • 扩充 LCObject.SaveAll(IEnumerable objects) 和 LCObject.DeleteAll(IEnumerable objects) 参数类型

0.6.4: Merge pull request #106 from onerain88/064

18 Feb 03:46
5ca2b36
Compare
Choose a tag to compare

0.6.4 更新内容:

  • 修复 LCQuery#Get 时 include 无效的 bug

0.6.3: Merge pull request #104 from onerain88/063

02 Feb 07:53
36ed298
Compare
Choose a tag to compare

0.6.3 更新内容:

  • 修复获取对话 name 为 null 时的异常
  • 修复登录/绑定第三方登录信息后内存数据没更新的 bug
  • 调整 WebSocket 发送/接收缓冲区大小,支持自动扩充
  • 调整 LCObject 的字段名限制

0.6.2: Merge pull request #102 from onerain88/062

20 Jan 08:04
c46b980
Compare
Choose a tag to compare

Features

  • 增加 link.xml,避免 Unity 打包时裁剪代码

0.6.0: Merge pull request #97 from onerain88/060

14 Jan 07:50
88b70a3
Compare
Choose a tag to compare

Features

  • 支持好友功能
  • 支持信息流功能

Breaking Changes

  • 隐藏 LCIMMessage.IsTransient 公开属性
  • Leaderboard#UpdateStatistics 参数 overwrite 默认为 false