v1.0.5: Better error handling #26
wneessen
announced in
Announcements
Replies: 1 comment
-
Happy to have been of some small help. Just wanted to re-iterate that on behalf of the team at Steampipe, thank you for all your effort on this SDK! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 viaerrors.Is()
accordingly. General code cleanup was also performed. Check the PRs for all details.What's Changed
Thanks to @chandru89new for finding the error and raising the error issue.
Full Changelog: v1.0.4...v1.0.5
This discussion was created from the release v1.0.5: Better error handling.
Beta Was this translation helpful? Give feedback.
All reactions