5.0.9 release notes
·
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;