File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,20 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0.
17
17
18
18
.. towncrier release notes start
19
19
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
+
20
34
[1.7.3] - 2020-02-21
21
35
^^^^^^^^^^^^^^^^^^^^
22
36
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# this file will automatically be changed,
2
2
# do not add anything but the version number here!
3
- __version__ = "1.7.3 "
3
+ __version__ = "1.7.4 "
You can’t perform that action at this time.
0 commit comments