This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Releases: openedx-unsupported/ecommerce-worker
Releases · openedx-unsupported/ecommerce-worker
2u/3.3.5
2u/3.3.4
First release of ecommerce worker from the 2u/main branch
Load config using yaml.safe_load(), not yaml.load()
v3.3.3 | Upgrade to Django 3.2.18
3.3.2 | Add some logging around offer campaign messages
3.3.1 | Add new task to email tasks api namespace
3.3.0 | Safer version of 3.2 - Braze API Triggered Offer usage email
3.2.0 | Enterprise offer usage email updates
3.1.2 | ignore Braze frequency capping for ent emails
The enterprise emails in ecom-worker are all transactions, and should thus never be frequency-capped.
3.1.1 | include a message variation id with campaign_id for enterprise emails
Braze requires that a message variant be present when campaign_id is specified
in a message sending request.
ENT-5285