v0.8.2 - Case-insensitive emails
This release makes email matching case-insensitive.
API Changes
- When searching by email, such as
GET /[email protected]
, a case-insensitive match is used. The two searches are by primary email and by Firefox Accounts primary email.
Deployments
- A lowercase index has been added for the primary email addresses as well as the Firefox Accounts email address. A unique lowercase index has been manually added for the primary email in stage and production.
Other Changes
- A script
import-mofo.sql
has been added to import Mozilla Foundation data from a CSV file.