Allow POST rpc with a single unnamed parameter

This commit is contained in:
Laurence Isla
2021-11-10 19:35:44 -05:00
committed by GitHub
parent 8b74e14c4f
commit 4e4458eb95
2 changed files with 45 additions and 0 deletions
+3
View File
@@ -35,6 +35,9 @@ Added
* Add ``Retry-After`` header when recovering the connection. See :ref:`automatic_recovery`.
|br| -- `@gautam1168 <https://github.com/gautam1168>`_
* Allow calling a function with a :ref:`single unnamed parameter <s_proc_single_unnamed>` to POST raw ``json/jsonb``, ``bytea`` or ``text``.
|br| -- `@steve-chavez <https://github.com/steve-chavez>`_
* Documentation improvements
+ Added :ref:`nested_embedding` to the :ref:`resource_embedding` section.