Sebastian Jeltsch
e2cb3a6694
Fix MacOS release workflows.
2026-04-06 18:06:28 +02:00
Sebastian Jeltsch
61eb0734a9
Update docs to astro6 and update JS dependencies.
2026-03-19 10:21:00 +01:00
Sebastian Jeltsch
617045cbd0
Make geos+litegis an optional build dependency for the core. Also remove wasm as a default feature to make breakages more apparent (also fixed an issue).
2026-02-20 20:28:40 +01:00
Sebastian Jeltsch
b56ce4b544
Fix cross-platform builds after addiong GEOS dependency.
...
* GEOS couldn't build on MacOS due to CMake being to new :/.
* GEOS couldn't build on Linux MUSL, due to missing an appropriate g++ setup :/.
We're now downgrading cmake and are building in Docker on Linux :/.
2026-02-20 17:42:06 +01:00
Sebastian Jeltsch
ea00d0ef42
Build bundled GEOS only for release builds to speed up CI and dynamically linked builds.
2026-02-19 19:18:02 +01:00
Sebastian Jeltsch
3acc5cb2c1
Update Rust toolchain version to 1.93.
2026-01-23 13:35:00 +01:00
Sebastian Jeltsch
69d305e149
Update to latest Rust stable v1.92 and please linter gods.
2025-12-12 12:15:28 +01:00
Sebastian Jeltsch
328f2b656f
Add aarch64 static linux release. Remove linux glibc release and add aarch64 support to linux install script.
...
Also name workflows more consistently.
2025-12-05 13:46:18 +01:00
Sebastian Jeltsch
08bcf98e67
Disable V8 runtime by default (custom builds can still enable it) and add a truly static binary release for Linux using MUSL.
...
Building with MUSL required vendoring sqlite-vec and OpenSSL.
Also clean up no-longer-supported TypeScript guest scripts.
2025-10-07 20:47:28 +02:00
Sebastian Jeltsch
e3e64137c0
Update Rust toolchain to latest stable 1.90.
2025-09-18 23:03:17 +02:00
Sebastian Jeltsch
4c711288e2
Add WASM Auth UI component to release.
2025-09-17 22:09:34 +02:00
Sebastian Jeltsch
03fdc28031
Prepare new relaese v0.16.4.
2025-08-12 16:23:01 +02:00
Sebastian Jeltsch
acb32acc9f
Minor: set PNPM_OFFLINE env var in release flows.
2025-08-12 15:36:09 +02:00
Sebastian Jeltsch
b7349dd91c
Update Rust toolchain to latest stable: 1.89.0.
2025-08-10 17:48:14 +02:00
Sebastian Jeltsch
55380e7b2a
Change the JS build flow: no longer install JS deps during cargo build to avoid concurrency issues.
...
Instead require a prior, workspace-wide install. Update CI and Docker
builds. Also update documentation and improve error messages.
2025-05-20 11:53:32 +02:00
Sebastian Jeltsch
5a4a540d0b
Prepare minor release v0.11.5.
2025-05-19 09:01:28 +02:00
Sebastian Jeltsch
e2ed64a815
Crank up optimizations in github release workflow mostly just yielding smaller binaries.
2025-04-22 16:12:51 +02:00
Sebastian Jeltsch
d3fceb9e3f
Add windows pre-built releases in v0.3.3.
2024-12-28 19:19:58 +01:00
Sebastian Jeltsch
890fa37b2e
Include sqlite3 headers from libsqlite3-sys bundled sqlite3 for sqlean rather than relying on system headers.
2024-12-25 22:36:31 +01:00
Sebastian Jeltsch
0643c85448
Stop brew installing pkg-config as part of the mac release workflow.
2024-11-24 10:45:38 +01:00
Sebastian Jeltsch
7fd0c2e16f
Prepare release v0.1.1.
2024-11-06 12:40:07 +01:00