Skip to content

Commit

Permalink
Release 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rootpd committed Oct 25, 2024
1 parent 533a8f3 commit 91328e2
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 24 deletions.
25 changes: 1 addition & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

### [Beam]

- [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

### [Campaign]

- 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

### [Mailer]

- 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
- Fixed possible issues with chart rendering if there's no data to evaluate yet.

## Archive

- [v3.10](./changelogs/CHANGELOG-v3.10.md)
- [v3.9](./changelogs/CHANGELOG-v3.9.md)
- [v3.8](./changelogs/CHANGELOG-v3.8.md)
- [v3.7](./changelogs/CHANGELOG-v3.7.md)
Expand Down
36 changes: 36 additions & 0 deletions changelogs/CHANGELOG-v3.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
## [3.10] - 2024-10-25

### [Beam]

- [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

### [Campaign]

- 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

### [Mailer]

- 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
- Fixed possible issues with chart rendering if there's no data to evaluate yet.

---

[3.10]: https://github.com/remp2020/remp/compare/3.9.0...3.10.0

[Beam]: https://github.com/remp2020/remp/tree/master/Beam
[Campaign]: https://github.com/remp2020/remp/tree/master/Campaign
[Mailer]: https://github.com/remp2020/remp/tree/master/Mailer
[Sso]: https://github.com/remp2020/remp/tree/master/Sso
[Segments]: https://github.com/remp2020/remp/tree/master/Beam/go/cmd/segments
[Tracker]: https://github.com/remp2020/remp/tree/master/Beam/go/cmd/tracker

0 comments on commit 91328e2

Please sign in to comment.