Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepared release of version 1.5.2 #4922

Merged
merged 3 commits into from
Dec 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,37 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0.

.. towncrier release notes start

[1.5.2] - 2019-12-09
^^^^^^^^^^^^^^^^^^^^

Improvements
------------
- `#3684 <https://github.com/rasahq/rasa/issues/3684>`_: ``rasa interactive`` will skip the story visualization of training stories in case
there are more than 200 stories. Stories created during interactive learning will be
visualized as before.
- `#4792 <https://github.com/rasahq/rasa/issues/4792>`_: The log level for SocketIO loggers, including ``websockets.protocol``, ``engineio.server``,
and ``socketio.server``, is now handled by the ``LOG_LEVEL_LIBRARIES`` environment variable,
where the default log level is ``ERROR``.
- `#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`.

Bugfixes
--------
- `#3684 <https://github.com/rasahq/rasa/issues/3684>`_: ``rasa interactive`` will not load training stories in case the visualization is
skipped.
- `#4789 <https://github.com/rasahq/rasa/issues/4789>`_: Fixed error where spacy models where not found in the docker images.
- `#4802 <https://github.com/rasahq/rasa/issues/4802>`_: Fixed unnecessary ``kwargs`` unpacking in ``rasa.test.test_core`` call in ``rasa.test.test`` function.
- `#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.
- `#4918 <https://github.com/rasahq/rasa/issues/4918>`_: Locks for tickets in ``LockStore`` are immediately issued without a redundant
check for their availability.

Improved Documentation
----------------------
- `#4844 <https://github.com/rasahq/rasa/issues/4844>`_: Added ``towncrier`` to automatically collect changelog entries.
- `#4869 <https://github.com/rasahq/rasa/issues/4869>`_: Document the pipeline for ``pretrained_embeddings_convert`` in the pre-configured pipelines section.
- `#4894 <https://github.com/rasahq/rasa/issues/4894>`_: ``Proactively Reaching Out to the User Using Actions`` now correctly links to the
endpoint specification.


[1.5.1] - 2019-11-27
^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 0 additions & 2 deletions changelog/3684.bugfix.rst

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/3684.improvement.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/4789.bugfix.rst

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/4792.improvement.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/4802.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/4844.doc.rst

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/4844.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/4869.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/4873.improvement.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/4894.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/4898.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/4918.bugfix.rst

This file was deleted.

4 changes: 3 additions & 1 deletion rasa/version.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
__version__ = "1.5.1"
# this file will automatically be changed,
# do not add anything but the version number here!
__version__ = "1.5.2"