IOOS Glider DAC v3.0.1
Summary of changes
Primarily a bugfix release with some package updates and an addition of a health check against ERDDAP.
- Bugfixes
- Restore results and num_results keys in /api/deployment JSON response by @benjwadams in #592
- Allow underscores and hyphens in addition to letters and numbers in username login validation by @benjwadams in #593
- Fix key for results against deployment API testing by @benjwadams in #594
- Replace outstanding references of ._id with .id by @benjwadams in #595
- Re-add username field to /api/deployments output by @benjwadams in #597
- Add 404 errors for nonexistent deployments by @benjwadams in #599
- Fix username search field (name -> username) by @benjwadams in #600
- Default deployment dt filter by @benjwadams in #601
- Escapes wildcard characters inside deployment ILIKE queries by @benjwadams in #602
- Module version updates
- Bump aiohttp from 3.13.3 to 3.14.0 by @dependabot[bot] in #598
- Bump lxml from 5.3.1 to 6.1.0 by @dependabot[bot] in #590
- Miscellaneous build improvements
- Makeshift HTTP healthcheck for ERDDAP in Compose file by @benjwadams in #596