Skip to content

5.0.12 releasenotes

Choose a tag to compare

@jwfing jwfing released this 11 Mar 12:49
· 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 之后受之前缓存数据的影响;