This repository was archived by the owner on Jul 12, 2023. It is now read-only.
v0.28.0
Release notes for exposure-notifications-verification-server
Upgrade Notes
If you have any realms that have User Report enabled, then they will need to make changes to their SMS templates before upgrading. This mostly likely only impacts e2e-test-realm realms.
To fix, before upgrading:
- Disable
user reporton thee2e-test-realm - Delete the
User ReportSMS template on thee2e-test-realm
Upgrade as normal, the e2e-runner will configure the e2e-test-realm correctly on startup.
Changelog since v0.27.0
Changes by Kind
Enhancement
- Adds internationalization for user-report web view for all currently supported locales. (#2070, @mikehelmick)
- Remove temporary code to migrate secrets from environment variables to automatically-rotated secrets. (#2059, @sethvargo)
- The UI elements for displaying when an API key was last used is now *ON- by default. To disable this, set
ENABLE_API_KEY_LAST_USED_ATto false. (#2060, @sethvargo) - The feature flag control for authenticated SMS is being removed and that feature is now always available. (#2073, @mikehelmick)
- Adds translations for Bengali, bn. (#2068, @mikehelmick)
- Always store HMAC of E164 version of a phone number so that different formats and presence/absence of country code are treated the same. (#2066, @mikehelmick)
- Appsync service will pull agency images if available.
Agency images will show up on the user-report webview
Changed rules on user-report SMS text template (#2063, @mikehelmick) - Handle and display error messages on the user-report webview form. (#2064, @mikehelmick)
- Update user report webview strings. (#2069, @mikehelmick)
- User report feature is now enabled by default. (#2072, @mikehelmick)
Uncategorized
- Upgrade to latest exposure-notifications-server release (#2076, @mikehelmick)
Dependencies
Added
- github.com/nyaruka/phonenumbers: v1.0.68
Changed
- github.com/google/exposure-notifications-server: v0.27.0 → v0.28.0
Removed
Nothing has changed.