v26.1
Notifuse/notifusev26.1Jan 13, 2026by pierre-b
AI Summary
This is a minor bug fix release for Notifuse that corrects the Supabase Integration's handling of email change webhooks. The release fixes an issue where the new email address was not being properly parsed due to an incorrect JSON field name.
Key Highlights
- Fixed Supabase `email_change` webhook not parsing the new email address
- Changed JSON field from `email_new` to `new_email` to match Supabase Auth API
- No migration required for upgrade
- Drop-in replacement for v26.0
Full Release Notes
# Release v26.1 **Date:** 2026-01-13 ## Bug Fix - **Supabase Integration**: Fixed `email_change` webhook not parsing the new email address. Changed JSON field from `email_new` to `new_email` to match Supabase Auth API. ## Upgrade No migration required. Drop-in replacement for v26.0.