- register_routes(datasette) plugin hook now accepts an optional
datasette
argument. (#1404) - New
hide_sql
canned query option for defaulting to hiding the SQL quey used by a canned query, see Additional canned query options. (#1422) - New
--cpu
option for datasette publish cloudrun. (#1420) - If Rich is installed in the same virtual environment as Datasette, it will be used to provide enhanced display of error tracebacks on the console. (#1416)
datasette.utils
parse_metadata(content) function, used by the new datasette-remote-metadata plugin, is now a documented API. (#1405)