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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
⚠ BREAKING CHANGES
Refactor the entire REST API. This includes many endpoints getting new/more appropriate error (and in some cases success) codes. Please see butler.ptarmiganlabs.com for details.
MQTT message now taken from body rather than from URL params
Features
api: Make error messages more descriptive (dde2c42), closes #224
Bug Fixes
File copy/move now returns 201 (86d63ca), closes #216
Key-value store now working as intended (4fb9201), closes #222
MQTT message now taken from body (a92bdf1), closes #217
Update base base image for Docker builds (e50154a)
A few new config file settings related to (dis)allowing unverified TLS certificates.
A new config setting backgroundServerPort used to implement the X-HTTP-Method-Override feature (see below). Can be set to any free port number. Only used within Butler itself (does not need to be accessible from outside).
Refactoring
Add support for X-HTTP-Method-Override using Fastify (ecaa685), closes #211