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

v0.29.0

Choose a tag to compare

@mikehelmick mikehelmick released this 24 May 21:50
· 249 commits to main since this release
f36e28d

Release notes for main

Documentation

Changelog since v0.28.0

Changes by Kind

Enhancements and Bug Fixes

  • If a phone number was previously used for self report, success is return now instead of 409. (#2077, @mikehelmick)
  • Removes all current feature flags. Where applicable, features are still controlled at a realm level. (#2078, @mikehelmick)
  • Add additional info to system admin realm overview including if abuse prevention is enabled and if authenticated SMS is enabled. (#2099, @mikehelmick)
  • Add missing 401 Unauthorized page to redirect service. Prior to this, 401s on the redirect service would result in 500s due to the missing template. The 401 template is translated into all supported languages. (#2091, @sethvargo)
  • Added translations for Thai. (#2098, @sethvargo)
  • Fix error in Spanish translations for user-report (#2089, @mikehelmick)
  • Introduce new optional fields to the /issue API for requesting the generated SMS message. This feature must be enabled on a per-realm basis. (#2086, @sethvargo)
  • Send signal to close webview window on iOS when user report is complete. (#2080, @mikehelmick)
  • Show which realms have user report enabled on system admin realm listing. (#2079, @mikehelmick)
  • Upgrade styles on user report form to improve internationalization layout for right-to-left languages, and fix an issue with client-side date validation for user reports. (#2092, @sethvargo)

Infrastructure

  • Serve robots.txt that disallows indexing on the enx-redirect main endpoints. (#2083, @mikehelmick)
  • Upgrade to latest exposure-notifications-server release (#2076, @mikehelmick)

Dependencies

Added

Nothing has changed.

Changed

Removed

Nothing has changed.