Skip to content

5.0.9 release notes

Choose a tag to compare

@jwfing jwfing released this 28 Jan 10:22
· 1185 commits to master since this release

Break changes

  • None

New features

  • add new static method to AVUser:
AVUser.alwaysUseSubUserClass(Class<? extends AVUser> clazz);
  • add new static method to PushService. If you only use LiveQuery(exclude Push or Realtime), you can invoke this method to starting PushService(establishing websocket connection).
PushService.startIfRequired(android.content.Context context);

Optimization and fixed bugs

  • upgrade okhttp.version to 3.12.1;
  • fixed: instance created by AVFile.withFile(name, file) can't be upload correctly;
  • fixed: can't change http/https protocol dynamically while uploading AVFile;