Releases: waggle-sensor/waggle-auth-app
Release 0.54.0
Sped up various API endpoints.
Release 0.53.0
Security patch: GHSA-w3h3-4rj7-4ph4
Release 0.52.0
Added new api/v-beta/nodes
endpoint for driving portal.
Release 0.51.5
Added download app's X-Object-Content-Length and X-Object-Content-Type headers to CORS_EXPOSE_HEADERS.
Release 0.51.4
Downloads app returns direct HTTP response on HEAD requests rather than redirect.
HEAD response provides the following useful headers:
- X-Object-Content-Length: Object size.
- X-Object-Content-Type: Object content type.
Release 0.51.3
Fixed 404 response in downloads app.
Release 0.51.2
Added missing CORS settings for:
- CORS_ALLOW_CREDENTIALS
- SESSION_COOKIE_SAMESITE
Release 0.51.1
Added support for OPTIONS requests on downloads endpoint.
Added minor Lorawan key validation handler. @FranciscoLozCoding
Release 0.51.0
This release adds support for HTTP Basic Auth with users' token as a password to the /downloads
endpoint to support wget.
Note that this is not enabled site wide for security reasons. More details can be found in downloads.authentication.BasicTokenPasswordAuthentication.
Release 0.50.0
Adds support for OSN downloads with project level permissions to files.
For more details see: #43