Skip to content

v10.1.0

Compare
Choose a tag to compare
@zapcannon87 zapcannon87 released this 04 Apr 06:36
· 724 commits to master since this release
385512d

New features

  • IM 增加 conversation 属性变更的通知,并提供对应的委托协议 API
- (void)conversation:(AVIMConversation *)conversation didUpdateAt:(NSDate *)date byClientId:(NSString *)clientId updatedData:(NSDictionary *)data;

Optimization and fixed bugs

  • IM 修复 client 在释放内存后 installation 没有取消观察者的 bug
  • IM 修复 conversation 的 update 接口的回调不在主线程的 bug
  • IM 修复 patch message 可能会被丢弃的 bug
  • IM 修复 conversation 属性更新后,本地数据不支持 subkey 的 bug
  • 存储 优化 对 device token 的检查