Skip to content

Commit

Permalink
Merge pull request #12869 from RasaHQ/prepare-release-3.6.10
Browse files Browse the repository at this point in the history
prepared release of version 3.6.10
  • Loading branch information
m-vdb authored Sep 26, 2023
2 parents 54716a5 + ba06253 commit 6027058
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.6.10] - 2023-09-26

Rasa 3.6.10 (2023-09-26)
### Improvements
- [#12827](https://github.com/rasahq/rasa/issues/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](https://github.com/rasahq/rasa/issues/12852): Added `username` to the connection parameters for `RedisLockStore` and `RedisTrackerStore`
- [#1493](https://github.com/rasahq/rasa/issues/1493): Telemetry data is only send for licensed users.

### Improved Documentation
- [#12868](https://github.com/rasahq/rasa/issues/12868): Remove the Playground from docs.


## [3.6.9] - 2023-09-15

Rasa 3.6.9 (2023-09-15)
Expand Down
1 change: 0 additions & 1 deletion changelog/12827.improvement.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/12852.improvement.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/12868.doc.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/1493.improvement.md

This file was deleted.

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .pytest_cache | build | dist))"

[tool.poetry]
name = "rasa"
version = "3.6.9"
version = "3.6.10"
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"
authors = [ "Rasa Technologies GmbH <[email protected]>",]
maintainers = [ "Tom Bocklisch <[email protected]>",]
Expand Down Expand Up @@ -151,8 +151,6 @@ confluent-kafka = ">=1.9.2,<3.0.0"
portalocker = "^2.7.0"
structlog = "^23.1.0"
structlog-sentry = "^2.0.2"
# pin dnspython to avoid dependency incompatibility
# in order to fix https://rasahq.atlassian.net/browse/ATO-1419
dnspython = "2.3.0"
wheel = ">=0.38.1"
certifi = ">=2023.7.22"
Expand Down
2 changes: 1 addition & 1 deletion rasa/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# this file will automatically be changed,
# do not add anything but the version number here!
__version__ = "3.6.9"
__version__ = "3.6.10"

0 comments on commit 6027058

Please sign in to comment.