Skip to content

Releases: leancloud/objc-sdk

v11.5.0

29 Jan 08:49
4bd7203
Compare
Choose a tag to compare

New features

  • Storage: new API to remove prod from push request
+ (void)setIgnoreProdParameterEnabled:(BOOL)isIgnoreProd;

v11.4.9

24 Dec 07:17
91b9b45
Compare
Choose a tag to compare

Optimization and fixed bugs

  • IM 兼容部分旧版本的 Server

v11.4.8

19 Dec 05:19
7392547
Compare
Choose a tag to compare

Optimization and fixed bugs

  • IM 优化了在网络频繁切换时的重连逻辑

v11.4.7

30 Oct 11:03
acb7e1b
Compare
Choose a tag to compare

Optimization and fixed bugs

  • IM 修复网络恢复后可能不会重连的 bug

v11.4.6

29 Oct 07:34
f2f473e
Compare
Choose a tag to compare

Optimization and fixed bugs

  • IM 修复不兼容部分旧版本的序列化数据

v11.4.5

24 Oct 10:08
f29d4ea
Compare
Choose a tag to compare

Optimization and fixed bugs

  • IM 修复不兼容部分旧版本的序列化数据

v11.4.4

11 Oct 11:22
7559bfa
Compare
Choose a tag to compare

Optimization and fixed bugs

  • 修复可能丢弃处于连接状态的 websocket 的 bug

v11.4.2

14 Sep 07:08
f01e98d
Compare
Choose a tag to compare

Optimization and fixed bugs

  • 修复 AVObject 的递归锁引发的 crash

v11.4.1

13 Sep 13:26
8bd7f70
Compare
Choose a tag to compare

Optimization and fixed bugs

  • 重构 websocket wrapper

v11.4.0

23 Aug 07:16
d9f5657
Compare
Choose a tag to compare

Break changes

  • 废弃 AVServiceRegion 以及相关接口,向下兼容。

New features

  • LCRouter 更新如下接口

+ (void)setAPIVersion:(NSString *)APIVersion;

+ (void)setRTMRouterPath:(NSString *)RTMRouterPath;

+ (void)setRouterCacheDirectoryPath:(NSString *)directoryPath;

- (void)cleanCacheWithKey:(RouterCacheKey)key error:(NSError * __autoreleasing *)error;

Optimization and fixed bugs

  • 重构 LCRouter
  • 解耦 IM Client 和 IM Push