v2.8.0
What's Changed
Key changes:
- Capture users Justice email address by authenticating via EntraID
- Update python version to 3.12 and update dependencies
Full changes:
- Bump black from 23.3.0 to 24.3.0 by @dependabot in #1272
- Bump uvicorn[standard] from 0.20.0 to 0.28.0 by @dependabot in #1268
- Bump django-filter from 22.1 to 24.1 by @dependabot in #1269
- Bump boto3 from 1.26.143 to 1.34.64 by @dependabot in #1273
- Update GitHub actions workflow to trigger build/deploy only when releases by @michaeljcollinsuk in #1274
- Bump django from 4.2.10 to 4.2.11 by @dependabot in #1275
- Allow users to authenticate with Azure in order to capture their Justice email address by @michaeljcollinsuk in #1280
- Disable justice auth capture flow in dev for non-superusers by @michaeljcollinsuk in #1281
- Update justice auth flow to use client_secret and prompt login by @michaeljcollinsuk in #1282
- Updated Python version to 3.12. Bumped dependencies. Removed deprecated test package by @jamesstottmoj in #1285
- ensure redirect to index if no justice id regardless of route hit by @jamesstottmoj in #1283
- Update homepage messaging about authenticating with justice identity by @michaeljcollinsuk in #1286
- Enable justice auth in dev by @michaeljcollinsuk in #1287
- Enable the justice identity capture auth flow in production by @michaeljcollinsuk in #1288
Full Changelog: v2.7.0...v2.8.0