blob: 0eaa225af860572a9b38d096d2e8d93b720f72b1 [file] [log] [blame]
Ashlesh Gawande5a895472020-01-25 18:07:32 -08001PSync version 0.2.0
2-------------------
3
Davide Pesavento51189592021-10-02 22:34:34 -04004*Release date: February 2, 2020*
5
6New features
7^^^^^^^^^^^^
Ashlesh Gawande5a895472020-01-25 18:07:32 -08008
9- **breaking change** Compress Sync Data in Full Sync by default (:issue:`5061`, :issue:`4917`)
10- Support various compression schemes for compressing IBF and Sync Data (:issue:`5061`)
11
Davide Pesavento51189592021-10-02 22:34:34 -040012Changes
13^^^^^^^
Ashlesh Gawande5a895472020-01-25 18:07:32 -080014
15- Use constant interest timeout for (discovery) sync Interest in Segment Fetcher (:issue:`4945`)
16- Make default jitter shorter, react to NACK after jitter
Davide Pesavento51189592021-10-02 22:34:34 -040017- Use ``boost::bimap`` instead of two ``std::map`` variables to store hash to prefix matching