Skip to content

Commit

Permalink
prepared release of version 3.4.18 (#12846)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcidst authored Sep 22, 2023
1 parent 6162393 commit f33025b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.4.18] - 2023-09-22

Rasa 3.4.18 (2023-09-22)
### 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.
- [#12835](https://github.com/rasahq/rasa/issues/12835): 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.


## [3.4.17] - 2023-09-06

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion 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.4.17"
version = "3.4.18"
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
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.4.17"
__version__ = "3.4.18"

0 comments on commit f33025b

Please sign in to comment.