- Fixes an open redirect security issue: Datasette instances would redirect to
example.com/foo/barif you accessed the path//example.com/foo/bar. Thanks to James Jefferies for the fix. (#2429) - Fixed
datasette publish cloudrunto work with changes to the underlying Cloud Run architecture. (#2511) - New
datasette --get /path --headersoption for inspecting the headers returned by a path. (#2578) - New
datasette.client.get(..., skip_permission_checks=True)parameter to bypass permission checks when making requests using the internal client. (#2583)