Add Retry-After header when recovering the connection

This commit is contained in:
Laurence Isla
2021-10-21 21:08:29 -05:00
committed by GitHub
parent 8e11b6f5df
commit b15dd8783e
3 changed files with 16 additions and 0 deletions
+3
View File
@@ -32,6 +32,9 @@ Added
* Allow escaping inside double quotes with a backslash, e.g. ``?col=in.("Double\"Quote")``, ``?col=in.("Back\\slash")``. See :ref:`reserved-chars`.
|br| -- `@steve-chavez <https://github.com/steve-chavez>`_
* Add ``Retry-After`` header when recovering the connection. See :ref:`automatic_recovery`.
|br| -- `@gautam1168 <https://github.com/gautam1168>`_
* Documentation improvements
+ Added :ref:`nested_embedding` to the :ref:`resource_embedding` section.