blob: 4e0d1a00c4c0f6cde54825cfb35a2db824c91e56 [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
Davide Pesavento36651f12023-01-02 17:07:21 -05009- *(breaking change)* Compress Sync Data in Full Sync by default (:issue:`5061`, :issue:`4917`)
Ashlesh Gawande5a895472020-01-25 18:07:32 -080010- Support various compression schemes for compressing IBF and Sync Data (:issue:`5061`)
11
Davide Pesavento36651f12023-01-02 17:07:21 -050012Improvements and bug fixes
13^^^^^^^^^^^^^^^^^^^^^^^^^^
Ashlesh Gawande5a895472020-01-25 18:07:32 -080014
Davide Pesavento36651f12023-01-02 17:07:21 -050015- Use constant interest timeout for (discovery) Sync Interest in ``SegmentFetcher`` (:issue:`4945`)
Ashlesh Gawande5a895472020-01-25 18:07:32 -080016- 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