Skip to content

Commit d01f7de

Browse files
committed
Release 4.2
1 parent bc76987 commit d01f7de

File tree

2 files changed

+37
-25
lines changed

2 files changed

+37
-25
lines changed

CHANGELOG.md

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
## [Unreleased]
88

9-
### [Beam]
10-
11-
- **DEPRECATED**: Commands for rollovers and data retention are being sunset in favor of Elasticsearch's ILM. remp/remp#1419
12-
- Configure your indices to use ILM policies, see base init script for Docker image [here](https://github.com/remp2020/remp/blob/master/Docker/elasticsearch/create-indexes.sh).
13-
- Updated init script for Elasticsearch Docker image to use Index Lifecycle Management (ILM). remp/remp#1419
14-
- Added parameters `published_from` and `published_to` into API call `/api/v2/articles/top` to filter returned articles by `published_at` datetime. remp/respekt#441
15-
- Added parameters `article_published_from` and `article_published_to` into API call `/api/conversions` to filter returned conversions by article's `published_at` datetime. remp/respekt#441
16-
- Fixed conversion filtering in the Articles - Conversions section; the sum and average fields always worked with all article conversions and ignored the time-based filter. remp/remp#1431
17-
- Added parameters `published_from` and `published_to` into API call `/api/articles` to filter articles by `published_at` property. remp/respekt#442
18-
- Added option to ignore content types and authors from Beam's newsletters (either via command options or env). remp/respekt#378
19-
- Added parameter `content_type` to `/api/articles` and `article_content_type` to `/api/conversions` (filters response by `articles.content_type`). remp/respekt#441
20-
- Fixed `/api/v2/articles/top` to return correct pageviews count if datetime parameter `to` is used. remp/respekt#441
21-
22-
### [Campaign]
23-
24-
- Optimized size of `showtime.php` response by trimming unused snippets where possible. remp/remp#1428
25-
- Fixed HTML overlay banner not hiding overlay when the banner is closed. remp/remp#1424
26-
- Fixed call on undefined object index during banner's closing remp/helpdesk#3773
27-
28-
### [Mailer]
29-
30-
- Fixed mail resend when Mailgun throws RuntimeException. remp/remp#1427
31-
- Added option to use external metadata processors for external domains to `ArticleUrlParserGenerator`. remp/novydenik#1457
32-
- Changed wordpress article link design in newsletters `TemplatesTrait::getArticleLinkTemplateFunction`. remp/remp#1433
339

3410
## Archive
3511

12+
- [v4.2](./changelogs/CHANGELOG-v4.2.md)
3613
- [v4.1](./changelogs/CHANGELOG-v4.1.md)
3714
- [v4.0](./changelogs/CHANGELOG-v4.0.md)
3815
- [v3.11](./changelogs/CHANGELOG-v3.11.md)
@@ -64,4 +41,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6441
[Segments]: https://github.com/remp2020/remp/tree/master/Beam/go/cmd/segments
6542
[Tracker]: https://github.com/remp2020/remp/tree/master/Beam/go/cmd/tracker
6643

67-
[Unreleased]: https://github.com/remp2020/remp/compare/4.0.0...master
44+
[Unreleased]: https://github.com/remp2020/remp/compare/4.2.0...master

changelogs/CHANGELOG-v4.2.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## [4.2.0] - 2025-09-22
2+
3+
### [Beam]
4+
5+
- **DEPRECATED**: Commands for rollovers and data retention are being sunset in favor of Elasticsearch's ILM. remp/remp#1419
6+
- Configure your indices to use ILM policies, see base init script for Docker image [here](https://github.com/remp2020/remp/blob/master/Docker/elasticsearch/create-indexes.sh).
7+
- Updated init script for Elasticsearch Docker image to use Index Lifecycle Management (ILM). remp/remp#1419
8+
- Added parameters `published_from` and `published_to` into API call `/api/v2/articles/top` to filter returned articles by `published_at` datetime. remp/respekt#441
9+
- Added parameters `article_published_from` and `article_published_to` into API call `/api/conversions` to filter returned conversions by article's `published_at` datetime. remp/respekt#441
10+
- Fixed conversion filtering in the Articles - Conversions section; the sum and average fields always worked with all article conversions and ignored the time-based filter. remp/remp#1431
11+
- Added parameters `published_from` and `published_to` into API call `/api/articles` to filter articles by `published_at` property. remp/respekt#442
12+
- Added option to ignore content types and authors from Beam's newsletters (either via command options or env). remp/respekt#378
13+
- Added parameter `content_type` to `/api/articles` and `article_content_type` to `/api/conversions` (filters response by `articles.content_type`). remp/respekt#441
14+
- Fixed `/api/v2/articles/top` to return correct pageviews count if datetime parameter `to` is used. remp/respekt#441
15+
16+
### [Campaign]
17+
18+
- Optimized size of `showtime.php` response by trimming unused snippets where possible. remp/remp#1428
19+
- Fixed HTML overlay banner not hiding overlay when the banner is closed. remp/remp#1424
20+
- Fixed call on undefined object index during banner's closing remp/helpdesk#3773
21+
22+
### [Mailer]
23+
24+
- Fixed mail resend when Mailgun throws RuntimeException. remp/remp#1427
25+
- Added option to use external metadata processors for external domains to `ArticleUrlParserGenerator`. remp/novydenik#1457
26+
- Changed wordpress article link design in newsletters `TemplatesTrait::getArticleLinkTemplateFunction`. remp/remp#1433
27+
28+
[4.2.0]: https://github.com/remp2020/remp/compare/4.1.0...4.2.0
29+
30+
[Beam]: https://github.com/remp2020/remp/tree/master/Beam
31+
[Campaign]: https://github.com/remp2020/remp/tree/master/Campaign
32+
[Mailer]: https://github.com/remp2020/remp/tree/master/Mailer
33+
[Sso]: https://github.com/remp2020/remp/tree/master/Sso
34+
[Segments]: https://github.com/remp2020/remp/tree/master/Beam/go/cmd/segments
35+
[Tracker]: https://github.com/remp2020/remp/tree/master/Beam/go/cmd/tracker

0 commit comments

Comments
 (0)