Unified parser**: Reasoning and tool-call parsing are now unified behind a single `Parser.parse()` interface (#44267), with the Responses parser migrated to it (#42977).
Removed the stale cuDNN frontend upper bound (#42599); Docker fixes for flashinfer-jit-cache (#44366), FlashInfer CuTe DSL JIT `libcublas-dev` (#39855), and CUTLASS DSL cu13 install order (#45204).
Deprecations
Deprecate `JAISLMHeadModel` (#43784).
Begin the deprecation cycle for the NixlConnector `kv_both` role (#43874).
Remove functions previously scheduled for deprecation in v0.21.0 (#43358).
v0.22.1
2026-06-05
No breaking-change keywords detected in release notes.
v0.22.0
2026-05-29
⚠ Potential breaking changes
Kernel ABI**: continued migration to libtorch stable ABI — 5/n (#42339), 6/n (#42663), 7/n (#43209).
Removed dead CUDA kernels and dead code (#42767, #42889, #43144).
v0.21.0
2026-05-15
⚠ Potential breaking changes
Transformers v4 deprecated**: This release formally deprecates `transformers` v4 support (#40389). Users should migrate to `transformers` v5.
C++20 build requirement**: vLLM now requires a C++20-compatible compiler for compatibility with PyTorch (#40380). This is a **breaking build change**.
Breaking**: C++20 required for PyTorch compatibility (#40380).
Breaking**: Transformers v4 deprecated (#40389).
v0.20.2
2026-05-10
⚠ Potential breaking changes
Qwen3-VL**: Removed an invalid deepstack boundary check that could fail under heavy load (#40932).
v0.20.1
2026-05-04
No breaking-change keywords detected in release notes.
v0.20.0
2026-04-27
⚠ Potential breaking changes
PyTorch 2.11 upgrade** (#34644): vLLM ships on torch 2.11 for CUDA, and XPU is now also on torch 2.11 (#37947) — XPU is no longer pinned to 2.10. This is a breaking change for environment dependency.
Deprecations**: Petit NVFP4 removed (#32694).
PyTorch 2.11** for CUDA (#34644) and XPU (#37947) — XPU no longer pinned to 2.10.
Removed / moved**: `resampy` dependency dropped (#39524), `librosa` direct dependency dropped (#39079), `pyav` and `soundfile` moved to common requirements (#39997).