Homepage

Better AI Agents support through .md format, New `high_performance_sql_filtering` config flag,

Dec 11, 2025

NEW

  • added a new flag to app/config.yml - high_performance_sql_filtering. If enabled, filtering on properties will use more efficient SQL queries behind the scenes. Default is false to maintain backward compatibility, but enabling it can lead to significant performance improvements for applications that heavily utilize property filtering. The optimization and backwards incompatibility is caused by removing extra casting to text, which in many scenarios is not necessary and prevents a default index on the column from being used.
  • added support for .md format - if a Page uses markdown converter, the content can now be accessible through /:slug.md endpoint instead of a html one. The md is the preferred format for AI agents that consume content from Pages, as it is easier to parse and process compared to HTML.

IMPROVED

  • Added syntax field to platformOS Liquid Tags that will be used by LSP servers to provide better code completion

FIXED

  • Enforce uniqueness validation for Page slug attribute in admin_page_* GraphQL mutations.

Questions?

We are always happy to help with any questions you may have.

contact us