Skip to content

Commit a8a449a

Browse files
committed
v0.20.4
1 parent adeb00c commit a8a449a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG.md
22

3+
## 0.20.4 (2024-04-23)
4+
5+
- Improvements to the fetch function
6+
- Set a default [user-agent header](https://en.wikipedia.org/wiki/User-Agent_header) when none is specified (`User-Agent: sqlpage`).
7+
- bundle root certificates with sqlpage so that we can always access HTTPS URLs even on outdated or stripped-down systems.
8+
- update our https library to the latest version everywhere, to avoid having to bundle two distinct versions of it.
9+
310
## 0.20.3 (2024-04-22)
411

512
- New `dropdown` row-level property in the [`form` component](https://sql.ophir.dev/documentation.sql?component=form#component)

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sqlpage"
3-
version = "0.20.3"
3+
version = "0.20.4"
44
edition = "2021"
55
description = "A SQL-only web application framework. Takes .sql files and formats the query result using pre-made configurable professional-looking components."
66
keywords = ["web", "sql", "framework"]

0 commit comments

Comments
 (0)