v13.0
Notifuse/notifusev13.0Oct 9, 2025by pierre-b
AI Summary
Notifuse v13.0 introduces relative date segmentation, allowing users to create dynamic, time-based audience segments with auto-refreshing capabilities. The release also includes a critical bug fix resolving a regression from v11 that blocked broadcast sending.
Key Highlights
- Relative date segmentation support with flexible time ranges (last 7, 30, 90 days)
- Auto-refreshing segments that update daily at 5am in the segment's timezone
- Critical bug fix for broadcast sending (regression from v11)
- Automatic migration v13 on startup
New Features
- Relative date segmentation with expressions like 'in the last 30 days', 'in the last 7 days', 'in the last 90 days'
- Auto-refreshing segments that update every day at 5am in the segment's timezone
- Critical bug fix resolving broadcast sending issue from v11
Full Release Notes
# Notifuse v13.0 Release Notes **Release Date:** October 9, 2025 ## 🎉 What's New ### Relative Date Segmentation The segmentation engine now supports **relative dates**, making it easy to create dynamic, time-based audience segments: - **Flexible time ranges**: Use expressions like "in the last 30 days", "in the last 7 days", "in the last 90 days" - **Auto-refreshing segments**: Segments containing relative dates automatically refresh every day at 5am in the segment's timezone - **Always up-to-date audiences**: Your campaign audiences stay current without manual intervention #### Use Cases - Target contacts who opened an email in the last 7 days - Re-engage contacts who haven't clicked in the last 30 days - Send to new subscribers from the last 14 days This feature enables truly dynamic segmentation where your audience automatically updates based on time-based criteria. ## 🐛 Critical Bug Fix - **Fixed critical regression from v11**: Resolved an issue that blocked broadcast sending. If you're on v11 or v12, please upgrade immediately. ## 📦 Upgrade Instructions ### Docker ```bash docker pull notifuse/notifuse:v13.0 # or docker pull notifuse/notifuse:latest ``` ### From Source ```bash git pull git checkout v13.0 docker-compose up -d --build ``` ## 🔄 Migration This release includes **migration v13** which will run automatically on startup. No manual intervention required. ## 📚 Documentation For complete documentation, visit [docs.notifuse.com](https://docs.notifuse.com) ## 🆘 Support - **GitHub Issues**: [Report bugs or request features](https://github.com/Notifuse/notifuse/issues) - **Email**: hello@notifuse.com