- New plugin hook: skip_csrf(datasette, scope), for opting out of CSRF protection based on the incoming request. (#1377)
POST
requests to endpoints that do not support that HTTP verb now return a 405 error.db.path
can now be provided as apathlib.Path
object, useful when writing unit tests for plugins. Thanks, Chris Amico. (#1365)