Latest Versions
The authoritative source for the current TeaQL component baseline is:
Last checked: 2026-08-13.
| Component | Latest version | Use |
|---|---|---|
| Generator Server | 20260813.231514 | Model evaluation and generation service baseline. |
| teaql-java | 1.528-RELEASE | Current Java runtime and integration artifact baseline. |
| teaql-rs | 4.2.10 | Current Rust runtime workspace baseline. |
| cargo-teaql | 2.0.11 | Current Rust generator client baseline. |
Client Tool Baseline
Client artifact versions are not returned by the latest-version endpoint. They must be verified from their official source and installed help output.
| Client | Verified current version | Evidence |
|---|---|---|
| TeaQL Maven plugin | 1.1.0 | Built and installed from the official Maven plugin repository; generated plugin help exposes eval, generate, list-services, ping, show-config, and help. |
| Cargo client | 2.0.8 | Latest crates.io result plus cargo teaql --version after installation and a complete Rust evaluation, generation, test, and application-start run. |
The Maven plugin list-services request also reported service version 1.1.0
on 2026-07-13. Generation targets are dynamic; query the catalog immediately
before selecting -Dservice=<target>.
How to Use This Table
- Use teaql-java
1.528-RELEASEin current Java dependency examples. - Use teaql-rs
4.2.10as the current Rust runtime baseline. - Treat Generator Server
20260813.231514as the generation-service version behind the current workflow. - Use dependency versions emitted by the current generator for component artifacts not listed by the endpoint.
- Check installed Cargo and Maven client help for client-specific flags and goals; the endpoint does not currently return those client artifact versions.
Latest Does Not Mean Every Combination Is Supported
The endpoint reports current component versions. It does not, by itself, prove every framework, provider, database, driver, or toolchain combination.
Before production adoption:
- Check the Compatibility Matrix.
- Generate from an unchanged model.
- Review the generated dependency and API diff.
- Build and test the selected Java/Rust/provider combination.
- Record rollback and migration evidence.
For dated current observations and historical release material, see the Changelog.
Automated Drift Check
The documentation CI checks the TeaQL version endpoint, crates.io sparse index, and TeaQL Maven repository metadata:
npm run check:latest-versions
The check fails when maintained baseline pages omit the latest server, runtime,
Cargo client, or Maven plugin release. It also scans operational content under
docs/ and src/ for stale cargo-teaql install commands, fully qualified
Maven plugin commands, TeaQL Java dependency blocks, and direct TeaQL Rust
dependency pins. Blog posts remain historical records and are not rewritten by
this check.