Skip to content

Releases: RasaHQ/rasa

3.6.11

05 Oct 16:38
fcefb7b
Compare
Choose a tag to compare

Rasa 3.6.11 (2023-10-05)

Bugfixes

  • #12722: Intent names will not be falsely abbreviated in interactive training (fixes OSS-413).

    This will also fix a bug where forced user utterances (using the regex matcher) will
    be reverted even though they are present in the domain.

  • #12886: Cache EndpointConfig session object using cached_property decorator instead of recreating this object on every request.
    Initialize these connection pools for action server and model server endpoints as part of the Sanic after_server_start listener.
    Also close connection pools during Sanic after_server_stop listener.

3.6.10

26 Sep 09:20
6027058
Compare
Choose a tag to compare

Rasa 3.6.10 (2023-09-26)

Improvements

  • #12827: Improved handling of last batch during DIET and TED training. The last batch is discarded if it contains less than half a batch size of data.
  • #12852: Added username to the connection parameters for RedisLockStore and RedisTrackerStore
  • #1493: Telemetry data is only send for licensed users.

Improved Documentation

  • #12868: Remove the Playground from docs.

3.4.18

22 Sep 12:03
f33025b
Compare
Choose a tag to compare

Rasa 3.4.18 (2023-09-22)

Improvements

  • #12827: Improved handling of last batch during DIET and TED training. The last batch is discarded if it contains less than half a batch size of data.
  • #12835: Added username to the connection parameters for RedisLockStore and RedisTrackerStore
  • #1493: Telemetry data is only send for licensed users.

3.6.9

15 Sep 15:35
1634e56
Compare
Choose a tag to compare

Rasa 3.6.9 (2023-09-15)

Improvements

  • #12778: Added additional method fingerprint_addon to the GraphComponent interface to allow inclusion of external data into the fingerprint calculation of a component

Bugfixes

  • #12790: Fixed KeyError which resulted when domain_responses doesn't exist as a keyword argument while using a custom action dispatcher with nlg server.

3.4.17

06 Sep 12:36
5b784d0
Compare
Choose a tag to compare

Rasa 3.4.17 (2023-09-06)

No significant changes.

3.6.8

30 Aug 15:32
b449a90
Compare
Choose a tag to compare

Rasa 3.6.8 (2023-08-30)

No significant changes.

3.5.16

30 Aug 16:44
c2eddea
Compare
Choose a tag to compare

Rasa 3.5.16 (2023-08-30)

No significant changes.

3.6.7

29 Aug 14:34
202c988
Compare
Choose a tag to compare

Rasa 3.6.7 (2023-08-29)

Bugfixes

  • #12768: Updated certifi, cryptography, and scipy packages to address security vulnerabilities.

3.6.6

23 Aug 16:41
e0506a7
Compare
Choose a tag to compare

Rasa 3.6.6 (2023-08-23)

Bugfixes

  • #12755: Updated setuptools and wheel to address security vulnerabilities.

3.6.5

17 Aug 16:20
4963820
Compare
Choose a tag to compare

Rasa 3.6.5 (2023-08-17)

Improvements

  • #12696: Use the same session across requests in RasaNLUHttpInterpreter

Bugfixes

  • #12737: Resolve dependency incompatibility: Pin version of dnspython to ==2.3.0.

Improved Documentation

  • #12712: Updated PII docs with new section on how to use Rasa X/Enterprise with PII management solution, and a new note on debug
    logs being displayed after the bot message with rasa shell.