Skip to content

Releases: parcelvoy/platform

v1.0.2

17 Nov 00:40
87fbeff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

31 Oct 03:13
3a5fac6
Compare
Choose a tag to compare

What's Changed

  • Fixed webhook preview color scheme and template rendering errors by @chrishills in #303
  • Fixes chunk method not properly awaiting by @pushchris in #305

Full Changelog: v1.0.0...v1.0.1

v1.0.0

25 Oct 02:52
19c3fcc
Compare
Choose a tag to compare

This is our largest release to date and brings the platform to a stable 1.0.0 release. There are breaking changes between this release and previous, so please check those out before upgrading.

What's New

  • The journey UI has been completely revamped to be more concise and provide more room for editing
  • List generation and calculation have massively improved. Should be a 400% improvement in performance
  • Journeys can now be scheduled and repeat instead of being only linear
  • Speed of common operations such as sending campaigns has been improved
  • Journeys can reference other steps now and pass data between allowing you to create much more complex workflows

Everything Else

Breaking Changes

There will be no migration path for journeys moving from 0.10.0 to 1.0.0. This release changes fundamentally how users enter journeys which makes it impossible to automate a migration. The rest of the journeys themselves do not need any action, but you will need to rebuild any entrances to ensure they work properly.

Full Changelog: v0.11.3...v1.0.0

v1.0.0 Beta 5

19 Oct 23:36
b1507da
Compare
Choose a tag to compare
v1.0.0 Beta 5 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5

v1.0.0 Beta 4

16 Oct 02:47
dd7280c
Compare
Choose a tag to compare
v1.0.0 Beta 4 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4

v1.0.0 Beta 3

16 Oct 02:47
93f05a5
Compare
Choose a tag to compare
v1.0.0 Beta 3 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3

v1.0.0 Beta 2

15 Oct 18:10
565bee3
Compare
Choose a tag to compare
v1.0.0 Beta 2 Pre-release
Pre-release

What's Changed

Breaking Changes

There will be no migration path for journeys moving from 0.10.0 to 1.0.0. This release changes fundamentally how users enter journeys which makes it impossible to automate a migration. The rest of the journeys themselves do not need any action, but you will need to rebuild any entrances to ensure they work properly.

Known Issues

There is no automatic migration from embedded rules in lists to having them be in their own table.

Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2

v1.0.0 Beta 1

15 Oct 16:34
0aeb76b
Compare
Choose a tag to compare
v1.0.0 Beta 1 Pre-release
Pre-release

This is our largest release to date and is the first in a series of pre-releases as we get ready for 1.0.0.

What's Changed

Breaking Changes

There will be no migration path for journeys moving from 0.10.0 to 1.0.0. This release changes fundamentally how users enter journeys which makes it impossible to automate a migration. The rest of the journeys themselves do not need any action, but you will need to rebuild any entrances to ensure they work properly.

Known Issues

  • There is no automatic migration from embedded rules in lists to having them be in their own table.

Full Changelog: v0.11.0...v1.0.0-beta.1

v10.0.0

19 Aug 22:30
9306541
Compare
Choose a tag to compare

What's Changed

Migration Notes

  • If you were previously using SAML you'll need to update your callback URL to include saml in the path. Change /api/auth/login/callback to /api/auth/login/saml/callback
  • If you want the login button to read something custom, this can now be set using AUTH_SAML_NAME, AUTH_BASIC_NAME and AUTH_OPENID_NAME

Full Changelog: v0.9.0...v0.10.0

v0.9.0

12 Aug 02:13
aec10ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.10...v0.9.0