发布

  • v0.39.1 (2025-11-08)

    frostbyte_neo 发布于 2025-11-07 23:42:46 +00:00 | 374 次提交 在此版本后已推送到 main

    • More precise server timing tracking to debug performance issues
    • Fix missing server timing header in some cases
    • Implement nice error messages for some header-related errors such as invalid header values.
    • compress_responses is now set to false by default in the configuration.
    • When response compression is enabled, additional buffering is needed. Users reported a better experience with pages that load more progressively, reducing the time before the pages' shell is rendered.
    • When SQLPage is deployed behind a reverse proxy, compressing responses between sqlpage and the proxy is wasteful.
    • In the table component, allow simple objects in custom_actions instead of requiring arrays of objects.
    • Fatser icon loading. Previously, even a page containing a single icon required downloading and parsing a ~2MB file. This resulted in a delay where pages initially appeared with a blank space before icons appeared. Icons are now inlined inside pages and appear instantaneously.
    • Updated tabler icons to 3.35
    • Fix inaccurate ODBC warnings
    • Added support for Microsoft SQL Server named instances: mssql://user:pass@localhost/db?instance_name=xxx
    • Added a detailed performance guide to the docs.
    下载附件