6.0.0 release notes
·
1044 commits
to master
since this release
Break changes
- for domestic application, developers MUST call AVOSCloud.initialize(context, appId, appKey, serverHost) at first instead of AVOSCloud.initialize(context, appId, appKey) on Android platform.
New features
- LiveQuery login command add
clientTsparameter.
Optimization and fixed bugs
- upgrade dependencies:
- okhttp:
3.12.1->4.1.1 - retrofit:
2.5.0->2.6.1 - rxjava2:
2.2.3->2.2.12 - rxandroid:
2.1.0->2.1.1 - fastjson:
1.2.46->1.2.60 - fastjson-android:
1.1.70.android->1.1.71.android - protobuf-java:
3.4.0->3.9.1 - java-websocket:
1.3.9->1.4.0
- okhttp: