Skip to content

Commit f1a8ea4

Browse files
committed
Release 3.4
1 parent 103b27e commit f1a8ea4

File tree

2 files changed

+46
-33
lines changed

2 files changed

+46
-33
lines changed

CHANGELOG.md

+1-33
Original file line numberDiff line numberDiff line change
@@ -6,41 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
## [Unreleased]
88

9-
### Project
10-
11-
- Fixed possible redirect issue after login causing HTTP 404 after successful login. remp/remp#1235
12-
13-
### [Campaign]
14-
15-
- Fixed search by name on snippets listing. remp/remp#1303
16-
- Added snippet search to the universal search bar. remp/remp#1303
17-
- Fixed Campaign's `showtime.php` crashing if there are no active campaigns.
18-
- Added campaign collections. remp/remp#1286
19-
- Added `ONE_TIME_BANNER_ENABLED` env variable to disable fetching data for one time banners.
20-
- Added `REDIS_PERSISTENT` env variable to enable presistent redis connection.
21-
- Added showtime optimizations for better performance.
22-
- Fixed routes same name conflict.
23-
- Added support for Redis PHP extension.
24-
- Added `REDIS_PARAMETER_LIMIT` env variable to avoid errors when calling Redis functions with large arrays. remp/remp#1307
25-
- Added index to `created_at` and `updated_at` campaign columns. remp/remp#1286
26-
- Fixed sorting campaigns by `is active` column. remp/helpdesk#2231
27-
28-
### [Mailer]
29-
30-
- **BREAKING**: Removed `EnvironmentConfig::setParam()` and `EnvironmentConfig::getParam()` methods. remp/remp#1299
31-
- Use of these could lead to circular dependency issues if values were read by environment config itself.
32-
- We recommend the extraction of these values to their separate config classes.
33-
- Fixed circular dependency issue with configs using environment variables. remp/remp#1299
34-
- Added new parameter `start_at` into `v1/mailer/jobs` and `v2/mailer/jobs` to allow schedule the start of sending. remp/respekt#19
35-
- Added `BeforeUsersDeleteEvent` and `UsersDeletedEvent` events to emit before and after users are deleted. remp/remp#1301
36-
37-
### [Sso]
38-
39-
- Fixed scenario when invalidated token was allowed to be refreshed just to be evaluated as invalid again.
40-
- Fixed blacklist-related exception if token was blacklisted but the blacklist was not enabled.
41-
429
## Archive
4310

11+
- [v3.4](./changelogs/CHANGELOG-v3.4.md)
4412
- [v3.3](./changelogs/CHANGELOG-v3.3.md)
4513
- [v3.2](./changelogs/CHANGELOG-v3.2.md)
4614
- [v3.1](./changelogs/CHANGELOG-v3.1.md)

changelogs/CHANGELOG-v3.4.md

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
## [3.4] - 2023-11-23
2+
3+
### Project
4+
5+
- Fixed possible redirect issue after login causing HTTP 404 after successful login. remp/remp#1235
6+
7+
### [Campaign]
8+
9+
- Fixed search by name on snippets listing. remp/remp#1303
10+
- Added snippet search to the universal search bar. remp/remp#1303
11+
- Fixed Campaign's `showtime.php` crashing if there are no active campaigns.
12+
- Added campaign collections. remp/remp#1286
13+
- Added `ONE_TIME_BANNER_ENABLED` env variable to disable fetching data for one time banners.
14+
- Added `REDIS_PERSISTENT` env variable to enable presistent redis connection.
15+
- Added showtime optimizations for better performance.
16+
- Fixed routes same name conflict.
17+
- Added support for Redis PHP extension.
18+
- Added `REDIS_PARAMETER_LIMIT` env variable to avoid errors when calling Redis functions with large arrays. remp/remp#1307
19+
- Added index to `created_at` and `updated_at` campaign columns. remp/remp#1286
20+
- Fixed sorting campaigns by `is active` column. remp/helpdesk#2231
21+
22+
### [Mailer]
23+
24+
- **BREAKING**: Removed `EnvironmentConfig::setParam()` and `EnvironmentConfig::getParam()` methods. remp/remp#1299
25+
- Use of these could lead to circular dependency issues if values were read by environment config itself.
26+
- We recommend the extraction of these values to their separate config classes.
27+
- Fixed circular dependency issue with configs using environment variables. remp/remp#1299
28+
- Added new parameter `start_at` into `v1/mailer/jobs` and `v2/mailer/jobs` to allow schedule the start of sending. remp/respekt#19
29+
- Added `BeforeUsersDeleteEvent` and `UsersDeletedEvent` events to emit before and after users are deleted. remp/remp#1301
30+
31+
### [Sso]
32+
33+
- Fixed scenario when invalidated token was allowed to be refreshed just to be evaluated as invalid again.
34+
- Fixed blacklist-related exception if token was blacklisted but the blacklist was not enabled.
35+
36+
---
37+
38+
[3.4]: https://github.com/remp2020/remp/compare/3.3.0...3.4.0
39+
40+
[Beam]: https://github.com/remp2020/remp/tree/master/Beam
41+
[Campaign]: https://github.com/remp2020/remp/tree/master/Campaign
42+
[Mailer]: https://github.com/remp2020/remp/tree/master/Mailer
43+
[Sso]: https://github.com/remp2020/remp/tree/master/Sso
44+
[Segments]: https://github.com/remp2020/remp/tree/master/Beam/go/cmd/segments
45+
[Tracker]: https://github.com/remp2020/remp/tree/master/Beam/go/cmd/tracker

0 commit comments

Comments
 (0)