Skip to content

v0.8.2 - Case-insensitive emails

Compare
Choose a tag to compare
@jwhitlock jwhitlock released this 21 May 00:51
· 703 commits to main since this release
v0.8.2
f76181b

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.