Skip to content

Changelog

v4.3.2

Released: 2024-04-08

Bug Fixes

  • handle date properties correctly

v4.3.1

Released: 2024-04-02

Bug Fixes

  • replace legacy pkg_resources

v4.3.0

Released: 2024-02-07

Bug Fixes

  • adjust project to changes in lime-core

Features

  • Python 3.11 update

v4.2.1

Released: 2023-03-24

Bug Fixes

  • remove broken dependency in form component

v4.2.0

Released: 2023-03-15

Features

  • allow python 3.11

v4.1.2

Released: 2023-02-12

Bug Fixes

  • don't save config when downgrading

v4.1.1

Released: 2023-01-30

Bug Fixes

  • unit tests are timezone sensitive
  • upgrade workflows

v4.0.5

Released: 2021-02-25

Authors: Bryce Sampson

Bug Fixes / Minor Improvements

  • Fix minor migration bugs and increase logging of migration failures

v4.0.4

Released: 2021-02-23

Authors: Bryce Sampson

Bug Fixes / Minor Improvements

  • Fix a bug where migrations fail if the CRM cannot reach Engage during migration

v4.0.3

Released: 2021-02-18

Authors: Bryce Sampson

Bug Fixes / Minor Improvements

  • Improved security for personal information

v4.0.2

Released: 2021-02-09

Authors: Bryce Sampson

Bug Fixes / Minor Improvements

  • Skip events where the event limetype or limeobject no longer exist

v4.0.1

Released: 2021-02-03

Authors: Bryce Sampson

Bug Fixes / Minor Improvements

  • Fix a bug where filtering on a field that returns NULL (None) throws an error

v4.0.0

Released: 2021-01-19

Authors: Bryce Sampson

New Features

  • Support for Lime Admin 2
  • Support for combining Create and Update Activity Triggers
  • Support for combined AND OR boolean logic in filters
  • Support for several additional Lime Properties such as SetProperty and FileProperty
  • Support for custom filter handlers
  • Identify Activity Triggers via random ids instead of name
  • Add Has Changed comparator

Bug Fixes / Minor Improvements

  • Increased logging and more descriptive logging
  • Support for filtering on createdtime, timestamp, and id
  • Fix for crash when logger is not able to connect to the logging server
  • Respect the logging level set in the CRM configuration
  • Avoid crashing the event handler when an unhandled exception occurs

< v4.0.0

For documentation and changes for versions < v4.0.0 please refer to the Lime Technologies internal documentation

Back to top