Releases: djotaku/dreamhost_dns_go
v5.0.0 Using V2 of the Dreamhost API library
Not much should change, although I did make the logging a little more consistent in the data logged to file.
What's Changed
Full Changelog: v4.2.2...v5.0.0
v4.2.2 - SLSA3 Verified Build
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
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
Including surfacing errors from the API
4.0 Move API out to a package
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
Including rolling logs
3.0 Efficient Main
Reduced many loops in favor of one loop and dictionary for efficiency.
2.1 Added verbose Tag and cleaned output
Merge pull request #7 from djotaku/output_imprivements Output improvements
2.0 Simplified Code and Added Logs
- Combined loops to simplify things - Added log output to make more explicit what is happening - also ran go fmt
1.1 Release Drafter Fix
Trying to see if this fix will allow for the release action to put the new binary here