Skip to content

Releases: waggle-sensor/waggle-auth-app

Release 0.62.0

22 Oct 19:49
Compare
Choose a tag to compare

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

08 Aug 19:02
f4458dc
Compare
Choose a tag to compare

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

19 Jul 19:16
Compare
Choose a tag to compare

Renamed setting PELICAN_KEY to PELICAN_KEY_PATH for clarity and to match storage loader terminology.

Release 0.60.1

18 Jul 21:40
Compare
Choose a tag to compare

Do value check on Pelican URL and root folder settings to make it easier to set correctly.

Release 0.60.0

18 Jul 19:20
90ebe98
Compare
Choose a tag to compare

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

02 Jul 19:07
6691370
Compare
Choose a tag to compare

What's Changed

Release 0.58.0

23 May 16:23
3d70805
Compare
Choose a tag to compare

Added fields that were missing in api/v-beta/nodes/

Release 0.57.0

17 May 20:01
Compare
Choose a tag to compare

Updated console logging level to INFO.

Release 0.56.0

15 May 21:45
Compare
Choose a tag to compare

Added SESSION_COOKIE_NAME and CSRF_COOKIE_NAME env vars.

Release 0.55.0

15 May 20:25
Compare
Choose a tag to compare

Added SESSION_COOKIE_DOMAIN and CSRF_COOKIE_DOMAIN env vars to configure cross domain visibility.