Skip to main content

Latest Versions

Checked 2026-09-13. The generator version endpoint reports the versions its deployed templates currently select. Package registries can move ahead of that endpoint. A newer published runtime is not proof that the deployed generator already emits it or that the combination passed a clean consumer test.

ComponentDeployed generator selectionNewest independently observed releaseSource
Generator Server20260911.230811Version endpoint
Java runtime1.547-RELEASE1.547-RELEASEVersion endpoint, Maven metadata
Rust runtime4.3.54.3.5Version endpoint, crates.io
Go runtimev0.2.4v0.2.6Version endpoint, Git tag
Python runtime0.2.40.2.6Version endpoint, PyPI
.NET runtime0.2.50.2.6Version endpoint, NuGet
TypeScript runtime0.2.40.2.6Version endpoint, npm
Swift runtime0.2.40.2.6Version endpoint, Git tag
cargo-teaqlNot reported2.0.14crates.io
TeaQL Maven pluginNot reported1.1.1Maven metadata

Use the version emitted by your generated workspace for its default dependency set. To test a newer released runtime, use a supported model-level version override where one exists, regenerate into a separate workspace, and run the owning runtime example and clean consumer tests. Python and .NET do not yet have a canonical KSML version override; use a separate consumer workspace for those experiments. Do not assume that a tag, package, or endpoint row alone proves compatibility.

Current commands

cargo install cargo-teaql --version 2.0.14 --locked
cargo teaql --version
cargo teaql services
cargo teaql evaluate --input models/
cargo teaql rust-lib-core --input models/ --output generated/rust-lib-core

The Maven plugin uses one dynamic generate goal and a live target catalog:

mvn io.teaql:teaql-maven-plugin:1.1.1:list-services
mvn io.teaql:teaql-maven-plugin:1.1.1:generate -Dinput=models -Dservice=java-lib-core

The endpoint reports component selections, not a supported combination matrix. Read the current capability and evidence guide and the dated database matrix before treating a runtime/provider combination as verified. Historical release material remains in the Changelog.

The site CI checks version drift with npm run check:latest-versions. That check currently covers the endpoint, Cargo client and Maven plugin; package registry releases for the other five languages require the separate comparison above until the checker is expanded.