Release notes for 0.32

jinja2-async
Simon Willison 2019-11-14 15:18:53 -08:00
rodzic 0e8f8be1db
commit c422e9619a
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -4,6 +4,13 @@
Changelog
=========
.. _v0_32:
0.32 (2019-11-14)
-----------------
Datasette now renders templates using `Jinja async mode <https://jinja.palletsprojects.com/en/2.10.x/api/#async-support>`__. This makes it easy for plugins to provide custom template functions that perform asynchronous actions, for example the new `datasette-template-sql <https://github.com/simonw/datasette-template-sql>`__ plugin which allows custom templates to directly execute SQL queries and render their results. (`#628 <https://github.com/simonw/datasette/issues/628>`__)
.. _v0_31_2:
0.31.2 (2019-11-13)