Skip to content

Releases: djotaku/dreamhost_dns_go

v5.0.0 Using V2 of the Dreamhost API library

20 Jul 22:26
d41822c
Compare
Choose a tag to compare

Not much should change, although I did make the logging a little more consistent in the data logged to file.

What's Changed

  • V5.0.0 Moving the version 2 of the API library by @djotaku in #13

Full Changelog: v4.2.2...v5.0.0

v4.2.2 - SLSA3 Verified Build

20 Jul 20:37
Compare
Choose a tag to compare

Upgraded dependencies. Shouldn't be any big differences for users. Moved a few things around for better maintenance. This should be the final release before I change to using v2 of my dreamhostapi library/package.

If you know about SLSA, you can use the artifacts below to verify the binaries haven't been tampered with if someone gives you one of the binaries.

v4.2.0

20 Jul 20:27
Compare
Choose a tag to compare

Upgraded dependencies. Shouldn't be any big differences for users. Moved a few things around for better maintenance. This should be the final release before I change to using v2 of my dreamhostapi library/package.

If I set things up correctly, I should end up with a slsa3 set of binaries so you can check them against data to make sure the binaries haven't been tampered with.

Full Changelog: v4.1.0...v4.2.0

Full Changelog: v4.1.0...v4.2.0

v4.1.0 Errors from the API now properly Cascade through

06 Mar 02:01
e73e0c1
Compare
Choose a tag to compare

Including surfacing errors from the API

4.0 Move API out to a package

01 Mar 12:26
7c67531
Compare
Choose a tag to compare
Merge pull request #10 from djotaku/extract_to_package

moved out API to a package

3.1 Making log files and user output more useful

28 Feb 03:32
b882ad6
Compare
Choose a tag to compare

3.0 Efficient Main

26 Feb 00:47
d69baae
Compare
Choose a tag to compare

Reduced many loops in favor of one loop and dictionary for efficiency.

2.1 Added verbose Tag and cleaned output

26 Feb 00:11
18e9047
Compare
Choose a tag to compare
Merge pull request #7 from djotaku/output_imprivements

Output improvements

2.0 Simplified Code and Added Logs

19 Feb 00:38
Compare
Choose a tag to compare
- Combined loops to simplify things
- Added log output to make more explicit what is happening
- also ran go fmt

1.1 Release Drafter Fix

18 Feb 20:29
Compare
Choose a tag to compare

Trying to see if this fix will allow for the release action to put the new binary here