Releases: leancloud/objc-sdk
Releases · leancloud/objc-sdk
v11.5.0
New features
- Storage: new API to remove
prod
from push request
+ (void)setIgnoreProdParameterEnabled:(BOOL)isIgnoreProd;
v11.4.9
Optimization and fixed bugs
- IM 兼容部分旧版本的 Server
v11.4.8
Optimization and fixed bugs
- IM 优化了在网络频繁切换时的重连逻辑
v11.4.7
Optimization and fixed bugs
- IM 修复网络恢复后可能不会重连的 bug
v11.4.6
Optimization and fixed bugs
- IM 修复不兼容部分旧版本的序列化数据
v11.4.5
Optimization and fixed bugs
- IM 修复不兼容部分旧版本的序列化数据
v11.4.4
Optimization and fixed bugs
- 修复可能丢弃处于连接状态的 websocket 的 bug
v11.4.2
Optimization and fixed bugs
- 修复 AVObject 的递归锁引发的 crash
v11.4.1
Optimization and fixed bugs
- 重构 websocket wrapper
v11.4.0
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