Changelog¶
v7.1.2¶
Released: 2024-09-20
Bug Fixes¶
- extract sms recipients after each chunk
- refactor tests to use task methods
v7.1.1¶
Released: 2024-05-30
Bug Fixes¶
- add lime-marketing.settings key to config if it doesn't exist when getting config
v7.1.0¶
Released: 2024-03-28
Features¶
- remove python37
v7.0.0¶
Released: 2024-01-25
Features¶
- simplify lime marketing integration
BREAKING CHANGES¶
-
- feat: added verify endpoint
-
feat: added capabilities endpoint
-
feat: add lime-marketing-settings to config
-
feat: add lime-marketing-settings endpoint
-
feat: send sms task passes transactionhandler_id from config to bedrock
-
feat: get request for lime marketing settings
-
docs: updated installation and upgrading instructions
-
feat: added connect_external_object api call to sendsms task
-
chore: poetry lock sqlalchemy fix
-
feat: added migration5 (lime_marketing.settings)
-
fix: SettingConfig added setters for properties
-
docs: updated upgrading instructions
-
fix: linting
v6.2.2¶
Released: 2023-11-22
Bug Fixes¶
- allow empty displayname in LBS app
- migration1 fix crash if initial config is empty
- migration4 fix typo in new config field
v6.2.1¶
Released: 2023-11-06
Bug Fixes¶
- added migration3 and 4 and made them re-runnable
- mocked appconfig returns empty dict for unexpected keys
v6.2.0¶
Released: 2023-09-25
Features¶
- add template-editor web component
v6.1.0¶
Released: 2023-09-25
Bug Fixes¶
- only load recipients once per request
Features¶
- remove recipient list in lime-marketing after send
v6.0.0¶
Released: 2023-08-10
Features¶
- 24 sendout friendly name
BREAKING CHANGES¶
-
displayname for smssendout
-
feat: add displayname to smssendout limetype
-
feat: add support to set displayname in webclient app
-
feat: support setting displayname in desktop app
-
fix: added validation for displayname
-
docs: updated docs for displayname feature
-
fix: set displayname property for dialog component
v5.0.2¶
Released: 2023-07-05
Bug Fixes¶
- re-add lip.json with localize, apps, actionspads and vba
v5.0.1¶
Released: 2023-06-20
Bug Fixes¶
- installer creates api user intead of integration user
v5.0.0¶
Released: 2023-06-16
Features¶
- addons installer
BREAKING CHANGES¶
-
addon installer
-
chore: add addon-installer dependency
-
feat: addons-installer
-
docs: updated docs with addon installer
-
chore: run black
-
fix: add webcomponent smstemplate sender picker
v4.0.1¶
Released: 2023-05-23
Bug Fixes¶
- allow another message table than smssendout
v4.0.0¶
Released: 2023-04-12
Features¶
- default sender for templates
BREAKING CHANGES¶
- added templatesender field and bumped lime-crm dependency
v3.2.0¶
Released: 2023-04-06
Features¶
- python3.11 black isort doctor health
v3.1.1¶
Released: 2023-02-07
Bug Fixes¶
- fix crash when creating csv string for int merge variables
v3.1.0¶
Released: 2022-12-30
Bug Fixes¶
- 15535 appconfig apiurl trailing slash
Features¶
- add mobilenumber recipient property as config key to appconfig
v3.0.1¶
Released: 2022-10-05
Bug Fixes¶
- 15252 validate mergecodes fix
v3.0.0¶
Released: 2022-09-28
Features¶
- addon manual sms 3.0
BREAKING CHANGES¶
- config migration, config valdiation, performance fixes
v2.0.1¶
Released: 2022-04-21
Bug Fixes¶
- add support for nested filter in filter
v2.0.0¶
Released: 2022-01-28
Features¶
- web client form
BREAKING CHANGES¶
- First version including the web-component (not breaking)
- Added web-components
- Updated and improved documentation
Co-authored-by: Lars Jensen lars.jensen@lime.tech Co-authored-by: semantic-release-bot semantic-release-bot@martynus.net Co-authored-by: TommyLindh2 tommy_lindh@live.se Co-authored-by: TommyLindh2 tommyhallmanlindh@gmail.com Co-authored-by: Claudio Gandra claudio.gandra@lime.tech Co-authored-by: Tommy Hallman Lindh tommy.lindh@lime.tech Co-authored-by: Jonas Olin jonas.olin@gmail.com Co-authored-by: Jonas Olin jonasolin@users.noreply.github.com
v1.8.1¶
Released: 2021-09-13
Bug Fixes¶
- desktop client: template codes not visible in smstempate action pad
v1.0.0¶
Released: yyyy-mm-dd
Authors: Names of all contributors to this version
New Features
- New feature 1
- ...
Bug Fixes / Minor Improvements
- Minor improvement 1
- Bug fix 1
- ...