Skip to content

Commit caf96f6

Browse files
authored
Merge pull request RasaHQ#5237 from RasaHQ/prepare-release-1.7.2
Prepare release 1.7.2
2 parents 091bd0c + 91d699a commit caf96f6

File tree

6 files changed

+16
-9
lines changed

6 files changed

+16
-9
lines changed

CHANGELOG.rst

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

1818
.. towncrier release notes start
1919
20+
[1.7.2] - 2020-02-13
21+
^^^^^^^^^^^^^^^^^^^^
22+
23+
Bugfixes
24+
--------
25+
- `#5197 <https://github.com/rasahq/rasa/issues/5197>`_: Fixed incompatibility of Oracle with the :ref:`sql-tracker-store`, by using a ``Sequence``
26+
for the primary key columns. This does not change anything for SQL databases other than Oracle.
27+
If you are using Oracle, please create a sequence with the instructions in the :ref:`sql-tracker-store` docs.
28+
29+
Improved Documentation
30+
----------------------
31+
- `#5197 <https://github.com/rasahq/rasa/issues/5197>`_: Added section on setting up the SQLTrackerStore with Oracle
32+
- `#5210 <https://github.com/rasahq/rasa/issues/5210>`_: Renamed "Running the Server" page to "Configuring the HTTP API"
33+
34+
2035
[1.7.1] - 2020-02-11
2136
^^^^^^^^^^^^^^^^^^^^
2237

changelog/5197.bugfix.rst

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

changelog/5197.doc.rst

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

changelog/5210.doc.rst

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

docs/api/tracker-stores.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ SQLTrackerStore
7878
- Oracle > 11.0
7979
- SQLite
8080

81-
.. _oracle-configuration:
82-
8381
:Oracle Configuration:
8482
To use the SQLTrackerStore with Oracle, there are a few additional steps.
8583
First, create a database ``tracker`` in your Oracle database and create a user with access to it.

rasa/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# this file will automatically be changed,
22
# do not add anything but the version number here!
3-
__version__ = "1.7.1"
3+
__version__ = "1.7.2"

0 commit comments

Comments
 (0)