Saurab Dulal | 1158c55 | 2020-01-19 18:36:00 -0600 | [diff] [blame] | 1 | NLSR version 0.5.2 |
| 2 | ++++++++++++++++++ |
| 3 | |
| 4 | **Breaking Changes** |
| 5 | |
Davide Pesavento | 1b640fd | 2023-01-04 21:00:05 -0500 | [diff] [blame^] | 6 | The following breaking changes make this release incompatible with the previous version. |
| 7 | |
| 8 | - Use PSync version 0.2.0, sync data compression in full sync is enabled by default (:issue:`5061`, :issue:`4917`) |
| 9 | - Use the floating point encoding/decoding functions for hyperbolic coordinates (:issue:`4615`) |
Saurab Dulal | 1158c55 | 2020-01-19 18:36:00 -0600 | [diff] [blame] | 10 | |
| 11 | **New Features** |
| 12 | |
| 13 | - Handle zero cost links in Link State Routing (:issue:`4978`) |
| 14 | |
Davide Pesavento | 1b640fd | 2023-01-04 21:00:05 -0500 | [diff] [blame^] | 15 | **Improvements and Bug Fixes** |
Saurab Dulal | 1158c55 | 2020-01-19 18:36:00 -0600 | [diff] [blame] | 16 | |
| 17 | - Remove support for old combined seq no file (:issue:`4143`) |
| 18 | - Sync common test infrastructure with ndn-cxx |
| 19 | - Refactor Certificate Storage class (:issue:`5075`) |
| 20 | - Avoid crashing NLSR if identity cannot be created |
| 21 | - Change init order to register sync routes after hello data has been verified (:issue:`5009`) |
| 22 | - Fix empty file creation if conf file is same as dynamic (:issue:`5071`) |
| 23 | - On face event notification, only proceed if face id was zero or updated (:issue:`4394`) |