v2.0.0
What's New
- New License: Parcelvoy has been relicensed starting with this version as MIT which is much more permissive than the previous Elastic license
- Automatic List Regeneration: You can now use relative dates (with Handlebars logic) in list rules! The users in the list will be re-evaluated daily to remove/add anyone that might be missing based on changing criteria.
- Performance Improvements: List generation is faster, sending is more efficient and better indexes should decrease total number of deadlocks and performance bottlenecks at the DB level.
Breaking Changes
- There have been some updates to how logging is handled. Specifically the log level for some types of logs has moved from
info
totrace
and the console printer has been improved to make the logs be on a single line (to better support third parties)
Everything Changed
- Correct required docker compose version by @tobias- in #529
- Update LICENSE.txt by @pushchris in #530
- Improve campaign send performance by @pushchris in #534
- Check for unsubscribe state right before any send by @pushchris in #537
- Updated api docs urls with missing /api/ by @Un-dev in #543
- Added platform keys to docker-compose.yml by @Un-dev in #542
- Adds missing indexes to journey user step table by @pushchris in #544
- Automatic List Regeneration When Using Relative Date Rules by @pushchris in #538
- Better handle users with multiple devices and devices with expired tokens by @pushchris in #550
- Improve logic for stalled sends by @pushchris in #551
- Disables pretty printing in production by @pushchris in #552
- Allow handlebars usage in PushTemplate by @PRZzz in #567
- Fixed Url rendering in PushTemplate to support undefined value by @PRZzz in #569
- Allows for distributed list generation by @pushchris in #566
- Adds Telnyx SMS provider, enables SMS resubscribe by @pushchris in #570
New Contributors
- @tobias- made their first contribution in #529
- @Un-dev made their first contribution in #543
- @PRZzz made their first contribution in #567
Full Changelog: v1.11.0...v2.0.0