Skip to main content

Latest Versions

The authoritative source for the current TeaQL component baseline is:

TeaQL latest-version endpoint

Last checked: 2026-08-13.

ComponentLatest versionUse
Generator Server20260813.231514Model evaluation and generation service baseline.
teaql-java1.528-RELEASECurrent Java runtime and integration artifact baseline.
teaql-rs4.2.10Current Rust runtime workspace baseline.
cargo-teaql2.0.11Current 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.0Built and installed from the official Maven plugin repository; generated plugin help exposes eval, generate, list-services, ping, show-config, and help.
Cargo client2.0.8Latest 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-RELEASE in current Java dependency examples.
  • Use teaql-rs 4.2.10 as the current Rust runtime baseline.
  • Treat Generator Server 20260813.231514 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.