Releases: markdingo/autoreverse
v1.4.0 - Include RRL support in the latest release
v1.3.0 - Enable remote "go install" for simpler installation
The package has been rearranged so that rather than support a possible future world with multiple "commands", it now only supports the single command, namely the server autoreverse.
The advantage of this is that installation is simpler by way of "go install".
v1.2.0 - Refactor for better NXDomain/NoError conformance
Due to lack of supporting data-structures, some queries were returning NXDomain when they should have returned NoError. This distinction is important to caches which may apply the NXDomain result to future child queries.
The primary purpose of this release is to fix that problem by introducing a new database structure and more comprehensive parsing of the synthesized queries to ensure correct rcodes are returned.
Also rolled into this release are a few other minor changes which are mostly about improving code quality.
v1.1.0 - DNS Cookie Support
Add support for rfc7873, rfc9018 DNS Cookies. The second RFC describes a structured server cookie, which is what autoreverse generates.
v1.0.1 - tweak to work around github/zip limitation
It turns out that those test files with ":"s in the file name really hurt "go get" and github. Don't know exactly why.
Initial Public Release
The initial release of autoreverse is looking for feedback and early adopters.