Skip to content

Commit 21910bd

Browse files
authored
Merge pull request RasaHQ#5048 from RasaHQ/prepare-release-1.6.1
prepared release of version 1.6.1
2 parents 07b8e8e + bbd4680 commit 21910bd

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,21 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0.
1717

1818
.. towncrier release notes start
1919
20+
[1.6.1] - 2020-01-07
21+
^^^^^^^^^^^^^^^^^^^^
22+
23+
Bugfixes
24+
--------
25+
- `#4989 <https://github.com/rasahq/rasa/issues/4989>`_: Use an empty domain in case a model is loaded which has no domain
26+
(avoids errors when accessing ``agent.doman.<some attribute>``).
27+
- `#4995 <https://github.com/rasahq/rasa/issues/4995>`_: Replace error message with warning in tokenizers and featurizers if default parameter not set.
28+
- `#5019 <https://github.com/rasahq/rasa/issues/5019>`_: Pin sanic patch version instead of minor version. Fixes sanic ``_run_request_middleware()`` error.
29+
- `#5032 <https://github.com/rasahq/rasa/issues/5032>`_: Fix wrong calculation of additional conversation events when saving the conversation.
30+
This led to conversation events not being saved.
31+
- `#5032 <https://github.com/rasahq/rasa/issues/5032>`_: Fix wrong order of conversation events when pushing events to conversations via
32+
``POST /conversations/<conversation_id>/tracker/events``.
33+
34+
2035
[1.6.0] - 2019-12-18
2136
^^^^^^^^^^^^^^^^^^^^
2237

changelog/4989.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/4995.bugfix.rst

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

changelog/5019.bugfix.rst

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

changelog/5032.bugfix.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

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__ = "1.6.0"
3+
__version__ = "1.6.1"

0 commit comments

Comments
 (0)