mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
News and release notes for 0.37
This commit is contained in:
parent
78198df668
commit
c9e6841482
3 changed files with 16 additions and 0 deletions
|
|
@ -4,6 +4,16 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
.. _v0_37:
|
||||
|
||||
0.37 (2020-02-25)
|
||||
-----------------
|
||||
|
||||
* Plugins now have a supported mechanism for writing to a database, using the new ``.execute_write()`` and ``.execute_write_fn()`` methods. :ref:`Documentation <database_execute_write>`. (`#682 <https://github.com/simonw/datasette/issues/682>`__)
|
||||
* Immutable databases that have had their rows counted using the ``inspect`` command now use the calculated count more effectively - thanks, Kevin Keogh. (`#666 <https://github.com/simonw/datasette/pull/666>`__)
|
||||
* ``--reload`` no longer restarts the server if a database file is modified, unless that database was opened immutable mode with ``-i``. (`#494 <https://github.com/simonw/datasette/issues/494>`__)
|
||||
* New ``?_searchmode=raw`` option turns off escaping for FTS queries in ``?_search=`` allowing full use of SQLite's `FTS5 query syntax <https://www.sqlite.org/fts5.html#full_text_query_syntax>`__. (`#676 <https://github.com/simonw/datasette/issues/676>`__)
|
||||
|
||||
.. _v0_36:
|
||||
|
||||
0.36 (2020-02-21)
|
||||
|
|
|
|||
|
|
@ -87,6 +87,11 @@ datasette-auth-github
|
|||
|
||||
`datasette-auth-github <https://github.com/simonw/datasette-auth-github>`__ adds an authentication layer to Datasette. Users will have to sign in using their GitHub account before they can view data or interact with Datasette. You can also use it to restrict access to specific GitHub users, or to members of specified GitHub `organizations <https://help.github.com/en/articles/about-organizations>`__ or `teams <https://help.github.com/en/articles/organizing-members-into-teams>`__.
|
||||
|
||||
datasette-upload-csvs
|
||||
---------------------
|
||||
|
||||
`datasette-upload-csvs <https://github.com/simonw/datasette-upload-csvs>`__ allows users to upload CSV files directly into a Datasette instance through their web browser.
|
||||
|
||||
datasette-json-html
|
||||
-------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue