Skip to content

Commit cc55a3d

Browse files
committed
v0.42.0
1 parent ce2b881 commit cc55a3d

File tree

4 files changed

+149
-136
lines changed

4 files changed

+149
-136
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG.md
22

3-
## unreleased
3+
## 0.42.0 (2026-01-17)
44

55
- **New Function**: `sqlpage.web_root()` - Returns the web root directory where SQLPage serves `.sql` files from. This is more reliable than `sqlpage.current_working_directory()` when you need to reference the location of your SQL files, especially when the `--web-root` argument or `WEB_ROOT` environment variable is used.
66
- **New Function**: `sqlpage.configuration_directory()` - Returns the configuration directory where SQLPage looks for `sqlpage.json`, templates, and migrations. Useful when you need to reference configuration-related files in your SQL code.
@@ -10,6 +10,7 @@
1010
- better oidc support. Single-sign-on now works with sites:
1111
- using a non-default `site_prefix`
1212
- hosted behind an ssl-terminating reverse proxy
13+
- New docker image variant: `lovasoa/sqlpage:latest-duckdb`, `lovasoa/sqlpage:main-duckdb` with preconfigured duckdb odbc drivers.
1314
- New config option: `cache_stale_duration_ms` to control the duration for which cached sql files are considered fresh.
1415

1516
## 0.41.0 (2025-12-28)

0 commit comments

Comments
 (0)