Releases: named-data/python-ndn
Releases · named-data/python-ndn
v0.5.0
Compare
Sorry, something went wrong.
No results found
zjkmxy
released this
18 Jan 01:58
What's Changed
build(deps): bump urllib3 from 2.0.4 to 2.0.7 by @dependabot in #70
build(deps): bump aiohttp from 3.8.5 to 3.9.0 by @dependabot in #72
Change Unix socket path by @zjkmxy in #73
build(deps): bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #75
build(deps): bump pycryptodomex from 3.19.0 to 3.19.1 by @dependabot in #74
build(deps): bump idna from 3.6 to 3.7 by @dependabot in #79
build(deps): bump aiohttp from 3.9.3 to 3.9.4 in the pip group across 1 directory by @dependabot in #80
build(deps): bump the pip group across 1 directory with 3 updates by @dependabot in #84
build(deps): bump aiohttp from 3.9.4 to 3.10.2 in the pip group across 1 directory by @dependabot in #85
build(deps): bump aiohttp from 3.10.9 to 3.10.11 in the pip group across 1 directory by @dependabot in #88
build(deps): bump aiohttp from 3.10.11 to 3.11.2 in the pip group across 1 directory by @dependabot in #89
build(deps): bump jinja2 from 3.1.4 to 3.1.5 in the pip group across 1 directory by @dependabot in #90
New Contributors
Full Changelog : v0.4.1...v0.5.0
v0.4.1
Compare
Sorry, something went wrong.
No results found
zjkmxy
released this
21 Aug 12:09
0.4.1 (2023-08-21)
Update dependencies: drop cryptography.
Add ECIES support.
0.4 (2023-07-21)
Migrate from pipenv to poetry
Upgrade Python requirement to 3.10
Fix a race condition in NDNAppv2
Add support to State-Vector-Sync (SVS)
v0.3-3
Compare
Sorry, something went wrong.
No results found
zjkmxy
released this
28 May 19:39
Add NDNAppv2
Add NDN-DPDK Support
encoding: Add MapField
v0.3-1
Compare
Sorry, something went wrong.
No results found
zjkmxy
released this
21 Mar 06:59
Add Light VerSec and cascade validator.
Add UDP support.
Support remote prefix registration.
NDNLPv2 protocol update.
NDN 0.3 protocol update (ForwardingHint).
Add Boost INFO parser.
Drop Python 3.8 support due to typing hint incompatability. CPython 3.8 should still work, but PyPy 3.8 is known to be incompatible.
Bug fixes.
v0.3
Compare
Sorry, something went wrong.
No results found
zjkmxy
released this
21 Nov 23:37
Add express_raw_interest function to NDNApp.
Add validator for known keys.
Add CodeQL scanning.
Add support to Windows CNG as a TPM backend.
Add binary tools pyndntools, pyndnsec and pynfdc.
Transition to Name Convention Rev03.
Add automatic type conversion for Enum, Flag and str.
Drop Python 3.7 support and add Python 3.10.
v0.3a1-4
Compare
Sorry, something went wrong.
No results found
zjkmxy
released this
06 Jul 02:49
Allow expressing raw Interest packets.
Add signature validator with known keys.
Support Windows 10/11.
Add Windows CNG / Microsoft Platform Crypto Provider (CNG) as TPM backend.
Add platform package providing default paths on Windows.
v0.3a1-3
Compare
Sorry, something went wrong.
No results found
zjkmxy
released this
06 Jul 02:44
Support Unix socket on Windows 10.
Fix semaphore running in a different event loop bug.
v0.3a1-2
Compare
Sorry, something went wrong.
No results found
zjkmxy
released this
30 Apr 03:05
Fix cocoapy to make it work on MacOS 11 Big Sur.
Add more supports to NDNLPv2 (CongestionMark).
Add dispatcher and set_interest_filter.
Handle ConnectionResetError.
Drop Python 3.6 support.
v0.3a1
Compare
Sorry, something went wrong.
No results found
zjkmxy
released this
25 Sep 00:52
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.
v0.2b2-2
Compare
Sorry, something went wrong.
No results found
zjkmxy
released this
01 Jun 06:03
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