Releases: leancloud/java-unified-sdk
Releases · leancloud/java-unified-sdk
7.0.1 release note
Break changes
- None
New features
- add static method: AVUser#requestSMSCodeForUpdatingPhoneNumberInBackground and AVUser#verifySMSCodeForUpdatingPhoneNumberInBackground
- upgrade oppo push sdk from 2.0.2 to 2.1.0
Optimization and fixed bugs
- performance optimization.
6.5.10 release notes
Break changes
- None
New features
- add static method: AVUser#requestSMSCodeForUpdatingPhoneNumberInBackground and AVUser#verifySMSCodeForUpdatingPhoneNumberInBackground
- upgrade oppo push sdk from 2.0.2 to 2.1.0
Optimization and fixed bugs
- performance optimization.
7.0.0 release notes
Break changes
- 底层依赖的 JSON 解析库由 fastjson 切换成 Gson,升级方法可参考博客说明。
New features
- None
Optimization and fixed bugs
- performance optimization.
leancloud-sdk-6.5.9
Break changes
- None
New features
- send onUnreadMessagesCountUpdated notification before onMessage callback.
Optimization and fixed bugs
- performance optimization.
6.5.8 release note
Break changes
- None
New features
- support disable hook for leanengine.
Optimization and fixed bugs
- fixed: AddUniqueOperation#apply error for AbstractList.
6.4.7 release notes
临时版本,没有什么功能更新。
Break changes
- PushService 默认在被杀的时候不会重启自己。
New features
- None
Optimization and fixed bugs
- 允许在未初始化的时候启动 PushService.
6.5.7 release note
Break changes
- None
New features
- None
Optimization and fixed bugs
- upgrade fastjson lib to 1.2.71;
- always initialize current Installation instance through local cache file.
6.4.6 release note
Break changes
- None
New features
- None
Optimization and fixed bugs
- always initialize current Installation instance through local cache file.
6.4.5 releasenotes
Break changes
- None
New features
- None
Optimization and fixed bugs
- 初次安装的设备,预先生成 Installation 缓存文件,以避免 fastjson 序列化时出现循环引用的错误.
6.5.6 release notes
Break changes
- None
New features
- None
Optimization and fixed bugs
- 将 java-websocket 的版本改回 1.4.1。