docs: add note on pg versions for actions (#4034)

This commit is contained in:
Marion Schleifer
2020-03-09 09:57:29 +01:00
committed by GitHub
parent 52d3979f92
commit ab54e47335

View File

@@ -20,11 +20,14 @@ enrichment from external sources and any other complex business logic.
.. admonition:: Supported from
Actions are currently available for preview in the pre-release versions of
``v1.2.0``
Actions are currently available in beta in the pre-release versions of ``v1.2.0``.
.. Actions are supported in versions ``v.1.2.0`` and above.
.. admonition:: Postgres support
Actions are supported for ``Postgres versions 10 or higher``.
Action description
------------------
@@ -110,7 +113,6 @@ How it works?
* The action response is returned to the client synchronously or asynchronously
based on the kind.
Learn more
----------