Skip to content

Releases: elastos/Elastos.CarrierClassic.Native

v5.4.2

23 Oct 06:48
Compare
Choose a tag to compare

Main Changes to previous release version:

  • Support persistent group with the following characteristics:
    1). The peer, already as a member of the group, will automatically be in the group when it come back to be connected from offline state with the notification of "peer listed changed";
    2). The number of the peers in group would include the peers being offline;
    3). The group is totally decentralized-oriented currently without any group management involved;
    4). The peer would miss the group messages when it is being offline state.
  • Add to support notification of friend request with different greeting message.

v5.4.1

19 Sep 07:31
Compare
Choose a tag to compare

Main Changes to previous release version:

  • Offline messaging change to use Solo dstore implementation other than to use Hive SDK.
  • Fix typo in root CMakeLists.txt of toxcore.

The purpose of this version is to solve the issue that carrier sdk would crash on android 6.0 device.

v5.4.0

20 Aug 07:53
Compare
Choose a tag to compare

Main Changes to previous release version:

  • Introduce "include" directive in config file in order to remove redundancy of including same configurations among apps.
  • API changes in sending/receiving messages to check whether the message was sent/received as online message or offline message.
  • Remove ela_init_log() API which now will be internally called within ela_new() API.

v5.3.4(Technical Preview)

06 Aug 08:04
Compare
Choose a tag to compare

Main Changes to previous release version:

  • Make compiling options take effect in global scope.
  • Improve the initialization procedure of dstore on Hive SDK.

v5.3.3(Technical Preview)

29 May 07:15
Compare
Choose a tag to compare

Main Changes to previous release version:

  • Update dependency libcrystal to v1.0.5 (Resolve crash issue when cleanup log module).

v5.3.2 (Technical Preview)

15 May 09:20
Compare
Choose a tag to compare

Version 5.3.2 - Offline messaging supported , main changes to previous version:

  • Update CI scripts for configuring android ndk for different arches;
  • Fix crash issue for using C++ libraries on android armeabi-v7a platform
  • Correct reference count of using carrier instance.
  • Change back to use static libraries on Android platform to resolve crash issue.

v5.3.1 (Technical Preview)

06 May 07:09
Compare
Choose a tag to compare

Congrats! carrier-v5.3.1 with offline message feature has been finally released to meet community developers' appeal. And this release is declared as Technical Preview version. We welcome community developers feedback of integrating this version.

Main Changes to previous release version:

  • Update CI to upgrade sphinx version for building API docs;
  • Update dependency hive to release-v0.1.1;
  • Support offline message sending/receiving;
  • Add special test case to verify offline message.
  • Resize the hash table size to fit best performance.
  • Add bulkmsg command into elashell app.

v5.2.4

11 Apr 06:42
Compare
Choose a tag to compare

Main Changes to previous release version:

  • Export only static libraries for iOS, and static/dynamic libraries for other platforms;
  • Update dependency cygwin to 3.0.6-1 for windows platform;
  • Update dependency libcrystal to v1.0.4.

v5.2.3

19 Mar 06:47
5b6a151
Compare
Choose a tag to compare

Main Changes to previous release version:

  • Fix ios cross-compilation issue for some macos environment;
  • Fix issue for calling open_/close_portforwarding in stream without PORTFORWARDING option;
  • Update dependency cygwin libraries need on Windows platforms;
  • Fix issue of implementing ela_get_version().

v5.2.2

02 Mar 07:52
Compare
Choose a tag to compare

Main changes to previous version:

  • Update checksum SHA256 of dependency libcrystal and it's download address;
  • Update License to be GPLv3 with regards to c-toxcore project.