Skip to content

Commit a97753d

Browse files
authored
Merge pull request #12971 from RasaHQ/prepare-release-3.5.17
prepared release of version 3.5.17
2 parents 7d8e816 + 5f8cf76 commit a97753d

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

CHANGELOG.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->
1616

1717
<!-- TOWNCRIER -->
1818

19+
## [3.5.17] - 2023-12-05
20+
21+
Rasa 3.5.17 (2023-12-05)
22+
### Improvements
23+
- [#12851](https://github.com/rasahq/rasa/issues/12851): Added `username` to the connection parameters for `RedisLockStore` and `RedisTrackerStore`
24+
- [#1493](https://github.com/rasahq/rasa/issues/1493): Telemetry data is only send for licensed users.
25+
26+
1927
## [3.5.16] - 2023-08-30
2028

2129
Rasa 3.5.16 (2023-08-30)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ prepare-tests-windows:
135135
# It will retry the installation 5 times if it fails
136136
# See: https://github.com/actions/virtual-environments/blob/main/images/win/scripts/ImageHelpers/ChocoHelpers.ps1
137137
prepare-tests-windows-gha:
138-
powershell -command "Choco-Install wget graphviz"
138+
powershell -command "Install-ChocoPackage wget graphviz"
139139

140140
test: clean
141141
# OMP_NUM_THREADS can improve overall performance using one thread by process (on tensorflow), avoiding overload

changelog/12851.improvement.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/1493.improvement.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .pytest_cache | build | dist))"
99

1010
[tool.poetry]
1111
name = "rasa"
12-
version = "3.5.16"
12+
version = "3.5.17"
1313
description = "Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants"
1414
authors = [ "Rasa Technologies GmbH <hi@rasa.com>",]
1515
maintainers = [ "Tom Bocklisch <tom@rasa.com>",]

rasa/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# this file will automatically be changed,
22
# do not add anything but the version number here!
3-
__version__ = "3.5.16"
3+
__version__ = "3.5.17"

0 commit comments

Comments
 (0)