Sebastian Jeltsch
40e7f2ff88
Explicitly target python 3.12 with the pyright static type checker. #181
2025-11-29 22:38:46 +01:00
Sebastian Jeltsch
37dd56aad3
Prepare new release v0.21.6.
v0.21.6
2025-11-24 13:11:21 +01:00
Sebastian Jeltsch
8a9c944c0d
Major Rust dependency update.
...
This update would not have been comcompatible with rustyscript->deno->swc, which is why we have to remove the V8 integration in a prior change.
2025-11-23 22:32:03 +01:00
Sebastian Jeltsch
c35c2acc41
It's been a little over 6 weeks since v0.19 removing V8 from the trail binary. This change now removes the code.
...
I wasn't sure how long to keep the code around as an optional feature. However, the latest wasmtime release pins serde to a version, which is incompatible with the latest (somewhat stale) deno/V8/SWC dependencies. In other words, updating wasmtime right now would break the V8 build :/. The state of the rustyscript/deno dependency chain had certainly been one of the driving factors to move to WASM. While it feels validating, it's a little sad to see V8 go... but at the least we want to make the removal eplicit (as opposed to a broken build) with this change.
2025-11-23 22:17:03 +01:00
Sebastian Jeltsch
0c15272bae
Fix: when installing WASM components using the CLI make sure <data_dir>/wasm exists. #179
2025-11-23 00:00:18 +01:00
Sebastian Jeltsch
1fb0f68191
Minor: reference new trail components update command in error message.
2025-11-21 13:13:59 +01:00
Sebastian Jeltsch
2d65ac88d1
Prepare new release v0.21.5.
v0.21.5
2025-11-20 12:05:00 +01:00
Sebastian Jeltsch
1122206c0c
Add a command to CLI to update all "first-party" components.
2025-11-20 11:36:11 +01:00
Sebastian Jeltsch
c726e5fc76
Add a CLI command to list installed WASM components.
2025-11-20 11:36:02 +01:00
Sebastian Jeltsch
af5a3d3b7a
PoC: Minimal open-telemetry tracing and metrics integration behind "otel" feature flag.
2025-11-19 10:28:47 +01:00
Sebastian Jeltsch
33c14552bf
Add excluded columns to record API settings. Also polish record API form's layout a bit.
2025-11-19 10:28:47 +01:00
Garik Asplund
8afe77ee69
Fix typo in faq.mdx
2025-11-19 10:28:31 +01:00
Sebastian Jeltsch
f86220774b
Prepare new release v0.21.4.
v0.21.4
2025-11-17 12:51:28 +01:00
Sebastian Jeltsch
ed53c3e0c6
Update Rust and JavaScript dependencies.
2025-11-17 12:49:26 +01:00
Sebastian Jeltsch
763c99302c
Fix Filter button in admin UI.
...
Also mix up placeholder suggestion to illustrate like operator.
2025-11-17 11:53:28 +01:00
Sebastian Jeltsch
c231add7dc
Fix trailbase library compile issues when wasm feature is disabled. #174
2025-11-17 11:08:37 +01:00
Erin Power
01ebc71a15
chore: remove unused dependencies. #175
2025-11-17 10:38:53 +01:00
Sebastian Jeltsch
dd45b01792
Prepare new release v0.21.3.
v0.21.3
2025-11-14 14:11:58 +01:00
Sebastian Jeltsch
b30390cab1
Update Rust and JS dependencies.
2025-11-14 14:07:38 +01:00
Sebastian Jeltsch
4cdb4fddd9
Treat "NULL" as a magic string in admin UI's filter bar to construct $is queries.
2025-11-14 14:03:57 +01:00
Sebastian Jeltsch
b9819ba51f
Admin UI: remember which table/view/... was previously selected in the explorer.
2025-11-14 13:42:09 +01:00
Sebastian Jeltsch
4a3c7d9120
Admin UI: add dialog to prevent accidental navigation when editor has pending changes.
2025-11-14 13:00:57 +01:00
Sebastian Jeltsch
67484fac43
Minor: always log uncaught WASM errors.
2025-11-14 11:21:35 +01:00
Sebastian Jeltsch
241a6c2f18
Prepare new release v0.21.2.
v0.21.2
2025-11-13 23:09:25 +01:00
Sebastian Jeltsch
0d23d2425f
Update Rust dependencies.
2025-11-13 23:06:22 +01:00
Sebastian Jeltsch
3e288c5727
Be less chatty about uncaught errors falling out of WASM-user-code in release buidlds.
2025-11-13 23:02:36 +01:00
Sebastian Jeltsch
7fe146e1a5
Remove column schema assertions, which may be temporarily violated, e.g. when streaming in row-by-row during a scheme alteration.
2025-11-13 22:28:21 +01:00
Sebastian Jeltsch
7554f604dd
Lower z-height of map in admin UI to no longer render on top of dialogs and tooltips.
...
Thanks BlueBurst.
2025-11-13 22:00:33 +01:00
Sebastian Jeltsch
b010923ad4
Make example access clicker count more defensively, in case it was deleted (relevant for public demo).
2025-11-13 16:05:44 +01:00
Sebastian Jeltsch
d339fdb63f
Prepare new release v0.21.1.
v0.21.1
2025-11-13 13:33:20 +01:00
Sebastian Jeltsch
6d5adcf8bb
More consistent layout in admin UI's auth settings.
2025-11-13 13:30:47 +01:00
Sebastian Jeltsch
3f690b85ec
Update Rust and JavaScript dependencies.
2025-11-13 13:12:58 +01:00
Sebastian Jeltsch
2cc0c3a90d
Improve component ABI mismatch error message.
2025-11-13 12:56:17 +01:00
Sebastian Jeltsch
cfdf95396e
Prepare new release v0.21.0.
v0.21.0
2025-11-12 21:34:31 +01:00
Sebastian Jeltsch
5ab3db6720
Update Rust dependencies.
2025-11-12 21:19:27 +01:00
Sebastian Jeltsch
15ec88e3c0
Update screenshots.
2025-11-12 21:16:22 +01:00
Sebastian Jeltsch
5809a600fd
Version WASM component interface, break up into packages, and add a new API for custom SQLite functions.
2025-11-12 14:31:02 +01:00
Sebastian Jeltsch
8c55e406c8
Remove singleton json schema registry.
2025-11-11 13:16:37 +01:00
Sebastian Jeltsch
38ba32eb3e
Prepare new release v0.20.14.
v0.20.14
2025-11-10 11:48:55 +01:00
Sebastian Jeltsch
e740683740
Close sidebar on mobile when opening create table dialog.
2025-11-10 11:34:16 +01:00
Sebastian Jeltsch
6f645e7ef5
Fix save script button and simplify editor state.
2025-11-10 11:00:53 +01:00
Sebastian Jeltsch
d26747be34
Add OAuth provider to the accounts page.
2025-11-09 23:22:47 +01:00
Sebastian Jeltsch
dcba922738
Add OIDC to the OAuth provider settings.
2025-11-09 23:22:47 +01:00
Sebastian Jeltsch
058c47243a
A few more minor layout tweaks.
2025-11-09 23:22:43 +01:00
Sebastian Jeltsch
c8f02e5b7e
Prepare new release v0.20.13.
v0.20.13
2025-11-09 07:57:19 +01:00
Sebastian Jeltsch
106437ea6d
Update JavaScript dependencies.
2025-11-09 07:57:15 +01:00
Sebastian Jeltsch
52a9633978
Fix delayed "execute" in SQL editor.
2025-11-09 00:11:59 +01:00
Sebastian Jeltsch
49679c54d5
Admin SQL editor improvements: address codemirror clipping issue, persistently hide migration warning, improve info message.
2025-11-09 00:05:00 +01:00
Sebastian Jeltsch
a91f20c0a1
Fix Chrome theme color on mobile.
2025-11-08 20:22:47 +01:00
Sebastian Jeltsch
a214c854e1
Prepare new release v0.20.12.
v0.20.12
2025-11-08 07:24:33 +01:00