Skip to content

5.1.0 (2022-08-12)

Compare
Choose a tag to compare
@Half-Shot Half-Shot released this 12 Aug 11:56
· 80 commits to develop since this release
5.1.0

Features

  • 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)

Improved Documentation

  • Document supported platforms. (#430)

Internal Changes

  • Add new CI workflow to check for signoffs. (#428)