Releases: parcelvoy/platform
Releases · parcelvoy/platform
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
v1.10.0
What's Changed
- Add open rate and click rate to campaign list by @leobarcellos in #523
- Fixes list count drifting over time by @pushchris in #525
This release does temporarily reset the count of every list to zero so that they can be recalculated accurately to start the new incrementing system.
Full Changelog: v1.9.3...v1.10.0
v1.9.2
What's Changed
- Fixes additional single-org auth issues with SSO options by @pushchris in #521
Full Changelog: v1.9.1...v1.9.2
v1.9.1
What's Changed
- Fixes regression on auth screen for single org users using env variables for setup by @pushchris in #520
Full Changelog: v1.9.0...v1.9.1