Skip to main content

Latest Versions

The authoritative source for the current TeaQL component baseline is:

TeaQL latest-version endpoint

Last checked: 2026-09-06.

ComponentLatest versionUse
Generator Server20260906.092036Model evaluation and generation service baseline.
teaql-java1.546-RELEASECurrent Java runtime and integration artifact baseline.
teaql-rs4.3.3Current Rust runtime workspace baseline.
teaql-golangv0.1.4Current Go runtime baseline.
teaql-python0.1.2Current Python runtime baseline.
teaql-dotnet0.1.2Current .NET runtime baseline.
teaql-ts0.1.9Current TypeScript runtime baseline.
teaql-swift0.1.3Current Swift Package Manager tag; not yet returned by the version endpoint.
cargo-teaql2.0.13Current 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.

ClientVerified current versionEvidence
TeaQL Maven plugin1.1.1Built and installed from the official Maven plugin repository; generated plugin help exposes eval, generate, list-services, ping, show-config, and help.
Cargo client2.0.13Latest crates.io release metadata and the maintained client-version check. The complete end-to-end run remains dated evidence and is not silently re-attributed to this release.

The Maven plugin 1.1.1 artifact is the current published baseline. The retained 2026-07-13 list-services run is behavioral evidence for dynamic generation targets, not proof that every current target was rerun on that date. Query the catalog immediately before selecting -Dservice=<target>.

How to Use This Table

  • Use teaql-java 1.546-RELEASE in current Java dependency examples.
  • Use teaql-rs 4.3.3 as the current Rust runtime baseline.
  • Treat Generator Server 20260906.092036 as 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:

  1. Check the Compatibility Matrix.
  2. Generate from an unchanged model.
  3. Review the generated dependency and API diff.
  4. Build and test the selected Java/Rust/provider combination.
  5. 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.