Skip to content

v0.35.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jun 19:21
· 4 commits to main since this release

SQLPage v0.35.2

Get started with SQLPage

SQLPage is the easiest way to turn your SQL queries into beautiful, interactive websites—no traditional coding required. If you can query a database, you can build data-driven web apps.

This is a small bugfix release.

  • Fix a bug with zero values being displayed with a non-zero height in stacked bar charts.
  • Updated dependencies, including the embedded SQLite database (updated to sqlite v3.49.2)
  • Linux release binaries are now dynamically linked again, but use GLIBC 2.28 (released in 2018), which is compatible with older linux distributions, including RHEL 8.
    • This fixes an issue introduced in 0.35 where custom SQLite extension loading would not work on linux.
  • When an user requests a page that does not exist (and the site owner did not provide a custom 404.sql file), we now serve a nice visual 404 web page instead of the ugly textual message and the verbose log messages we used to have.
    • screenshot 404
    • still returns plain text 404 for non-HTML requests. For instance, API requests to non-existing routes will return a textual response.
  • Rich text editor: implement a readonly mode, activated when the field is not editable
  • chart component: remove automatic sorting of categories. Values are now displayed in the order they are returned by the query. (bug)