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