5.0.12 releasenotes
·
1169 commits
to master
since this release
Break changes
- None
New features
- 在
cn.leancloud.core.AppConfiguration中增加设置项,允许禁止本地缓存任何数据。可在应用初始化时设置。
/**
* set flag to enable local cache or not.
* @param enableLocalCache
*/
public static void setEnableLocalCache(boolean enableLocalCache)
Optimization and fixed bugs
- AVIMClient 创建普通 AVIMConversation 时,默认启用 unique 标志;
- 缓存数据与 appid 关联,避免同一个程序切换 appId 之后受之前缓存数据的影响;