Skip to content

Releases: niclabs/dns-tools

v1.1.3

30 Jan 22:17
Compare
Choose a tag to compare
  • Fixing some broken flags in command line mode

v1.1.2

30 Jan 20:42
Compare
Choose a tag to compare
  • Test Typo Fix

v1.1.1

30 Jan 20:35
Compare
Choose a tag to compare
  • Fixing flag parsing

v1.1.0

29 Jan 17:15
Compare
Choose a tag to compare
  • Adding ECDSA support

Version 1.0

20 Aug 21:02
bbd3394
Compare
Choose a tag to compare
  • Now the commands/flags are parsed by Cobra Commander library. This library is used by a lot of Golang Projects and handles the most common flags cases, showing a helpful explanation if the flags are not consistent.
  • Reorganized the code a bit, moving methods between files and rewriting some functions as struct methods or changing multiple return values for structs.
  • Added some tests to the code and I changed some function signatures to be compatible with the tests (receiving readers instead of file paths, for example)
  • Commented all the methods and the comments should be shown in the project GoDoc page if this branch is merged with master.
  • Added an Expiration Date argument for signatures (Issue #7). The default signature expiration date is one year from the signing date. I also added a test to check if a signature is still valid or not.
  • Some flags names were changed for more consistency (all the compound flags use a mid-dash, on the previous version, sometimes they used a low_dash)

Initial Release

24 May 17:52
Compare
Choose a tag to compare
v0.8

change expiration name