home / github / releases

Menu
  • Search all tables
  • GraphQL API

releases: 46222036

This data as json

html_url id node_id tag_name target_commitish name draft author prerelease created_at published_at body repo reactions
https://github.com/simonw/datasette/releases/tag/0.58 46222036 MDc6UmVsZWFzZTQ2MjIyMDM2 0.58 main 0.58 0 9599 0 2021-07-15T00:33:04Z 2021-07-15T00:37:57Z
  • New datasette --uds /tmp/datasette.sock option for binding Datasette to a Unix domain socket, see proxy documentation. (#1388)
  • "searchmode": "raw" table metadata option for defaulting a table to executing SQLite full-text search syntax without first escaping it, see Advanced SQLite search queries. (#1389)
  • New plugin hook: get_metadata(datasette, key, database, table), for returning custom metadata for an instance, database or table. Thanks, Brandon Roberts! (#1384)
  • New plugin hook: skip_csrf(datasette, scope), for opting out of CSRF protection based on the incoming request. (#1377)
  • The menu_links(), table_actions() and database_actions() plugin hooks all gained a new optional request argument providing access to the current request. (#1371)
  • Major performance improvement for Datasette faceting. (#1394)
  • Improved documentation for Running Datasette behind a proxy to recommend using ProxyPreservehost On with Apache. (#1387)
  • POST requests to endpoints that do not support that HTTP verb now return a 405 error.
  • db.path can now be provided as a pathlib.Path object, useful when writing unit tests for plugins. Thanks, Chris Amico. (#1365)
107914493  

Links from other tables

  • 0 rows from release in assets
Powered by Datasette · Queries took 0.867ms · About: github-to-sqlite