May 13, 2025

Another sprint has been completed, and here are the changes released in the past two weeks!

  • Admins are now warned about possible unsaved changes before navigating away from content administration pages (Recipe, Data source, and Custom function editors).
  • Backup improvements.
    • Better management of large backups.
    • Removed automatic hourly backups to improve performance. Daily backups are now performed at midnight UTC.
  • New functions available in transformations:
    • items_to_object
      • Inverse function of the existing items function.
    • remove_property
      • Select all the properties of an object except one.
    • timespan
      • Calculate the difference between two dates.
    • trim
      • Trim unnecessary characters from the start and the end of a string.
    • trim_end
      • Trim unnecessary characters from the end of a string.
    • trim_start
      • Trim unnecessary characters from the start of a string.
  • Bugfixes:
    • template function issues resolved.