Skip to content

0.3.3

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 19:40
· 77 commits to main since this release
4e8995f

Summary

This release refactors HTTP error handling in REST API endpoints for backend routes. The new payload expected when an HTTP error is captured looks like the following.

{
    "errors": [
        "Failed to get change events for service. Caller is not authorized to view the requested resource."
    ]
}

This helps in providing a better user experience to the user from a frontend perspective.

Changes

  • refactor: improve http error handling in REST API endpoints (#20) by @t1agob

This release was made possible by the following contributors:

@t1agob