++++++++++++++++++++ * Support Unix socket on Windows 10. * Fix semaphore running in a different event loop bug.
0.3a12
++++++++++++++++++++ * Handle ConnectionResetError. * Drop Python 3.6 support.
0.3a11
++++++++++++++++++++ * Transfer the repo to ``named-data/python-ndn``. * Fix cocoapy to make it work on MacOS 11 Big Sur. * Add more supports to NDNLPv2 (CongestionMark). * Add dispatcher and set_interest_filter.
0.3a1
++++++++++++++++++ * Fix the bug that registering multiple prefices at the same time leads to 403 error. * Add Name Tree Schema. * Add ``.devcontainer`` for VSCode Remote Containers and GitHub Codespaces.
0.2b22
++++++++++++++++++++ * Change the default sock file path from ``/var/run/nfd.sock`` to ``/run/nfd.sock`` on Linux. * Add FIB and CS management data structures * Add ``make_network_nack`` * Recognize ``NDN_CLIENT_*`` environment variables
0.2b21
++++++++++++++++++++ * Fix RuntimeWarning for hanging coroutine when main_loop raises an exception. * Fix the issue when after_start throws an exception, the application gets stuck. * Set raw_packet of express_interest and on_interest to be the whole packet with TL fields.