Skip to content

Releases: leancloud/java-unified-sdk

7.0.1 release note

14 Jul 05:10

Choose a tag to compare

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

14 Jul 05:10

Choose a tag to compare

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

09 Jul 08:49

Choose a tag to compare

Break changes

  • 底层依赖的 JSON 解析库由 fastjson 切换成 Gson,升级方法可参考博客说明

New features

  • None

Optimization and fixed bugs

  • performance optimization.

leancloud-sdk-6.5.9

09 Jul 07:51

Choose a tag to compare

Break changes

  • None

New features

  • send onUnreadMessagesCountUpdated notification before onMessage callback.

Optimization and fixed bugs

  • performance optimization.

6.5.8 release note

23 Jun 05:41

Choose a tag to compare

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

22 Jun 05:55

Choose a tag to compare

临时版本,没有什么功能更新。

Break changes

  • PushService 默认在被杀的时候不会重启自己。

New features

  • None

Optimization and fixed bugs

  • 允许在未初始化的时候启动 PushService.

6.5.7 release note

15 Jun 03:32

Choose a tag to compare

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

15 Jun 03:31

Choose a tag to compare

Break changes

  • None

New features

  • None

Optimization and fixed bugs

  • always initialize current Installation instance through local cache file.

6.4.5 releasenotes

11 Jun 23:50

Choose a tag to compare

Break changes

  • None

New features

  • None

Optimization and fixed bugs

  • 初次安装的设备,预先生成 Installation 缓存文件,以避免 fastjson 序列化时出现循环引用的错误.

6.5.6 release notes

11 Jun 23:52

Choose a tag to compare

Break changes

  • None

New features

  • None

Optimization and fixed bugs

  • 将 java-websocket 的版本改回 1.4.1。