You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,35 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0.
17
17
18
18
.. towncrier release notes start
19
19
20
+
[1.9.5] - 2020-04-01
21
+
^^^^^^^^^^^^^^^^^^^^
22
+
23
+
Improvements
24
+
------------
25
+
- `#5533 <https://github.com/rasahq/rasa/issues/5533>`_: Support for
26
+
`PostgreSQL schemas <https://www.postgresql.org/docs/11/ddl-schemas.html>`_ in
27
+
:ref:`sql-tracker-store`. The ``SQLTrackerStore``
28
+
accesses schemas defined by the ``POSTGRESQL_SCHEMA`` environment variable if
29
+
connected to a PostgreSQL database.
30
+
31
+
The schema is added to the connection string option's ``-csearch_path`` key, e.g.
32
+
``-options=-csearch_path=<SCHEMA_NAME>`` (see
33
+
`<https://www.postgresql.org/docs/11/contrib-dblink-connect.html>`_ for more details).
34
+
As before, if no ``POSTGRESQL_SCHEMA`` is defined, Rasa uses the database's default
35
+
schema (``public``).
36
+
37
+
The schema has to exist in the database before connecting, i.e. it needs to have been
38
+
created with
39
+
40
+
.. code-block:: postgresql
41
+
42
+
CREATE SCHEMA schema_name;
43
+
44
+
Bugfixes
45
+
--------
46
+
- `#5547 <https://github.com/rasahq/rasa/issues/5547>`_: Fixed ambiguous logging in ``DIETClassifier`` by adding the name of the calling class to the log message.
description = "Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants"
0 commit comments