This repository was archived by the owner on Jul 12, 2023. It is now read-only.
v0.18.0
Release notes for main
Changelog since v0.17.1
Changes by Kind
User Stats
- Add CSV and JSON exports for user stats (#1286, @sethvargo)
- Add more detailed stats help information (#1276, @sethvargo)
- Capture and display daily active user stats (#1244, @sethvargo)
- Display user and external stats as tables (#1233, @sethvargo)
- Include user email addresses in stats export (#1215, @sethvargo)
- Print a message when loading returns with no stats (#1270, @sethvargo)
- Provide JSON and CSV output for API key stats (#1289, @sethvargo)
i18n
- Add clarity around terms for internationalization (#1282, @sethvargo)
- Add docs on how to i18n (#1241, @sethvargo)
- Added Portuguese translations. (#1274, @arturenault)
- Fully internationalize strings on code issue page. (#1229, @sethvargo)
- Internationalize SMS placeholder input (#1218, @sethvargo)
New service: app-sync
- Add terraform for setting up the mobile-app-sync cloud run service, scheduling, and URL config (#1243, @whaught)
- Build and deploy app-sync (#1245, @sethvargo)
- New endpoint to sync android apps to realms from a configurable .json file URL.
This will be hooked up to a cron job in the future. (#1191, @whaught) - Only warn on missing regions for appsync. (#1262, @sethvargo)
- Return appsync errors as strings (#1258, @sethvargo)
Terraform
- Add some missing dependencies to Terraform setup (#1209, @sethvargo)
- Enable cloudidentity.googleapis.com in Terraform (#1210, @sethvargo)
Documents
- Added user-guide documentation on realm-admin code settings. (#1264, @whaught)
- Add system admin guide (#1240, @sethvargo)
- DOCS: Added documentation for EN Express link handling for custom apps. (#1260, @mikehelmick)
- DOCS: clarified usage of chaff requests from client perspective (#1234, @mikehelmick)
Batch API
- Added user-guide documentation on bulk code issuance. (#1265, @whaught)
- Documentation for batch-issue API (#1288, @whaught)
- Move the Bulk Issue Codes UI to use the batch API (#1277, @whaught)
- Install batch-issue into the adminapi server (#1285, @whaught)
Other fixes
- Add UI to share system SMTP config (#1239, @sethvargo)
- Added an 'about' link to the login page (#1219, @whaught)
- Do not rate limit chaff requests (#1224, @sethvargo)
- Fix local time display helper edge cases (noon and midnight). (#1238, @sethvargo)
- Improve styles on realm signing key management page (#1279, @sethvargo)
- Unify common date types into project helpers (#1278, @sethvargo)
- When SMS numbers are provided, clarify that the 6-8 digit codes are backup codes. (#1217, @sethvargo)
Dependencies
Added
- github.com/jarcoal/httpmock: v1.0.4
- github.com/lestrrat-go/jwx: v0.9.0
- github.com/square/go-jose/v3: 708a9fe
- github.com/square/go-jose: v2.4.1+incompatible
Changed
- github.com/google/exposure-notifications-server: v0.17.0 → v0.18.0
- github.com/hashicorp/vault-plugin-auth-gcp: v0.6.1 → v0.8.0
- github.com/okta/okta-sdk-golang: v1.0.1 → v1.1.0
Removed
Nothing has changed.