You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can now throw AppserviceHttpError errors inside the onUserQuery controller function to raise a HTTP error. Other exceptions will be treated as a HTTP 500 error. (#434)
Bugfixes
Fix bug introduced in 5.0.0 which caused the /metrics endpoint to request authentication. The endpoint no longer requires authentication. (#435)