Changelog

Do not miss any of our developments and updates on our platform

To 2025

Aller

Dec. 11, 2024

Nov. 27, 2024

July 23, 2024

July 1, 2024

June 12, 2024

  • New site type: reverse proxy

    The new site type “reverse proxy” replaces the old “redirect” site with the “transparent” subtype. It supports connection reuse, which makes it a bit more efficient.

June 5, 2024

May 22, 2024

  • Language versions now include "major versions"

    Until now, only exact versions could be selected, e.g. PHP 8.3.1. We have now added “major versions”, which let you run the latest available version for this major.

    For instance, if you select PHP 8.3, it will always run the latest version. Today, it is 8.3.7, but when a new version is available in a few weeks, it will automatically upgrade to this new version. It lets you benefit from security and bug fixes automatically, while still retaining full compatibility.

    Minor versions can still be selected as before if you want to make sure you always run an exact version. We recommend using major versions though, and they are the default for new accounts.

May 7, 2024

April 16, 2024

  • All path fields are now relative

    All path fields in our administration panel have been harmonized: they are now always relative to your home directory. Visually, your home directory (e.g. /home/foobar) is hardcoded before the path field, so that you only enter the relative path.

    This change was also made in our API: you must now specify relative paths anywhere a path is used, and relative paths are returned. Note that absolute paths will still be accepted and automatically converted to relative paths until June 17th, 2024.

To 2023

Aller