VillageSQL Server 0.0.4 is now available (and marked as the stable release for installs). 0.0.4 takes the parameterized types and SQL integration from 0.0.3 and extends them in two directions:
- smarter server reasoning (inference rules, custom aggregates)
- operational completeness (config, metrics, secrets management)
Extensions stop being things you install and hope work; they become things you can configure, monitor, and manage like any other part of the server.
| Area | What's new | Why it matters |
|---|---|---|
| VEF v3 |
New vsql namespace, compile-time validation,
custom aggregate functions
|
Catch signature errors at build time; define aggregation logic for custom types |
| Type … |