Releases: named-data/python-ndn
Releases · named-data/python-ndn
v0.5.0
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
- @dependabot made their first contribution in #70
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.3-3
v0.3-1
- 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
- Add
express_raw_interest
function toNDNApp
. - Add validator for known keys.
- Add CodeQL scanning.
- Add support to Windows CNG as a TPM backend.
- Add binary tools
pyndntools
,pyndnsec
andpynfdc
. - Transition to Name Convention Rev03.
- Add automatic type conversion for
Enum
,Flag
andstr
. - Drop Python 3.7 support and add Python 3.10.