Kong adopts a structured approach to versioning its products. Products follow a pattern of {MAJOR}.{MINOR}.{PATCH}.
For the purposes of this support document:
Versioning:
-
Major Version means a version identified by the number to the left of the leftmost decimal point (X.y.z). For example, 2.1.3 indicates Major Version 2 and 1.3.0 indicates Major Version 1.
-
Minor Version means a version identified by a change in the number in between the two leftmost decimal points (x.Y.z). For example, 2.1.3 indicates Minor Version 1 and 1.3.0 indicates Minor Version 3.
-
Patch Version means a version identified by a change in the number to the right of the rightmost decimal (x.y.Z). For example, 2.1.3 indicates patch version 3.
Kong introduces major functionality and breaking changes by releasing a new major version.
Major releases happen rarely and are usually prompted by one or more of:
- Major industry shifts
- Significant architectural changes
- Internal product innovation
There is no regular cadence of major versions.
Kong aims to release a new minor version approximately every 4 weeks.
Minor versions contain features and bug fixes and are usually backwards compatible within their major version sequence.
We support the two most recent minor versions of Kong AI Gateway.
Patches are cumulative (“rolled-up”), meaning that a release such as 2.1.3 includes fixes from 2.1.2, 2.1.1, and 2.1.0.
Due to the frequent iteration of the Kong AI Gateway and the fast pace of the AI ecosystem generally, Kong does not provide a long-term support (LTS) version of the Kong AI Gateway.