Skip to content

Commit

Permalink
Merge pull request #7577 from RasaHQ/prepare-release-1.10.19
Browse files Browse the repository at this point in the history
prepared release of version 1.10.19
  • Loading branch information
wochinge committed Dec 17, 2020
2 parents a9fd74f + 7d1a46e commit 7d3e6dd
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0.

.. towncrier release notes start
[1.10.19] - 2020-12-17
^^^^^^^^^^^^^^^^^^^^^^

Improvements
------------
- `#6251 <https://github.com/rasahq/rasa/issues/6251>`_: Kafka Producer connection now remains active across sends. Added support for group and client id.
The Kafka producer also adds support for the `PLAINTEXT` and `SASL_SSL` protocols.

DynamoDB table exists check fixed bug when more than 100 tables exist.
- `#6814 <https://github.com/rasahq/rasa/issues/6814>`_: Replace use of ``python-telegram-bot`` package with ``pyTelegramBotAPI``
- `#7423 <https://github.com/rasahq/rasa/issues/7423>`_: Use response selector keys (sub-intents) as labels for plotting the confusion matrix during NLU evaluation to improve readability.


[1.10.18] - 2020-11-26
^^^^^^^^^^^^^^^^^^^^^^

Expand Down
4 changes: 0 additions & 4 deletions changelog/6251.improvement.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog/7423.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 | .pytype | .pytest_cache | build | dist))"

[tool.poetry]
name = "rasa"
version = "1.10.18"
version = "1.10.19"
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 <hi@rasa.com>",]
maintainers = [ "Tom Bocklisch <tom@rasa.com>",]
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__ = "1.10.18"
__version__ = "1.10.19"

0 comments on commit 7d3e6dd

Please sign in to comment.