Compatibility and qualification policy
InferCrane follows semantic versioning after1.0. The complete API, DeploymentSpec, database,
integration-contract, deprecation, mixed-version, and support-window rules are in
Upgrade and compatibility. PostgreSQL migrations are forward-only and must be backed up
before rollout. Mixed-version operation is unsupported unless a release explicitly says otherwise.
Compatibility dimensions
Every release candidate must record the tested versions of Go, PostgreSQL, vLLM Router, vLLM, Python, container runtime, GPU driver, CUDA, model, and infrastructure provider. Absence from that matrix means unqualified, not incompatible.infercrane integrations --output json is the executable capability inventory. RunPod
elastic/serverless, AWS EC2 elastic, GCP Compute elastic, and Kubernetes elastic are distinct provider profiles;
OpenRouter is a governed external target profile. Local conformance and real-provider qualification
are separate fields. AWS ASG/EKS/SageMaker/Bedrock, GCP MIG/GKE/Vertex, and CoreWeave CKS have
independent registered boundaries but remain non-executable and deferred. Advanced KServe/llm-d/
Dynamo topologies and unregistered external adapters remain unqualified.
The OpenAI-compatible surface is contract-tested for model listing and chat completions. New API
fields should pass through unless InferCrane must interpret them. Removing or changing an accepted
field requires a deprecation period after 1.0.
Endpoint admission applies uniformly across qualified protocols. Buffered requests to managed
capacity may use a bounded retry budget; streaming and external paid routes are never replayed.
Durable async execution supports Chat Completions, Responses, Embeddings, Completions and bounded
chat batch only when the selected runtime declares the corresponding protocol capability. Async
does not make an unsupported runtime protocol compatible.
Release qualification gates
- Unit and PostgreSQL integration tests pass with the race detector and
go vet. - The Docker stack smoke test passes, including planning, diagnostics, routing, metrics, and load.
- Upgrade and backup/restore drills pass against a copy of production-like data.
- Worker loss, router failure, PostgreSQL failover, cancellation, and shutdown are exercised.
- A sustained real-vLLM GPU benchmark records throughput, p50/p95 latency, errors, and versions.