-
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.
Update CHANGELOG for releasing version 5.6.0
- Loading branch information
1 parent
fe7db03
commit d37087e
Showing
2 changed files
with
137 additions
and
1 deletion.
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,139 @@ | ||
05/27/2020 Meng Xiaokun [email protected] | ||
|
||
**version 5.6.0**, main changes to previous version: | ||
|
||
```markdown | ||
- Add bulkmsg receipt testcases. | ||
- Remove copilation error for windows platform. | ||
- Add express node config. | ||
- Add speed meter for express ndoe. | ||
- Update libcurl and enable ssl for express server. | ||
- Add friend receipt testcases and several bugfixes.. | ||
- Improving implementation of offmsg/offreq/offreceipt callbacks. | ||
- Improving configure express nodes and removing original hive bootstrap configuration. | ||
- improving func 'on_friend_message_receipt' and remove useless internal functions. | ||
- Improve generate_msgid and dht_friend_message functions. | ||
- Improve implementation of common func 'send_friend_message_internal' and internal called functions. | ||
- Improve implementation of receipt acknoledges. | ||
- convert receipt list to hashtable and bugfixes. | ||
- combin send message and send receipt message. | ||
- Add express, post/pull/delete offline message, request/onrequest friend. | ||
``` | ||
|
||
|
||
04/26/2020 Meng Xiaokun [email protected] | ||
|
||
**version 5.5.1**, main changes to previous version: | ||
|
||
```markdown | ||
- Support with carrier extension especially used for webrtc | ||
- Improve implementation of bulk message sending/receiving | ||
- Support feature of sending/receiving big data block (1K~5M) | ||
- Turn off to run elatets in travis CI and circle CI | ||
- fix group info store issue when killed by system. | ||
- Update reference location of dependency CUnit release package | ||
- This is a combination of 2 commits. | ||
- Try to leave all groups before start to test ela_get_groups APIs because of group persistence | ||
``` | ||
|
||
03/23/2019 Li Fenxiang [email protected] | ||
|
||
**version 5.5.0**, main changes to previous version: | ||
|
||
```markdown | ||
- Correct default port value for IPFS node service. | ||
- Fix cmake typo. | ||
- Update cygwin. | ||
- Allow ela_get_groups() to be called in the whole lifecycle of carrier due to introduction of persistent group. | ||
``` | ||
|
||
10/22/2019 Li Fenxiang [email protected] | ||
|
||
**version 5.4.2**, main changes to previous version: | ||
|
||
```markdown | ||
- Introduce persistent group. Messages generated during offline time are not delivered once online again. | ||
- Add to support notification of friend request with different greeting message. | ||
``` | ||
|
||
09/19/2019 Li Fenxiang [email protected] | ||
|
||
**version 5.4.1**, main changes to previous version: | ||
|
||
```markdown | ||
- Offline messaging change to use Solo dstore implementation other than to use Hive SDK. | ||
- Fix typo in root CMakeLists.txt of toxcore. | ||
``` | ||
|
||
08/19/2019 Li Fenxiang [email protected] | ||
|
||
**version 5.4.0**, main changes to previous version: | ||
|
||
```markdown | ||
- Introduce "include" directive in config file to import content of other config files. | ||
- API changes in sending/receiving messages. | ||
``` | ||
|
||
08/05/2019 Li Fenxiang [email protected] | ||
|
||
**version 5.3.4**, main changes to previous version: | ||
|
||
```markdown | ||
- Make compiling options take effect in global scope. | ||
- Improve the initialization procedure of dstore on Hive SDK. | ||
``` | ||
|
||
05/29/2019 Chen Yu [email protected] | ||
|
||
**version 5.3.3**, main changes to previous version: | ||
|
||
```markdown | ||
- Update dependency libcrystal to v1.0.5. | ||
``` | ||
|
||
05/14/2019 Chen Yu [email protected] | ||
|
||
**version 5.3.2**, main changes to previous version: | ||
|
||
```markdown | ||
- 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. | ||
``` | ||
05/06/2019 Chen Yu [email protected] | ||
|
||
**version 5.3.1**, main changes to previous version: | ||
|
||
```markdown | ||
- 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. | ||
``` | ||
04/10/2019 Tang Zhilong [email protected] | ||
|
||
**version 5.2.4**, main changes to previous version: | ||
|
||
```markdown | ||
- 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. | ||
``` | ||
|
||
03/18/2019 Tang Zhilong [email protected] | ||
|
||
**version 5.2.3**, main changes to previous version: | ||
|
||
```markdown | ||
- Fix ios cross-compilation issue for some macos environment; | ||
- Fix issue for calling open_portforwarding and close_portforwarding in stream without PORTFORWARDING option; | ||
- Update dependency cygwin libraries need on Windows platforms; | ||
- Fix issue of implementing ela_get_version(). | ||
``` | ||
|
||
03/02/2019 Tang Zhilong [email protected] | ||
|
||
**version 5.2.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