Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

61 lines (47 loc) · 2.88 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning. Instead of change type headers, we use module names.

  • Tracker Fixed Tracker not publishing messages to pub/sub due to prematurely closed client. remp/remp#1384
  • Segments Fixed Elasticsearch 8 incompatibility in mapping caching. remp/remp#1385
  • Fixed newsletters being marked as finished in some occurences. remp/respekt#289
  • Fixed missing session source on showtime requests which got executed before the session source could be stored. remp/web#2656
  • Fixed campaign-module migrations by moving country seeder into campaign-module. remp/remp#1287
  • Added option to use Campaign and Banner UUIDs in the search box.
  • Fixed ARIA-compatibility of close buttons in Campaign banners. remp/helpdesk#3037
  • Added ability to set custom health check TTL for ProcessJobCommand. remp/remp#1376
  • Fixed parsing of attachment's filename from header within MailgunMailer. remp/remp#1386
    • Previous implementation incorrectly parsed filenames with dash. Filename of attached file "invoice-2024-09-24.pdf" would be only last part "24.pdf".
    • Added MailHeaderTrait with method getHeaderParameter() and tests to validate it.
  • Fixed mail type stats when groupped by week or month. remp/remp#1374
  • Changed behavior of rtm_click parameter. If the mail template disables click tracking, rtm_click is not added to the links anymore. remp/respekt#305
  • Fixed removed <a> by the newsfilter replace rules which didn't expect anchors without href attribute. remp/helpdesk#3082

Archive