{"html_url": "https://github.com/simonw/datasette/issues/1595#issuecomment-1012664607", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1595", "id": 1012664607, "node_id": "IC_kwDOBm6k_c48XAkf", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-01-14T01:22:58Z", "updated_at": "2022-01-14T01:22:58Z", "author_association": "OWNER", "body": "- Upgraded Pluggy dependency to 1.0. #1575\r\n- Now using [Plausible](https://plausible.io/) analytics for the Datasette documentation.\r\n- The `db.execute_write()` internals method now defaults to blocking until the write operation has completed. Previously it defaulted to queuing the write and then continuing to run code while the write was in the queue. #1579\r\n- `explain query plan` is now allowed with varying amounts of white space in the query. #1588\r\n- New CLI reference page showing the output of `--help` for each of the `datasette` sub-commands. This lead to several small improvements to the help copy. #1594\r\n- Fixed bug where columns with a underscore prefix could result in unnecessary hidden form fields. #1527", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1102484126, "label": "Release notes for 0.60"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1595#issuecomment-1012626410", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1595", "id": 1012626410, "node_id": "IC_kwDOBm6k_c48W3Pq", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-01-14T00:00:56Z", "updated_at": "2022-01-14T01:17:47Z", "author_association": "OWNER", "body": "Commits since 0.60a1: https://github.com/simonw/datasette/compare/0.60a1...3664ddd40", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1102484126, "label": "Release notes for 0.60"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1595#issuecomment-1012626243", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1595", "id": 1012626243, "node_id": "IC_kwDOBm6k_c48W3ND", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-01-14T00:00:33Z", "updated_at": "2022-01-14T00:00:33Z", "author_association": "OWNER", "body": "Copying those in here:\r\n\r\n- New plugin hook: [filters_from_request(request, database, table, datasette)](https://docs.datasette.io/en/latest/plugin_hooks.html#plugin-hook-filters-from-request), which runs on the table page and can be used to support new custom query string parameters that modify the SQL query. ([#473](https://github.com/simonw/datasette/issues/473))\r\n- The number of unique values in a facet is now always displayed. Previously it was only displayed if the user specified `?_facet_size=max`. ([#1556](https://github.com/simonw/datasette/issues/1556))\r\n- Fixed bug where `?_facet_array=tags&_facet=tags` would only display one of the two selected facets. ([#625](https://github.com/simonw/datasette/issues/625))\r\n- Facets of type `date` or `array` can now be configured in `metadata.json`, see [Facets in metadata.json](https://docs.datasette.io/en/latest/facets.html#facets-metadata). Thanks, David Larlet. ([#1552](https://github.com/simonw/datasette/issues/1552))\r\n- New `?_nosuggest=1` parameter for table views, which disables facet suggestion. ([#1557](https://github.com/simonw/datasette/issues/1557))\r\n- Label columns detected for foreign keys are now case-insensitive, so `Name` or `TITLE` will be detected in the same way as `name` or `title`. ([#1544](https://github.com/simonw/datasette/issues/1544))\r\n- The query string variables exposed by `request.args` will now include blank strings for arguments such as `foo` in `?foo=&bar=1` rather than ignoring those parameters entirely. ([#1551](https://github.com/simonw/datasette/issues/1551))\r\n- Database write connections now execute the [prepare_connection(conn, database, datasette)](https://docs.datasette.io/en/latest/plugin_hooks.html#plugin-hook-prepare-connection) plugin hook. ([#1564](https://github.com/simonw/datasette/issues/1564))\r\n- The `Datasette()` constructor no longer requires the `files=` argument, and is now documented at [Datasette class](https://docs.datasette.io/en/latest/internals.html#internals-datasette). ([#1563](https://github.com/simonw/datasette/issues/1563))\r\n- The tracing feature now traces write queries, not just read queries. ([#1568](https://github.com/simonw/datasette/issues/1568))\r\n- Added two methods for writing to the database: [await db.execute_write_script(sql, block=False)](https://docs.datasette.io/en/latest/internals.html#database-execute-write-script) and [await db.execute_write_many(sql, params_seq, block=False)](https://docs.datasette.io/en/latest/internals.html#database-execute-write-many). ([#1570](https://github.com/simonw/datasette/issues/1570))\r\n- Made several performance improvements to the database schema introspection code that runs when Datasette first starts up. ([#1555](https://github.com/simonw/datasette/issues/1555))\r\n- Fixed bug where writable canned queries could not be used with custom templates. ([#1547](https://github.com/simonw/datasette/issues/1547))", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1102484126, "label": "Release notes for 0.60"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1595#issuecomment-1012575013", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1595", "id": 1012575013, "node_id": "IC_kwDOBm6k_c48Wqsl", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-01-13T22:29:22Z", "updated_at": "2022-01-13T22:29:22Z", "author_association": "OWNER", "body": "Most of these are already written for these two alpha releases:\r\n- https://github.com/simonw/datasette/releases/tag/0.60a0\r\n- https://github.com/simonw/datasette/releases/tag/0.60a1", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1102484126, "label": "Release notes for 0.60"}, "performed_via_github_app": null}