blob: bc26a47c1393ce023801e8ba5783d5c2604acf98 [file] [log] [blame] [view]
Alexander Afanasyevf5fca3a2018-02-22 10:50:04 -05001Release Notes
2=============
3
4## Version 0.5.0
5
6- **Breaking change** Use bzip2 compression of sync Data payload (Issue #4140)
7
8- Disallow Interest loopback on sync prefix (Issue #3979)
9
10- Avoid ABI differences between debug/optimized modes (Issue #4496)
11
12- Extend Socket and Logic API:
13
14 - Allow customization of sync interest lifetime (Issue #4490)
15
16 - Limit the size of created sync Data and enable ability to
17 customize the maximum packet size through environment variable
18 (Issue #4140)
19
20 - Allow override of the session number
21
22- Disable use of Exclude filter (preparation for Exclude deprecation
23 in NDN and implementation was only partially correct)