notice
This is documentation for Rasa X Documentation v0.35.x, which is no longer actively maintained.
For up-to-date documentation, see the latest version (1.1.x).
Compatibility Matrix
When choosing a Rasa X version to install or update to, refer to the table below to help choose the compatible Rasa Open Source and Rasa SDK versions.
It is recommended to always use the latest PATCH
version of whatever MINOR
version you’re on, because it introduces bug fixes without any breaking changes.
(See Semantic Versioning)
Rasa X | Rasa Open Source | Rasa SDK |
---|---|---|
0.35.x | 2.2.x | 2.2.x |
0.35.0 | 2.2.4 | 2.2.0 |
0.34.0 | 2.1.2 | 2.1.2 |
0.33.0 | 2.0.2 | 2.0.2 |
0.32.2 | 1.10.14 | 1.10.2 |
0.31.5 | 1.10.10 | 1.10.2 |
0.30.1 | 1.10.8 | 1.10.2 |
0.29.3 | 1.10.7 | 1.10.2 |
0.28.6 | 1.10.2 | 1.10.1 |
0.27.8 | 1.9.7 | 1.9.0 |
0.26.4 | 1.8.3 | 1.8.1 |
0.25.3 | 1.7.4 | 1.7.0 |
0.24.8 | 1.6.2 | 1.6.1 |
0.23.6 | 1.5.3 | 1.5.2 |
0.22.2 | 1.4.6 | 1.4.0 |
0.21.5 | 1.3.10 | 1.3.3 |
0.20.5 | 1.2.9 | 1.2.0 |
Semantic Versioning
Rasa X
, Rasa Open Source
and Rasa SDK
adhere to Semantic Versioning:
The values for a given a version number MAJOR.MINOR.PATCH
are incremented as follows:
MAJOR
version for incompatible API changesMINOR
version for functionality added in a backwards compatible mannerPATCH
version for backwards compatible bug fixes.