Skip to content

v1.0.5: Better error handling

Compare
Choose a tag to compare
@wneessen wneessen released this 22 Dec 15:07
· 15 commits to main since this release
2b0b51a

This releases overhauls the error handling of the different APIs. Aside of fixing #22, in this release we reworked the general error handling. Errors are no defined via errors.New() and therefore can be checked via errors.Is() accordingly. General code cleanup was also performed. Check the PRs for all details.

What's Changed

  • Fix missing HTTP response return in PastedAccount method. by @wneessen in #23
  • Fix/24 verify and overhaul the error handling of the different apis by @wneessen in #25

Thanks to @chandru89new for finding the error and raising the error issue.

Full Changelog: v1.0.4...v1.0.5