Skip to content

Commit 8333d6f

Browse files
committed
prepared release of version 1.7.4
1 parent c610325 commit 8333d6f

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

CHANGELOG.rst

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

1818
.. towncrier release notes start
1919
20+
[1.7.4] - 2020-02-24
21+
^^^^^^^^^^^^^^^^^^^^
22+
23+
Bugfixes
24+
--------
25+
- `#5068 <https://github.com/rasahq/rasa/issues/5068>`_: Tracker stores supporting conversation sessions (``SQLTrackerStore`` and
26+
``MongoTrackerStore``) do not save the tracker state to database immediately after
27+
starting a new conversation session. This leads to the number of events being saved
28+
in addition to the already-existing ones to be calculated correctly.
29+
30+
This fixes ``action_listen`` events being saved twice at the beginning of
31+
conversation sessions.
32+
33+
2034
[1.7.3] - 2020-02-21
2135
^^^^^^^^^^^^^^^^^^^^
2236

changelog/5068.bugfix.rst

Lines changed: 0 additions & 7 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.7.3"
3+
__version__ = "1.7.4"

0 commit comments

Comments
 (0)