Skip to content

Releases: markdingo/autoreverse

v1.4.0 - Include RRL support in the latest release

04 Mar 21:04
Compare
Choose a tag to compare

Now that RRL has been used in production for some time, it's safe to make it part of the latest package release.

v1.3.0 - Enable remote "go install" for simpler installation

10 Feb 09:04
Compare
Choose a tag to compare

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

27 Jan 03:55
Compare
Choose a tag to compare

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

23 Dec 07:17
Compare
Choose a tag to compare

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

13 Dec 23:53
Compare
Choose a tag to compare

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

13 Dec 23:16
Compare
Choose a tag to compare

The initial release of autoreverse is looking for feedback and early adopters.