Spam validation check now added to Auth templates#
We've now added a spam validation checker for your email templates in the Auth section of the dashboard! This is powered by SpamAssassin and is in hopes to assist you with writing email content in a way to avoid being marked as spam by email clients.
You will still be able to save your email templates regardless of whether you're using the built-in SMTP provider or a custom SMTP provider. However, we highly recommend fixing these warnings since they can affect email deliverability.
PR: https://github.com/supabase/supabase/pull/30188
Links: https://supabase.com/dashboard/project/_/auth/templates
Other improvements and bug fixes#
- Hovering over auth logs for a user will show relative time info (PR)
- Allow sorting on last signed in at for users (PR)
- Allow selection of functions that return void for auth hooks (PR)
- Allow updating of SMS rate limit irregardless of SMS autoconfirm being enabled (PR)
- Fix developer roles not being able to update buckets (PR)
- Fix create index "Select a table" combobox not using search input (PR)
- Support opening tables in table editor from the schema visualizer (PR)
- Fix filters for log reports (PR)