Skip to content

v0.20.4

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Apr 06:54
· 417 commits to main since this release
a8a449a

SQLPage is an open-source low-code web application server. It lets you create full websites by writing only simple database queries.

This is a small improvement release on top of the larger v0.20.3 update.

  • Improvements to the new sqlpage.fetch function:
    • Set a default user-agent header when none is specified (User-Agent: sqlpage).
    • bundle root certificates with sqlpage so that we can always access HTTPS URLs even on outdated or stripped-down systems.
    • update our https library to the latest version everywhere, to avoid having to bundle two distinct versions of it.