Releases: waggle-sensor/waggle-auth-app
Release 0.49.2
Fixed bug where serializer was not detecting duplicate lorawan key and connection records.
Release 0.49.1
Added uncommitted migration manifests/migrations/0039_alter_computehardware_hw_model_and_more.py
.
Release 0.49.0
This PR add a /nodes/{vsn}/users endpoint which provides the list of users and their ssh public keys like:
[
{
"user": "someuser",
"ssh_public_keys": "ssh-ed25519 AAAA...\n"
},
...
]
This will enable automation of per user accounts on nodes for developer access.
Release 0.48.0
Added sensor hardware CRUD API. @FranciscoLozCoding
Release 0.47.0
Added support for LoRaWAN data management APIs.
Added "VSNs using" data to /sensors/ endpoint.
Co-authored with:
@FranciscoLozCoding
@nconrad
@sergeygurvich
Release 0.46.1
Forgot to add serial number and URI fields to node sensor admin. (Important for camera config!)
Release 0.46.0
Add admin for node and compute sensors to enable easier global search and updates.
Release 0.45.0
Added support for project in manifest.NodeData model.
Added project filter param to /manifests/
endpoint. (Ex. /manifests/?project=sage
)
Release 0.44.0
- Add Globus logout flow to properly clear Globus cookies on logout.
- Override admin site's login / logout with Globus based login / logout. (The admin site's login is not currently used. This will allow admins navigating to /admin to get a proper login screen.)
Release 0.43.0
- Adds initial models and management for LoRaWAN device and config tracking. (@FranciscoLozCoding)
- Fixes sensor hardware capabilities serialization. (@sgurvich83)