Skip to content

Releases: THM-Health/PILOS

PILOS 4.12.0

09 Feb 12:30

Choose a tag to compare

This update to PILOS v4 adds support for the Arabic locale and bumps dependencies.


To Install this version check our Getting Started Guide


Added

Fixed

New Contributors

Full Changelog: v4.11.0...v4.12.0

PILOS 4.11.0

04 Feb 11:25

Choose a tag to compare

This update to PILOS v4 enhances compatibility with BBB servers and load balancers, prevents room URLs shared on third-party websites from appearing in search engine results, and includes various bug fixes and dependency updates — including an upgrade to the BBB Recording Player.


To Install this version check our Getting Started Guide


Added

Changed

Removed

Fixed

New Contributors

Full Changelog: v4.10.0...v4.11.0

PILOS 4.10.0

12 Jan 13:11

Choose a tag to compare

This update to PILOS v4 improves UX and bumps many dependencies, including the BBB Recording Player.

SECURITY
Due to the security vulnerability (CVE-2026-22800) that has been fixed, we recommend installing the update as soon as possible.


To Install this version check our Getting Started Guide


Added

Changed

  • Auto-reload of rooms now disabled for guests without access (#2588) by @samuelwei
  • API request method from GET to POST to panic a server (d9ab9bb) by @samuelwei

Fixed

Full Changelog: v4.9.0...v4.10.0

PILOS 4.9.0

15 Dec 13:59

Choose a tag to compare

This update to PILOS v4 adds storage space to metrics, fixes multiple UI bugs, and bumps many dependencies, including the BBB Recording Player.


To Install this version check our Getting Started Guide


Added

Changed

Fixed

Full Changelog: v4.8.0...v4.9.0

PILOS 4.8.0

27 Oct 13:14

Choose a tag to compare

This update to PILOS v4 adds OpenID Connect as a new authentication option and offers additional options for customizing the user interface using custom CSS. It also fixes several minor bugs and implements security recommendations and fixes that were suggested during a penetration test conducted by a German state government.

Due to the security vulnerabilities that have been fixed, we recommend installing the update as soon as possible.


To Install this version check our Getting Started Guide


⚠️ Upgrading / Breaking Change

In previous NGINX reverse proxy configuration recomendations, the Host header was not explicitly set.
Due to an undocumented change in the Laravel framework, this now results in a “Bad Request” error.

Add the following line to your NGINX configuration:

proxy_set_header Host $host;

Added

Changed

Fixed

Security

Full Changelog: v4.7.1...v4.8.0

PILOS 4.7.1

10 Sep 13:13

Choose a tag to compare

This update of PILOS v4 fixes an issue with legacy 6-digit access codes and updates dependencies.


To Install this version check our Getting Started Guide


Changed

  • Value range and randomness of access code generation (#2433) by @samuelwei

Fixed

  • Support for legacy 6-digit access codes imported from Greenlight v2 (#2433) by @samuelwei

Full Changelog: v4.7.0...v4.7.1

PILOS 4.7.0

21 Jul 11:00

Choose a tag to compare

This update of PILOS v4 adds virus scanning and Prometheus metrics, as well as multiple other small UX improvements and bug fixes.

SECURITY
This release updates livewire to address CVE-2025-54068, CVSS 9.2 (CRITICAL). It is currently unclear whether PILOS is affected or not, but we strongly encouraged to update as soon as possible.


To Install this version check our Getting Started Guide


Added

Fixed

Full Changelog: v4.6.1...v4.7.0

PILOS 4.6.1

16 Jun 13:14

Choose a tag to compare

This update of PILOS v4 resolves an issue where join parameters in the global streaming settings could not be cleared. It also includes internal code improvements and updated dependencies.


To Install this version check our Getting Started Guide


Fixed

Full Changelog: v4.6.0...v4.6.1

PILOS 4.6.0

12 Jun 12:38

Choose a tag to compare

This update of PILOS v4 brings a few small improvements: user profile pictures and last login timestamps are shown in the admin UI and room types can now be configured with custom join parameters.


To Install this version check our Getting Started Guide


Added

Fixed

Full Changelog: v4.5.0...v4.6.0

PILOS 4.5.0

02 May 11:31

Choose a tag to compare

This update of PILOS v4 several key enhancements: a new optional feature for livestreaming BigBlueButton (BBB) meetings, additional options for configuring TLS handling in SMTP connections, and support for the Persian (Farsi) locale with right-to-left (RTL) layout and a fully translated locale selector.


To Install this version check our Getting Started Guide


Added

Fixed

  • Running BBB playback player build script in BusyBox (#2053) @pizkaz

Removed

  • Environment variable MAIL_ENCRYPTION, use MAIL_SCHEME instead (#2033) @samuelwei

Full Changelog: v4.4.0...v4.5.0


New Contributors