Skip to content

Commit

Permalink
Merge pull request #6103 from RasaHQ/prepare-release-1.10.4
Browse files Browse the repository at this point in the history
Prepare release 1.10.4
  • Loading branch information
rasabot authored Jul 1, 2020
2 parents 07da446 + 3cebd54 commit 70823f9
Show file tree
Hide file tree
Showing 11 changed files with 243 additions and 227 deletions.
1 change: 0 additions & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ env:
# needed to fix issues with boto during testing:
# https://github.com/travis-ci/travis-ci/issues/7940
BOTO_CONFIG: /dev/null
PIP_USE_PEP517: false

jobs:
api:
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0.

.. towncrier release notes start
[1.10.4] - 2020-07-01
^^^^^^^^^^^^^^^^^^^^^

Bugfixes
--------
- `#5998 <https://github.com/rasahq/rasa/issues/5998>`_: ``WhitespaceTokenizer`` does not remove vowel signs in Hindi anymore.
- `#6031 <https://github.com/rasahq/rasa/issues/6031>`_: Previously, specifying a lock store in the endpoint configuration with a type other than ``redis`` or ``in_memory``
would lead to an ``AttributeError: 'str' object has no attribute 'type'``. This bug is fixed now.
- `#6032 <https://github.com/rasahq/rasa/issues/6032>`_: Fix ``Interpreter parsed an intent ...`` warning when using the ``/model/parse``
endpoint with an NLU-only model.
- `#6042 <https://github.com/rasahq/rasa/issues/6042>`_: Convert entity values coming from any entity extractor to string during evaluation to avoid mismatches due to
different types.
- `#6078 <https://github.com/rasahq/rasa/issues/6078>`_: The assistant will respond through the `webex` channel to any user (room) communicating to it. Before the bot responded only to a fixed ``roomId`` set in the ``credentials.yml`` config file.


[1.10.3] - 2020-06-12
^^^^^^^^^^^^^^^^^^^^^

Expand Down
1 change: 0 additions & 1 deletion changelog/5998.bugfix.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit 70823f9

Please sign in to comment.