Skip to content

0.26.0

Compare
Choose a tag to compare
@rootpd rootpd released this 10 Jun 08:31
· 971 commits to master since this release
3d93b5c

[Beam]

  • BREAKING: Upgraded to Laravel 8. remp/remp#491
    • Make sure that when including remplib library (built with production settings), your HTML document has defined character encoding, otherwise remplib might not be initialized correctly. Character encoding can be specified using meta tag, e.g. <meta charset="UTF-8" />.
  • Fixed sorting of referer stats in the article detail. The default sorting is now again Visits count. remp/remp#934
  • Changed default order sequence for numeric columns to be descending first. remp/remp#934
  • Fixed incorrect pageviews count bug in /top APIs when using filters. remp/remp#937
  • Added optional APP_TRUSTED_PROXIES environmental variable. IP/HTTP related headers will only be allowed from trusted proxy. All proxies are trusted by default.
  • Added v2 of /top APIs. See README.md for more details. remp/remp#938

[Campaign]

  • Upgraded to Laravel 8. remp/remp#491
  • Changed showtime experiment to be enabled by default. This should change make showtime requests much faster by bypassing Laravel in very exposed endpoint. remp/remp#939
    • If you want to fallback to the original implementation, use rempConfig.campaign.showtimExperiment = false in the remplib JS configuration.
  • Added optional APP_TRUSTED_PROXIES environmental variable. IP/HTTP related headers will only be allowed from trusted proxy. All proxies are trusted by default.

[Mailer]

  • Removed deprecated column in mail_user_subscriptions table.
  • Added new hermes event batch-status-change to emit when mail job batch status is changed. remp/remp#660
  • Added TrackNewsletterArticlesHandler to track articles sent in newsletters. remp/remp#660
  • Fixed slow processing of batches if the target segment was bigger - added missing index. remp/remp#947

[Sso]

  • Upgraded to Laravel 8. remp/remp#491
  • Added optional APP_TRUSTED_PROXIES environmental variable. IP/HTTP related headers will only be allowed from trusted proxy. All proxies are trusted by default.