Releases: waggle-sensor/waggle-auth-app
Release 0.62.0
Added is_active
field to lorawan connection models to allow toggling them on / off in workflows without deleting the config. Also bumped the char limit to 6 on site_id
.
Release 0.61.0
Added is_active
field to compute and sensor models to allow toggling them on / off in workflows without deleting the config.
Release 0.60.2
Renamed setting PELICAN_KEY
to PELICAN_KEY_PATH
for clarity and to match storage loader terminology.
Release 0.60.1
Do value check on Pelican URL and root folder settings to make it easier to set correctly.
Release 0.60.0
This release adds support to serve data from our Pelican origin, if it's not available on OSN. This will allow for a simpler migration as we deploy the updated data loader.
Release 0.59.0
Release 0.58.0
Added fields that were missing in api/v-beta/nodes/
Release 0.57.0
Updated console logging level to INFO.
Release 0.56.0
Added SESSION_COOKIE_NAME and CSRF_COOKIE_NAME env vars.
Release 0.55.0
Added SESSION_COOKIE_DOMAIN and CSRF_COOKIE_DOMAIN env vars to configure cross domain visibility.