Skip to content
This repository was archived by the owner on Jul 12, 2023. It is now read-only.

v0.28.0

Choose a tag to compare

@mikehelmick mikehelmick released this 10 May 17:19
· 268 commits to main since this release
9d314a7

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:

  1. Disable user report on the e2e-test-realm
  2. Delete the User Report SMS template on the e2e-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_AT to 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

Dependencies

Added

  • github.com/nyaruka/phonenumbers: v1.0.68

Changed

Removed

Nothing has changed.