Skip to content

3.2.0

Compare
Choose a tag to compare
@rootpd rootpd released this 24 Aug 12:18
· 137 commits to master since this release
04d69d4

Project

  • Removed dockerize from Dockerfiles across the project. It's been replaced by native Docker Compose healthcheck feature.
  • Added Elasticsearch and Telegraf configs directly to their respective Docker images, so there's a default config if one is not provided via volume.
  • Fixed issue with yarn link not being able to link JS packages due to version conflict. remp/remp#1293
  • Added explicit packageManager definition into package.json files so Yarn v3 doesn't complain about outdated lockfile. remp/remp#1294

[Beam]

  • Fixed schedules not being registered for Skeleton application. remp/remp#1292
  • Fixed commands not being available to execute for synchronous web event handlers. remp/remp#1292
  • Refactored system settings configuration so they're available within Beam module and for Skeleton apps. remp/remp#1292

[Campaign]

  • Changed asset() function in showtime.php to return absolute URL. remp/remp#1282

[Mailer]

  • Removed HermesException for missing mail_sender_id from ValidateCrmEmailHandler. remp/remp#1291
    • This is valid state. It was introduced as fix by commit c2d55b5
  • Added new Mailer segment provider which provides segments of users subscribed to mail types. remp/mnt#114
  • Added check for clicked_at to mail:unsubscribe-inactive-users at all times. remp/novydenik#1115