Version: 1.4.x

Compatibility Matrix

When choosing a Rasa Enterprise 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 EnterpriseRasa ProRasa Open Source & Rasa SDKNotes
1.4.x3.3.x, 3.4.x, 3.5.x, 3.6.x, 3.7.x3.0.x, 3.1.x, 3.2.x, 3.3.x, 3.4.x, 3.5.x, 3.6.xAlthough Rasa X supports Python 3.7, Rasa Pro 3.6.x and Rasa Open Source 3.6.x don't support it.
1.3.x3.3.x, 3.4.x, 3.5.x, 3.6.x3.0.x, 3.1.x, 3.2.x, 3.3.x, 3.4.x, 3.5.x, 3.6.xAlthough Rasa X supports Python 3.7, Rasa Pro 3.6.x and Rasa Open Source 3.6.x don't support it.
1.2.x3.3.x, 3.4.x, 3.5.x, 3.6.x3.0.x, 3.1.x, 3.2.x, 3.3.x, 3.4.x, 3.5.x, 3.6.x1.2.x is compatible with Rasa Pro 3.6.x, but it doesn't support the new PII Management functionality introduced with Rasa Pro 3.6. This is supported in 1.3.x.
Although Rasa Enterprise supports Python 3.7, Rasa Pro 3.6.x and Rasa Open Source 3.6.x don't support it.
1.1.x3.0.x, 3.1.x
1.0.12.8.x

Pre 1.0 compatibility matrix

Rasa EnterpriseRasa Open SourceRasa SDK
0.42.62.8.142.8.3
0.41.22.7.12.7.0
0.40.02.6.22.6.0
0.39.02.5.02.5.0
0.38.02.4.02.4.0
0.37.02.3.12.3.1
0.36.02.3.12.3.1
0.35.02.2.42.2.0
0.34.02.1.22.1.2
0.33.02.0.22.0.2
0.32.21.10.141.10.2
0.31.51.10.101.10.2
0.30.11.10.81.10.2
0.29.31.10.71.10.2
0.28.61.10.21.10.1
0.27.81.9.71.9.0
0.26.41.8.31.8.1
0.25.31.7.41.7.0
0.24.81.6.21.6.1
0.23.61.5.31.5.2
0.22.21.4.61.4.0
0.21.51.3.101.3.3
0.20.51.2.91.2.0

Semantic Versioning

Rasa Enterprise, 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 changes

  • MINOR version for functionality added in a backwards compatible manner

  • PATCH version for backwards compatible bug fixes.