Release Notes

ndn-cxx version 0.6.1

Release date: February 19, 2018

New features:

  • (potentially breaking change) expressInterest() now by default loopbacks Interests to producer callbacks on the same Face. When undesired, use InterestFilter::allowLoopback(false) (Issue #3979)
  • New signal in SegmentFetcher to notify retrieval of Data segments (Issue #4438)
  • Initial support for the Content Store management protocol (Issue #4050)
  • Literal operators for time::duration types, such as 1_s, 42_ms, 30_days (Issue #4468)
  • Support for BLAKE2 hash function (requires OpenSSL >= 1.1.0)
  • A escape() helper function complementing the existing unescape() (Issue #4484)

Improvements and bug fixes

Removed