Releases: parcelvoy/platform
Releases · parcelvoy/platform
v2.0.8
What's Changed
- Fixes Telnyx authentication by @pushchris in #598
- Adds check for unsaved changes by @pushchris in #599
Full Changelog: v2.0.7...v2.0.8
v2.0.7
What's Changed
- Improves how user data is displayed when previewing campaign by @pushchris in #597
Full Changelog: v2.0.6...v2.0.7
v2.0.6
What's Changed
- Selectively refresh stats for opened campaigns by @pushchris in #592
- Adds new inverse rule operators by @pushchris in #594
Full Changelog: v2.0.5...v2.0.6
v2.0.5
What's Changed
- Adds priority jobs by @pushchris in #585
- Improve list detail UI by @pushchris in #586
- Don't error our device saving for nonexistent user by @pushchris in #587
- Update dependencies by @pushchris in #588
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- Fixes year resetting in journey date inputs by @pushchris in #580
- Adds ability to duplicate lists and journeys by @pushchris in #581
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Also allows rule matching on users
external_id
by @pushchris in #575
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Improves performance of search method by @pushchris in #571
- Additional pagination fixes by @pushchris in #572
Full Changelog: v2.0.0...v2.0.2
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
v1.11.0
What's Changed
- Adds logic to perpetually keep a campaigns send list up to date until it begins sending by @pushchris in #519
Full Changelog: v1.10.2...v1.11.0
v1.10.2
What's Changed
- Force casting of send at value by @pushchris in #528
Full Changelog: v1.10.1...v1.10.2