Skip to content

Commit b85ffc9

Browse files
committed
prepared release of version 1.7.2
1 parent 091bd0c commit b85ffc9

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@ 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 docs
28+
:ref:`oracle-configuration`.
29+
30+
Improved Documentation
31+
----------------------
32+
- `#5197 <https://github.com/rasahq/rasa/issues/5197>`_: Added section on setting up the SQLTrackerStore with Oracle
33+
- `#5210 <https://github.com/rasahq/rasa/issues/5210>`_: Renamed "Running the Server" page to "Configuring the HTTP API"
34+
35+
2036
[1.7.1] - 2020-02-11
2137
^^^^^^^^^^^^^^^^^^^^
2238

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.

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)