Skip to content

Commit

Permalink
Merge pull request #5237 from RasaHQ/prepare-release-1.7.2
Browse files Browse the repository at this point in the history
Prepare release 1.7.2
  • Loading branch information
akelad authored Feb 13, 2020
2 parents 091bd0c + 91d699a commit caf96f6
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
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.7.2] - 2020-02-13
^^^^^^^^^^^^^^^^^^^^

Bugfixes
--------
- `#5197 <https://github.com/rasahq/rasa/issues/5197>`_: Fixed incompatibility of Oracle with the :ref:`sql-tracker-store`, by using a ``Sequence``
for the primary key columns. This does not change anything for SQL databases other than Oracle.
If you are using Oracle, please create a sequence with the instructions in the :ref:`sql-tracker-store` docs.

Improved Documentation
----------------------
- `#5197 <https://github.com/rasahq/rasa/issues/5197>`_: Added section on setting up the SQLTrackerStore with Oracle
- `#5210 <https://github.com/rasahq/rasa/issues/5210>`_: Renamed "Running the Server" page to "Configuring the HTTP API"


[1.7.1] - 2020-02-11
^^^^^^^^^^^^^^^^^^^^

Expand Down
4 changes: 0 additions & 4 deletions changelog/5197.bugfix.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/tracker-stores.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ SQLTrackerStore
- Oracle > 11.0
- SQLite

.. _oracle-configuration:

:Oracle Configuration:
To use the SQLTrackerStore with Oracle, there are a few additional steps.
First, create a database ``tracker`` in your Oracle database and create a user with access to it.
Expand Down
2 changes: 1 addition & 1 deletion rasa/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# this file will automatically be changed,
# do not add anything but the version number here!
__version__ = "1.7.1"
__version__ = "1.7.2"

0 comments on commit caf96f6

Please sign in to comment.