Releases: paulc/dnslib
Releases · paulc/dnslib
0.9.25
Given the scale of the changes (and API changes) add typing support/modernise the codebase I've decided to leave dnslib as is in maintenance mode for users who are relying on the old API (and Python2 support). I'll try to fix any minor bugs but there isnt going to be any more active development (which is more or less the status quo anyway).
- 0.9.25 2024-07-08 Minor fixes:
#60 - SyntaxWarning with Python 3.12 (@kitterma)
#63 - Records with empty rdata causes pack() to fail (@peteralm80)
#66 - DNS SRV "target" names are compressed (@bobstanden)
0.9.24
* 0.9.24 2024-01-02 Merge multiple PRs
#49 - Generate README.md (via symlink)
#51 - Update Github CI checkout & setup-python actions (and remove Python 2.7 CI support)
(thanks to @SpencerIsGiddy)
#54 - Support for RP records (thanks to @ryan-gang)
#57 - Support for LOC records (thanks to @valentinesd)
(Note that this will be the last release supporting Python 2.7 and Python <3.7)