Skip to content

Commit 7be0738

Browse files
authored
Merge pull request RasaHQ#4922 from RasaHQ/prepare-release-1.5.2
prepared release of version 1.5.2
2 parents b2c2237 + 1d89e54 commit 7be0738

14 files changed

+34
-23
lines changed

CHANGELOG.rst

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

1818
.. towncrier release notes start
1919
20+
[1.5.2] - 2019-12-09
21+
^^^^^^^^^^^^^^^^^^^^
22+
23+
Improvements
24+
------------
25+
- `#3684 <https://github.com/rasahq/rasa/issues/3684>`_: ``rasa interactive`` will skip the story visualization of training stories in case
26+
there are more than 200 stories. Stories created during interactive learning will be
27+
visualized as before.
28+
- `#4792 <https://github.com/rasahq/rasa/issues/4792>`_: The log level for SocketIO loggers, including ``websockets.protocol``, ``engineio.server``,
29+
and ``socketio.server``, is now handled by the ``LOG_LEVEL_LIBRARIES`` environment variable,
30+
where the default log level is ``ERROR``.
31+
- `#4873 <https://github.com/rasahq/rasa/issues/4873>`_: Updated all example bots and documentation to use the updated ``dispatcher.utter_message()`` method from `rasa-sdk==1.5.0`.
32+
33+
Bugfixes
34+
--------
35+
- `#3684 <https://github.com/rasahq/rasa/issues/3684>`_: ``rasa interactive`` will not load training stories in case the visualization is
36+
skipped.
37+
- `#4789 <https://github.com/rasahq/rasa/issues/4789>`_: Fixed error where spacy models where not found in the docker images.
38+
- `#4802 <https://github.com/rasahq/rasa/issues/4802>`_: Fixed unnecessary ``kwargs`` unpacking in ``rasa.test.test_core`` call in ``rasa.test.test`` function.
39+
- `#4898 <https://github.com/rasahq/rasa/issues/4898>`_: Training data files now get loaded in the same order (especially relevant to subdirectories) each time to ensure training consistency when using a random seed.
40+
- `#4918 <https://github.com/rasahq/rasa/issues/4918>`_: Locks for tickets in ``LockStore`` are immediately issued without a redundant
41+
check for their availability.
42+
43+
Improved Documentation
44+
----------------------
45+
- `#4844 <https://github.com/rasahq/rasa/issues/4844>`_: Added ``towncrier`` to automatically collect changelog entries.
46+
- `#4869 <https://github.com/rasahq/rasa/issues/4869>`_: Document the pipeline for ``pretrained_embeddings_convert`` in the pre-configured pipelines section.
47+
- `#4894 <https://github.com/rasahq/rasa/issues/4894>`_: ``Proactively Reaching Out to the User Using Actions`` now correctly links to the
48+
endpoint specification.
49+
50+
2051
[1.5.1] - 2019-11-27
2152
^^^^^^^^^^^^^^^^^^^^
2253

changelog/3684.bugfix.rst

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

changelog/3684.improvement.rst

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

changelog/4789.bugfix.rst

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

changelog/4792.improvement.rst

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

changelog/4802.bugfix.rst

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

changelog/4844.doc.rst

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

changelog/4844.misc.rst

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

changelog/4869.doc.rst

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

changelog/4873.improvement.rst

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

0 commit comments

Comments
 (0)