Exolynk v1.4.0

Posted 2025-09-03 16:00:00 ‐ 1 min read

This article shows the details of the release v1.4.0

Following a list of all changes which are included with the v1.4.0 release.

Breaking Changes:

  • The record table view is not supporting dynamic_variables anymore to improve performance #723
  • Some REST-API endpoints have been changed due to new endpoint manager implementation #723
  • Renamed all OOTB rights, they all follow now the format of 'right_*' #725
  • Renamed all OOTB roles, they all follow now the format of 'role_*' #725

New Features:

  • MCP server support for Exolynk to work nativly with LLMs #703
  • Reworked the webocket and REST interfaces for easier maintanance #703
  • Caching works now fully responsive via a new message broker between server #703
  • Better endpoint logging with value input #724
  • Language & Reference fields can have a lang fix defined within the layouter #726
  • Automatic indexing of referenced record meta data, when defined in settings #727
  • File upload layout button which triggers workflow #699

Bug Fixes:

  • Rendering of dom with no blank between rendering #697
  • Switched cookie session to cookie for long lasting logins #692
  • Only load necessary information for references #723
  • Record list, table, calender & tree view only load needed columns #723
  • Improved WebWorker to use common wasm to reduce initial load #742 #744