-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
12/16/2020 Li Fenxiang [email protected] | ||
|
||
**version 6.0.1**, main changes to previous version: | ||
|
||
```markdown | ||
- Bugfix for internal dependency library: libcurl; | ||
- Upgraded to the almost latest versions for internal dependency libraries: libcrystal/pjsip/toxcore; | ||
- Add checking mechanism for consistency of internal persistent data before creating carrier instance; | ||
- Checking thread reentrancy safety for internal library use; | ||
- Bugfixes for api-tests test cases, especially the synchronization between tests and test-robot; | ||
- Improvements on message delivery confirmation in the edge case that friends become offline or were removed. | ||
- Improvements on the message-id generation mechanism, where now globally managed the message-id for all online and offline messages both; | ||
- Implemented the new extension module to unify the layer for extension modules, such as session, file-transfer, and WebRTC wrapper; | ||
- Refactored all APIs name with the new prefix "carrier-" instead of "ela-" to make it more official as Carrier service, but still keep the original APIs as deprecated APIs for original use; | ||
- Refactored the libraries name with the prefix "libcarrier" instead of "libela-*; | ||
- Removed the deprecated API: int ela_send_friend_message(ElaCarrier *carrier, const char *to, constvoid *message, size_t len, bool *offline); | ||
``` | ||
|
||
08/10/2020 Meng Xiaokun [email protected] | ||
|
||
**version 5.6.3**, main changes to previous version: | ||
|
@@ -31,8 +49,6 @@ | |
- Improvement on implementation of mechanism to triggger for pulling offline messages. | ||
``` | ||
|
||
06/18/2020 Meng Xiaokun [email protected] | ||
|
||
07/06/2020 Meng Xiaokun [email protected] | ||
|
||
**version 5.6.2**, main changes to previous version: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters