Add db-tx-end config option

This commit is contained in:
laurenceisla
2021-07-21 19:49:41 -05:00
committed by GitHub
parent a7cddd8ece
commit f5c5094d7d
3 changed files with 26 additions and 1 deletions
+3
View File
@@ -22,6 +22,9 @@ Added
* Config option for logging level. See :ref:`log-level`.
|br| -- `@steve-chavez <https://github.com/steve-chavez>`_
* Config option for specifying how to terminate the transactions (allowing rollbacks, useful for testing). See :ref:`db-tx-end`.
|br| -- `@wolfgangwalther <https://github.com/wolfgangwalther>`_
* Documentation improvements
+ Added the :ref:`OPTIONS requests <options_requests>` section.