Skip to content

Releases: leancloud/csharp-sdk

0.5.0: Merge pull request #92 from onerain88/chore

24 Dec 03:22
d263de1
Compare
Choose a tag to compare

Features

  • 修复 LCUser.BecomeWithSessionToken() 时 X-LC-Session 错误的 bug。
  • 修复 LCUser 中方法 RequestPasswordResetBySmsCode 的拼写错误。
  • 支持对话查询精简模式,携带最新消息配置。
  • 支持 OnLastDeliveredAt,OnLastReadAt 回调。
  • 支持使用 Id 获取对话接口。
  • 优化消息 Ack 逻辑。
  • 简化导出库文件名。
  • 简化发送文件类消息时需要先保存文件的步骤。

0.4.7: Merge pull request #89 from onerain88/file_upload_callback

17 Aug 05:38
bf3e690
Compare
Choose a tag to compare

Features

  • 支持文件上传结果回调 API,避免错误的 File 数据。

0.4.6: Merge pull request #84 from onerain88/046

14 Jul 04:13
88b2469
Compare
Choose a tag to compare

Features

  • 支持修改手机号验证功能

0.4.5: Merge pull request #80 from onerain88/045

28 Jun 07:10
41abc2e
Compare
Choose a tag to compare

Bug Fixes

  • 修复 rtm, livequery 可能由于心跳机制导致服务端主动断开的 bug

Features

  • 支持相同应用下 rtm 共享同一条 WebSocket 连接。
  • 增加 LCRealtime.Pause(), LCRealtime.Resume() 主动断开/连接 rtm 服务
  • 支持消息节流机制

0.4.4: Merge pull request #73 from onerain88/044

28 May 08:53
92173f6
Compare
Choose a tag to compare

Breaking Changes

  • LCException 的命名空间调整为 LeanCloud

Features

  • LCException 增加 ToString()
  • 支持 LCQuery.IncludeACL 接口

Bug Fixes

  • 修复 CreatedAt, UpdatedAt 时区问题
  • 修复 LCObject ToString() bug
  • 修复强转空指针的 bug

0.4.3: Merge pull request #70 from onerain88/043

20 May 08:08
3e8e6b5
Compare
Choose a tag to compare

Bug Fixes

  • 修复发送的消息中不包含发送者 Id 的 bug
  • 修复查询对话时没有名字的 bug
  • 修复创建对话后不包含当前客户端的 bug
  • 修复创建对话时设置名称无效的 bug

0.4.2: Merge pull request #68 from onerain88/042

18 May 02:59
4a2f8ed
Compare
Choose a tag to compare

Bug Fixes

  • 修复 Realtime, LiveQuery 包依赖库的 bug

0.4.1: Merge pull request #65 from onerain88/041

13 May 10:13
25fe5d4
Compare
Choose a tag to compare

Features

  • 支持排行榜
  • 支持 LiveQuery

0.3.1: Merge pull request #55 from onerain88/gitignore

30 Apr 08:16
e6fa057
Compare
Choose a tag to compare

Features

  • 支持即时通讯服务

0.2.2: Merge pull request #46 from onerain88/release

09 Mar 04:56
392d7a4
Compare
Choose a tag to compare

Features

  • 支持 App Router