Skip to content

v0.39.1

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Nov 00:20
· 1 commit to main since this release

SQLPage v0.39.1 released !

Note

SQLPage transforms your SQL queries into web user interfaces. It lets you create web applications quickly, entirely in SQL.
Download for Windows, MacOS, or Linux, or try online!

  • 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.