{"html_url": "https://github.com/simonw/datasette/releases/tag/0.25.1", "id": 14560294, "node_id": "MDc6UmVsZWFzZTE0NTYwMjk0", "tag_name": "0.25.1", "target_commitish": "master", "name": "Datasette 0.25.1", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2018-11-05T06:31:41Z", "published_at": "2018-12-16T21:44:27Z", "assets": "[]", "body": "Documentation improvements plus a fix for publishing to Zeit Now.\r\n\r\n* `datasette publish now` now uses Zeit\u2019s v1 platform, to work around the new 100MB image limit. Thanks, @slygent - closes #366.\r\n", "repo": {"value": 107914493, "label": "datasette"}} {"html_url": "https://github.com/simonw/datasette/releases/tag/0.25.2", "id": 14560304, "node_id": "MDc6UmVsZWFzZTE0NTYwMzA0", "tag_name": "0.25.2", "target_commitish": "master", "name": "Datasette 0.25.2", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2018-12-16T21:26:37Z", "published_at": "2018-12-16T21:45:39Z", "assets": "[]", "body": "* `datasette publish heroku` now uses the `python-3.6.7` runtime\r\n* Added documentation on [how to build the documentation](https://datasette.readthedocs.io/en/stable/contributing.html#editing-and-building-the-documentation)\r\n* Added documentation covering [our release process](https://datasette.readthedocs.io/en/stable/contributing.html#release-process)\r\n* Upgraded to pytest 4.0.2\r\n", "repo": {"value": 107914493, "label": "datasette"}} {"html_url": "https://github.com/simonw/datasette-json-html/releases/tag/0.4.0", "id": 14760894, "node_id": "MDc6UmVsZWFzZTE0NzYwODk0", "tag_name": "0.4.0", "target_commitish": "master", "name": "0.4.0 -
 support", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-01-02T04:10:17Z", "published_at": "2019-01-02T04:17:15Z", "assets": "[]", "body": "\r\nYou can use `{\"pre\": \"text\"}` to render text in a `
` HTML tag:\r\n\r\n    {\r\n        \"pre\": \"This\\nhas\\nnewlines\"\r\n    }\r\n\r\nProduces:\r\n\r\n    
This\r\n    has\r\n    newlines
\r\n\r\nIf the value attached to the `\"pre\"` key is itself a JSON object, that JSON will be pretty-printed:\r\n\r\n {\r\n \"pre\": {\r\n \"this\": {\r\n \"object\": [\"is\", \"nested\"]\r\n }\r\n }\r\n }\r\n\r\nProduces:\r\n\r\n
{\r\n      "this": {\r\n        "object": [\r\n          "is",\r\n          "nested"\r\n        ]\r\n      }\r\n    }
", "repo": {"value": 142967347, "label": "datasette-json-html"}} {"html_url": "https://github.com/simonw/datasette/releases/tag/0.26", "id": 14914779, "node_id": "MDc6UmVsZWFzZTE0OTE0Nzc5", "tag_name": "0.26", "target_commitish": "master", "name": "Datasette 0.26", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-01-03T02:53:59Z", "published_at": "2019-01-10T21:41:00Z", "assets": "[]", "body": "[Datasette 0.26 release notes](https://datasette.readthedocs.io/en/stable/changelog.html#v0-26)", "repo": {"value": 107914493, "label": "datasette"}} {"html_url": "https://github.com/simonw/csvs-to-sqlite/releases/tag/0.9", "id": 15022807, "node_id": "MDc6UmVsZWFzZTE1MDIyODA3", "tag_name": "0.9", "target_commitish": "master", "name": "csvs-to-sqlite 0.9", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-01-17T05:17:02Z", "published_at": "2019-01-17T05:20:23Z", "assets": "[]", "body": "- Support for loading CSVs directly from URLs, thanks @betatim - #38\r\n- New -pk/--primary-key options, closes #22\r\n- Create FTS index for extracted column values\r\n- Added --no-fulltext-fks option, closes #32\r\n- Now using black for code formatting\r\n- Bumped versions of dependencies", "repo": {"value": 110509816, "label": "csvs-to-sqlite"}} {"html_url": "https://github.com/simonw/sqlite-utils/releases/tag/0.7", "id": 15175633, "node_id": "MDc6UmVsZWFzZTE1MTc1NjMz", "tag_name": "0.7", "target_commitish": "master", "name": "0.7", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-01-25T07:20:49Z", "published_at": "2019-01-25T07:27:57Z", "assets": "[]", "body": "Release notes are here: https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v0-7", "repo": {"value": 140912432, "label": "sqlite-utils"}} {"html_url": "https://github.com/simonw/datasette/releases/tag/0.26.1", "id": 15206659, "node_id": "MDc6UmVsZWFzZTE1MjA2NjU5", "tag_name": "0.26.1", "target_commitish": "master", "name": "Datasette 0.26.1", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-01-11T00:51:38Z", "published_at": "2019-01-28T01:50:45Z", "assets": "[]", "body": "Release notes: https://datasette.readthedocs.io/en/stable/changelog.html#v0-26-1", "repo": {"value": 107914493, "label": "datasette"}} {"html_url": "https://github.com/simonw/sqlite-utils/releases/tag/0.8", "id": 15208430, "node_id": "MDc6UmVsZWFzZTE1MjA4NDMw", "tag_name": "0.8", "target_commitish": "master", "name": "0.8", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-01-26T02:13:29Z", "published_at": "2019-01-28T06:28:12Z", "assets": "[]", "body": "Two new commands: `sqlite-utils csv` and `sqlite-utils json`\r\n\r\nhttps://sqlite-utils.readthedocs.io/en/latest/changelog.html#v0-8", "repo": {"value": 140912432, "label": "sqlite-utils"}} {"html_url": "https://github.com/simonw/sqlite-utils/releases/tag/0.9", "id": 15243253, "node_id": "MDc6UmVsZWFzZTE1MjQzMjUz", "tag_name": "0.9", "target_commitish": "master", "name": "0.9", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-01-28T06:34:33Z", "published_at": "2019-01-29T15:30:48Z", "assets": "[]", "body": "https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v0-9", "repo": {"value": 140912432, "label": "sqlite-utils"}} {"html_url": "https://github.com/simonw/datasette/releases/tag/0.27", "id": 15389392, "node_id": "MDc6UmVsZWFzZTE1Mzg5Mzky", "tag_name": "0.27", "target_commitish": "master", "name": "Datasette 0.27", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-02-01T03:47:05Z", "published_at": "2019-02-06T05:10:20Z", "assets": "[]", "body": "https://datasette.readthedocs.io/en/stable/changelog.html#v0-27", "repo": {"value": 107914493, "label": "datasette"}} {"html_url": "https://github.com/simonw/sqlite-utils/releases/tag/0.10", "id": 15439849, "node_id": "MDc6UmVsZWFzZTE1NDM5ODQ5", "tag_name": "0.10", "target_commitish": "master", "name": "0.10", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-02-07T05:17:52Z", "published_at": "2019-02-08T05:19:33Z", "assets": "[]", "body": "https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v0-10", "repo": {"value": 140912432, "label": "sqlite-utils"}} {"html_url": "https://github.com/simonw/db-to-sqlite/releases/tag/0.2", "id": 15440165, "node_id": "MDc6UmVsZWFzZTE1NDQwMTY1", "tag_name": "0.2", "target_commitish": "master", "name": "0.2", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-02-08T06:01:44Z", "published_at": "2019-02-08T06:07:36Z", "assets": "[]", "body": "`--all` option can now be used to duplicate an entire database, including detecting foreign key relationships.\r\n\r\n`--table` option called without `--sql` will now mirror the specified table.", "repo": {"value": 166159072, "label": "db-to-sqlite"}} {"html_url": "https://github.com/simonw/sqlite-utils/releases/tag/0.13", "id": 15739051, "node_id": "MDc6UmVsZWFzZTE1NzM5MDUx", "tag_name": "0.13", "target_commitish": "master", "name": "0.13", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-02-24T06:54:43Z", "published_at": "2019-02-24T07:00:14Z", "assets": "[]", "body": "https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v0-13", "repo": {"value": 140912432, "label": "sqlite-utils"}} {"html_url": "https://github.com/simonw/sqlite-utils/releases/tag/0.11", "id": 15731282, "node_id": "MDc6UmVsZWFzZTE1NzMxMjgy", "tag_name": "0.11", "target_commitish": "master", "name": "0.11", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-02-08T05:23:50Z", "published_at": "2019-02-23T02:15:34Z", "assets": "[]", "body": "https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v0-11", "repo": {"value": 140912432, "label": "sqlite-utils"}} {"html_url": "https://github.com/simonw/sqlite-utils/releases/tag/0.12", "id": 15731354, "node_id": "MDc6UmVsZWFzZTE1NzMxMzU0", "tag_name": "0.12", "target_commitish": "master", "name": "0.12", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-02-23T02:22:28Z", "published_at": "2019-02-23T02:31:29Z", "assets": "[]", "body": "https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v0-12", "repo": {"value": 140912432, "label": "sqlite-utils"}} {"html_url": "https://github.com/simonw/sqlite-utils/releases/tag/0.14", "id": 15744513, "node_id": "MDc6UmVsZWFzZTE1NzQ0NTEz", "tag_name": "0.14", "target_commitish": "master", "name": "0.14", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-02-24T23:11:51Z", "published_at": "2019-02-24T23:15:16Z", "assets": "[]", "body": "https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v0-14", "repo": {"value": 140912432, "label": "sqlite-utils"}} {"html_url": "https://github.com/simonw/datasette-render-html/releases/tag/0.1", "id": 17055917, "node_id": "MDc6UmVsZWFzZTE3MDU1OTE3", "tag_name": "0.1", "target_commitish": "master", "name": "", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-04-30T01:55:11Z", "published_at": "2019-04-30T01:59:32Z", "assets": "[]", "body": "", "repo": {"value": 184168864, "label": "datasette-render-html"}} {"html_url": "https://github.com/simonw/datasette/releases/tag/0.28", "id": 17450414, "node_id": "MDc6UmVsZWFzZTE3NDUwNDE0", "tag_name": "0.28", "target_commitish": "master", "name": "Datasette 0.28", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-05-19T21:37:49Z", "published_at": "2019-05-19T21:42:28Z", "assets": "[]", "body": "[Datasette 0.28](https://datasette.readthedocs.io/en/stable/changelog.html#v0-28) - a salmagundi of new features!\r\n * No longer immutable! Datasette now supports [databases that change](https://datasette.readthedocs.io/en/stable/changelog.html#supporting-databases-that-change).\r\n * [Faceting improvements](https://datasette.readthedocs.io/en/stable/changelog.html#faceting-improvements-and-faceting-plugins) including facet-by-JSON-array and the ability to define custom faceting using plugins.\r\n * [datasette publish cloudrun](https://datasette.readthedocs.io/en/stable/changelog.html#datasette-publish-cloudrun) lets you publish databasese to Google's new Cloud Run hosting service.\r\n * New [register_output_renderer](https://datasette.readthedocs.io/en/stable/changelog.html#register-output-renderer-plugins) plugin hook for adding custom output extensions to Datasette in addition to the default `.json` and `.csv`.\r\n * Dozens of other smaller features and tweaks - see [the release notes](https://datasette.readthedocs.io/en/stable/changelog.html#v0-28) for full details.", "repo": {"value": 107914493, "label": "datasette"}} {"html_url": "https://github.com/simonw/sqlite-utils/releases/tag/1.0", "id": 17583581, "node_id": "MDc6UmVsZWFzZTE3NTgzNTgx", "tag_name": "1.0", "target_commitish": "master", "name": "1.0", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-05-25T01:06:38Z", "published_at": "2019-05-25T01:19:21Z", "assets": "[]", "body": "https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-0", "repo": {"value": 140912432, "label": "sqlite-utils"}} {"html_url": "https://github.com/simonw/sqlite-utils/releases/tag/1.0.1", "id": 17616531, "node_id": "MDc6UmVsZWFzZTE3NjE2NTMx", "tag_name": "1.0.1", "target_commitish": "master", "name": "1.0.1", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-05-28T00:50:28Z", "published_at": "2019-05-28T00:51:21Z", "assets": "[]", "body": "https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-0-1", "repo": {"value": 140912432, "label": "sqlite-utils"}} {"html_url": "https://github.com/simonw/sqlite-utils/releases/tag/1.1", "id": 17645877, "node_id": "MDc6UmVsZWFzZTE3NjQ1ODc3", "tag_name": "1.1", "target_commitish": "master", "name": "1.1", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-05-29T05:12:03Z", "published_at": "2019-05-29T05:15:22Z", "assets": "[]", "body": "https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-1\r\n\r\n* Support for `ignore=True` / `--ignore` for ignoring inserted records if the primary key alread exists (#21)\r\n* Ability to add a column that is a foreign key reference using `fk=...` / `--fk` (#16)\r\n", "repo": {"value": 140912432, "label": "sqlite-utils"}} {"html_url": "https://github.com/simonw/datasette-render-binary/releases/tag/0.1", "id": 17874587, "node_id": "MDc6UmVsZWFzZTE3ODc0NTg3", "tag_name": "0.1", "target_commitish": "master", "name": "0.1", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-06-09T16:01:27Z", "published_at": "2019-06-09T16:10:36Z", "assets": "[]", "body": "", "repo": {"value": 191022928, "label": "datasette-render-binary"}} {"html_url": "https://github.com/simonw/datasette-bplist/releases/tag/0.1", "id": 17870990, "node_id": "MDc6UmVsZWFzZTE3ODcwOTkw", "tag_name": "0.1", "target_commitish": "master", "name": "0.1", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-06-09T01:14:22Z", "published_at": "2019-06-09T01:19:55Z", "assets": "[]", "body": "Initial release.", "repo": {"value": 190950781, "label": "datasette-bplist"}} {"html_url": "https://github.com/simonw/sqlite-utils/releases/tag/1.2", "id": 17961871, "node_id": "MDc6UmVsZWFzZTE3OTYxODcx", "tag_name": "1.2", "target_commitish": "master", "name": "1.2", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-06-13T06:39:59Z", "published_at": "2019-06-13T06:42:21Z", "assets": "[]", "body": "https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-2", "repo": {"value": 140912432, "label": "sqlite-utils"}} {"html_url": "https://github.com/simonw/datasette-render-binary/releases/tag/0.2", "id": 17976835, "node_id": "MDc6UmVsZWFzZTE3OTc2ODM1", "tag_name": "0.2", "target_commitish": "master", "name": "0.2", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-06-09T16:20:28Z", "published_at": "2019-06-13T16:14:52Z", "assets": "[]", "body": "Added screenshot.", "repo": {"value": 191022928, "label": "datasette-render-binary"}} {"html_url": "https://github.com/simonw/datasette-render-binary/releases/tag/0.3", "id": 17976887, "node_id": "MDc6UmVsZWFzZTE3OTc2ODg3", "tag_name": "0.3", "target_commitish": "master", "name": "0.3", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-06-13T16:14:18Z", "published_at": "2019-06-13T16:16:36Z", "assets": "[]", "body": "Now uses the [filetype](https://pypi.org/project/filetype/) module to suggest a possible format.\r\n\r\n\"many-photos-tables__RKFaceCrop__58_rows\"\r\n", "repo": {"value": 191022928, "label": "datasette-render-binary"}} {"html_url": "https://github.com/simonw/datasette-json-html/releases/tag/0.5", "id": 17987324, "node_id": "MDc6UmVsZWFzZTE3OTg3MzI0", "tag_name": "0.5", "target_commitish": "master", "name": "0.5 - tooltips and demos", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-06-14T01:29:34Z", "published_at": "2019-06-14T01:33:44Z", "assets": "[]", "body": "Links can now have tooltips (#2):\r\n```\r\n{\r\n \"href\": \"https://simonwillison.net/\",\r\n \"label\": \"Simon Willison\",\r\n \"title\": \"My blog\"\r\n}\r\n```\r\nAlso added [a live demo](https://datasette-json-html.datasette.io/demo?sql=select+%27%7B%0D%0A++++%22href%22%3A+%22https%3A%2F%2Fsimonwillison.net%2F%22%2C%0D%0A++++%22label%22%3A+%22Simon+Willison%22%2C%0D%0A++++%22title%22%3A+%22My+blog%22%0D%0A%7D%27) and linked to it throughout the README (#3, #1)", "repo": {"value": 142967347, "label": "datasette-json-html"}} {"html_url": "https://github.com/simonw/sqlite-utils/releases/tag/1.2.1", "id": 18132566, "node_id": "MDc6UmVsZWFzZTE4MTMyNTY2", "tag_name": "1.2.1", "target_commitish": "master", "name": "1.2.1", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-06-21T00:01:24Z", "published_at": "2019-06-21T00:06:29Z", "assets": "[]", "body": "https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-2-1", "repo": {"value": 140912432, "label": "sqlite-utils"}} {"html_url": "https://github.com/simonw/yaml-to-sqlite/releases/tag/0.2", "id": 18169270, "node_id": "MDc6UmVsZWFzZTE4MTY5Mjcw", "tag_name": "0.2", "target_commitish": "master", "name": "0.2", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-06-23T22:55:32Z", "published_at": "2019-06-23T22:55:50Z", "assets": "[]", "body": "Better README", "repo": {"value": 175550127, "label": "yaml-to-sqlite"}} {"html_url": "https://github.com/simonw/csvs-to-sqlite/releases/tag/0.9.1", "id": 18185234, "node_id": "MDc6UmVsZWFzZTE4MTg1MjM0", "tag_name": "0.9.1", "target_commitish": "master", "name": "csvs-to-sqlite 0.9.1", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-06-24T15:16:54Z", "published_at": "2019-06-24T15:21:12Z", "assets": "[]", "body": "* Fixed bug where `-f` option used FTS4 even when FTS5 was available (#41)", "repo": {"value": 110509816, "label": "csvs-to-sqlite"}} {"html_url": "https://github.com/simonw/sqlite-utils/releases/tag/1.2.2", "id": 18226656, "node_id": "MDc6UmVsZWFzZTE4MjI2NjU2", "tag_name": "1.2.2", "target_commitish": "master", "name": "1.2.2", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-06-26T04:20:55Z", "published_at": "2019-06-26T04:24:33Z", "assets": "[]", "body": "https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-2-2", "repo": {"value": 140912432, "label": "sqlite-utils"}} {"html_url": "https://github.com/simonw/db-to-sqlite/releases/tag/0.3", "id": 18242211, "node_id": "MDc6UmVsZWFzZTE4MjQyMjEx", "tag_name": "0.3", "target_commitish": "master", "name": "0.3", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-02-24T21:59:42Z", "published_at": "2019-06-26T15:54:56Z", "assets": "[]", "body": "Anchor to sqlite-utils==0.13 to pick up a breaking change.", "repo": {"value": 166159072, "label": "db-to-sqlite"}} {"html_url": "https://github.com/simonw/db-to-sqlite/releases/tag/0.4", "id": 18242248, "node_id": "MDc6UmVsZWFzZTE4MjQyMjQ4", "tag_name": "0.4", "target_commitish": "master", "name": "0.4", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-02-24T23:44:01Z", "published_at": "2019-06-26T15:55:54Z", "assets": "[]", "body": "* Create `--all` tables in toposort order\r\n* Depend on sqlite-utils version 0.14 or higher\r\n", "repo": {"value": 166159072, "label": "db-to-sqlite"}} {"html_url": "https://github.com/simonw/db-to-sqlite/releases/tag/0.5", "id": 18242294, "node_id": "MDc6UmVsZWFzZTE4MjQyMjk0", "tag_name": "0.5", "target_commitish": "master", "name": "0.5", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-06-26T15:44:35Z", "published_at": "2019-06-26T15:57:17Z", "assets": "[]", "body": "* Foreign keys are now all added at the end, which means we can support circular foreign key references #1\r\n* Dropped dependency on `toposort`\r\n* Added `--all --skip=table` option for skipping one or more tables when running `--all`", "repo": {"value": 166159072, "label": "db-to-sqlite"}} {"html_url": "https://github.com/simonw/sqlite-utils/releases/tag/1.3", "id": 18307928, "node_id": "MDc6UmVsZWFzZTE4MzA3OTI4", "tag_name": "1.3", "target_commitish": "master", "name": "1.3", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-06-29T06:32:36Z", "published_at": "2019-06-29T06:39:32Z", "assets": "[]", "body": "https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-3", "repo": {"value": 140912432, "label": "sqlite-utils"}} {"html_url": "https://github.com/simonw/db-to-sqlite/releases/tag/0.6", "id": 18310609, "node_id": "MDc6UmVsZWFzZTE4MzEwNjA5", "tag_name": "0.6", "target_commitish": "master", "name": "0.6", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-06-29T15:18:30Z", "published_at": "2019-06-29T15:27:18Z", "assets": "[]", "body": "- `--all` can now add many foreign key relationships without a `VACUUM` between each one, #8\r\n- Added unit tests against MySQL, refs #5", "repo": {"value": 166159072, "label": "db-to-sqlite"}} {"html_url": "https://github.com/simonw/db-to-sqlite/releases/tag/0.7", "id": 18312451, "node_id": "MDc6UmVsZWFzZTE4MzEyNDUx", "tag_name": "0.7", "target_commitish": "master", "name": "0.7", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-06-29T21:27:30Z", "published_at": "2019-06-29T21:31:00Z", "assets": "[]", "body": "- Support `pip install db-to-sqlite[postgresql]` #4 \r\n- Documentation for both that and `pip install db-to-sqlite[mysql]`", "repo": {"value": 166159072, "label": "db-to-sqlite"}} {"html_url": "https://github.com/simonw/db-to-sqlite/releases/tag/0.8", "id": 18312546, "node_id": "MDc6UmVsZWFzZTE4MzEyNTQ2", "tag_name": "0.8", "target_commitish": "master", "name": "0.8", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-06-29T21:52:48Z", "published_at": "2019-06-29T21:53:58Z", "assets": "[]", "body": "* Added `--progress` option to show progress bars during import - #7 ", "repo": {"value": 166159072, "label": "db-to-sqlite"}} {"html_url": "https://github.com/simonw/db-to-sqlite/releases/tag/1.0", "id": 18320205, "node_id": "MDc6UmVsZWFzZTE4MzIwMjA1", "tag_name": "1.0", "target_commitish": "master", "name": "1.0", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-01T01:23:17Z", "published_at": "2019-07-01T01:32:47Z", "assets": "[]", "body": "See the [README](https://github.com/simonw/db-to-sqlite/blob/1.0/README.md) for full usage instructions.\r\n\r\n* Instead of using `--connection` the connection string is now a required positional argument, #14\r\n* `--sql` must now be accompanied by `--output` specifying the table the query results should be written to\r\n* `--redact tablename columnname` option can be used to redact values, #2\r\n* Foreign keys are now created with indexes, use `--no-index-fks` to disable this, #12\r\n* `--table` can now be used multiple times, #6\r\n* README and `--help` now include example connection strings\r\n* README also details how this can be used with Heroku Postgres", "repo": {"value": 166159072, "label": "db-to-sqlite"}} {"html_url": "https://github.com/simonw/db-to-sqlite/releases/tag/1.0.1", "id": 18321523, "node_id": "MDc6UmVsZWFzZTE4MzIxNTIz", "tag_name": "1.0.1", "target_commitish": "master", "name": "1.0.1", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-01T04:08:01Z", "published_at": "2019-07-01T04:09:04Z", "assets": "[]", "body": "* Improvements to README", "repo": {"value": 166159072, "label": "db-to-sqlite"}} {"html_url": "https://github.com/simonw/csvs-to-sqlite/releases/tag/0.9.2", "id": 18377238, "node_id": "MDc6UmVsZWFzZTE4Mzc3MjM4", "tag_name": "0.9.2", "target_commitish": "master", "name": "csvs-to-sqlite 0.9.2", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-03T04:36:26Z", "published_at": "2019-07-03T04:37:15Z", "assets": "[]", "body": "Bumped dependencies and pinned pytest to version 4 (5 is incompatible with Python 2.7).", "repo": {"value": 110509816, "label": "csvs-to-sqlite"}} {"html_url": "https://github.com/simonw/datasette-auth-github/releases/tag/0.1", "id": 18441103, "node_id": "MDc6UmVsZWFzZTE4NDQxMTAz", "tag_name": "0.1", "target_commitish": "master", "name": "0.1", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-04T15:05:34Z", "published_at": "2019-07-05T15:58:24Z", "assets": "[]", "body": "Initial working release.", "repo": {"value": 195087137, "label": "datasette-auth-github"}} {"html_url": "https://github.com/simonw/datasette-auth-github/releases/tag/0.1.1", "id": 18441133, "node_id": "MDc6UmVsZWFzZTE4NDQxMTMz", "tag_name": "0.1.1", "target_commitish": "master", "name": "0.1.1", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-05T15:58:48Z", "published_at": "2019-07-05T16:00:07Z", "assets": "[]", "body": "Outbound calls to the GitHub API are now non-blocking (using [http3](https://github.com/encode/http3)) - #8", "repo": {"value": 195087137, "label": "datasette-auth-github"}} {"html_url": "https://github.com/simonw/datasette-auth-github/releases/tag/0.6", "id": 18458558, "node_id": "MDc6UmVsZWFzZTE4NDU4NTU4", "tag_name": "0.6", "target_commitish": "master", "name": "0.6", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-07T19:41:27Z", "published_at": "2019-07-07T19:41:47Z", "assets": "[]", "body": "* Redirects back to where you were after you login, using a new `asgi_auth_redirect` cookie - #26\r\n* Unset asgi_auth_logout cookie when you sign in again - #28\r\n* Fixed bug where API call to GitHub intermittently failed with `ConnectionResetError` - #27\r\n* More robust creation of derived cookie signing secret using `hashlib.pbkdf2_hmac`\r\n* HTML pages now served with `charset=UTF-8` - #30\r\n", "repo": {"value": 195087137, "label": "datasette-auth-github"}} {"html_url": "https://github.com/simonw/datasette-auth-github/releases/tag/0.6.1", "id": 18458837, "node_id": "MDc6UmVsZWFzZTE4NDU4ODM3", "tag_name": "0.6.1", "target_commitish": "master", "name": "0.6.1", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-07T20:38:42Z", "published_at": "2019-07-07T20:39:19Z", "assets": "[]", "body": "Minor code clean-up and updated one-line description for PyPI / README.", "repo": {"value": 195087137, "label": "datasette-auth-github"}} {"html_url": "https://github.com/simonw/datasette-auth-github/releases/tag/0.2", "id": 18451662, "node_id": "MDc6UmVsZWFzZTE4NDUxNjYy", "tag_name": "0.2", "target_commitish": "master", "name": "0.2", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-06T17:11:39Z", "published_at": "2019-07-06T17:14:02Z", "assets": "[]", "body": "* `/-/logout` URL for logging out #7\r\n* Custom navigation showing login state #5\r\n* Restored ASGI lifespan support #10\r\n* `disable_auto_login` setting #9\r\n* `Cache-Control: private` #6", "repo": {"value": 195087137, "label": "datasette-auth-github"}} {"html_url": "https://github.com/simonw/datasette-auth-github/releases/tag/0.3", "id": 18451672, "node_id": "MDc6UmVsZWFzZTE4NDUxNjcy", "tag_name": "0.3", "target_commitish": "master", "name": "0.3", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-06T17:14:58Z", "published_at": "2019-07-06T17:15:29Z", "assets": "[]", "body": "* Ability to restrict access to specific users or members of specific GitHub organizations #4", "repo": {"value": 195087137, "label": "datasette-auth-github"}} {"html_url": "https://github.com/simonw/datasette-auth-github/releases/tag/0.3.1", "id": 18451716, "node_id": "MDc6UmVsZWFzZTE4NDUxNzE2", "tag_name": "0.3.1", "target_commitish": "master", "name": "0.3.1", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-06T17:27:03Z", "published_at": "2019-07-06T17:27:46Z", "assets": "[]", "body": "* Fixed bug where we were requesting the incorrect OAuth scope when using `allow_orgs` #14 ", "repo": {"value": 195087137, "label": "datasette-auth-github"}} {"html_url": "https://github.com/simonw/datasette-auth-github/releases/tag/0.3.2", "id": 18452996, "node_id": "MDc6UmVsZWFzZTE4NDUyOTk2", "tag_name": "0.3.2", "target_commitish": "master", "name": "0.3.2", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-06T20:18:37Z", "published_at": "2019-07-06T22:01:45Z", "assets": "[]", "body": "* Fixed bug where custom template was not correctly included in the package #15", "repo": {"value": 195087137, "label": "datasette-auth-github"}} {"html_url": "https://github.com/simonw/datasette-auth-github/releases/tag/0.4", "id": 18453004, "node_id": "MDc6UmVsZWFzZTE4NDUzMDA0", "tag_name": "0.4", "target_commitish": "master", "name": "0.4", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-06T22:02:38Z", "published_at": "2019-07-06T22:03:41Z", "assets": "[]", "body": "* More compact JSON encoding for authentication cookie value\r\n* Support single string values for `allow_users`/`allow_orgs` options, #16 ", "repo": {"value": 195087137, "label": "datasette-auth-github"}} {"html_url": "https://github.com/simonw/datasette-auth-github/releases/tag/0.5", "id": 18453939, "node_id": "MDc6UmVsZWFzZTE4NDUzOTM5", "tag_name": "0.5", "target_commitish": "master", "name": "0.5", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-07T02:35:09Z", "published_at": "2019-07-07T02:37:16Z", "assets": "[]", "body": "* New `allow_teams` configuration option for restricting access to members of a GitHub team - #11\r\n* Signed cookies expire after a TTL (customize with new `cooke_ttl` setting) - #22\r\n* Documentation on using this as ASGI middleware - #19\r\n* Avoid 404 on `/-/auth-callback` if user is logged in - #24\r\n* Added `cookie_version` setting for invalidating all cookies - #18", "repo": {"value": 195087137, "label": "datasette-auth-github"}} {"html_url": "https://github.com/simonw/datasette/releases/tag/0.29", "id": 18461320, "node_id": "MDc6UmVsZWFzZTE4NDYxMzIw", "tag_name": "0.29", "target_commitish": "master", "name": "Datasette 0.29", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-08T03:14:27Z", "published_at": "2019-07-08T03:43:13Z", "assets": "[]", "body": "ASGI, new plugin hooks, facet by date and much, much more\u2026 See [the release notes](https://datasette.readthedocs.io/en/stable/changelog.html#v0-29) for full details.", "repo": {"value": 107914493, "label": "datasette"}} {"html_url": "https://github.com/simonw/datasette-auth-github/releases/tag/0.6.2", "id": 18461352, "node_id": "MDc6UmVsZWFzZTE4NDYxMzUy", "tag_name": "0.6.2", "target_commitish": "master", "name": "0.6.2", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-08T03:47:16Z", "published_at": "2019-07-08T03:47:38Z", "assets": "[]", "body": "Updated README for PyPI", "repo": {"value": 195087137, "label": "datasette-auth-github"}} {"html_url": "https://github.com/simonw/datasette-auth-github/releases/tag/0.6.3", "id": 18476766, "node_id": "MDc6UmVsZWFzZTE4NDc2NzY2", "tag_name": "0.6.3", "target_commitish": "master", "name": "0.6.3", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-08T16:51:01Z", "published_at": "2019-07-08T16:51:39Z", "assets": "[]", "body": "Additional documentation on `scope[\"auth\"]` when using as ASGI middleware.", "repo": {"value": 195087137, "label": "datasette-auth-github"}} {"html_url": "https://github.com/simonw/datasette-cors/releases/tag/0.3", "id": 18542137, "node_id": "MDc6UmVsZWFzZTE4NTQyMTM3", "tag_name": "0.3", "target_commitish": "master", "name": "0.3", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-11T04:40:37Z", "published_at": "2019-07-11T04:43:24Z", "assets": "[]", "body": "Now with unit tests! #1", "repo": {"value": 195696804, "label": "datasette-cors"}} {"html_url": "https://github.com/simonw/datasette-auth-github/releases/tag/0.7", "id": 18555982, "node_id": "MDc6UmVsZWFzZTE4NTU1OTgy", "tag_name": "0.7", "target_commitish": "master", "name": "0.7", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-11T15:05:54Z", "published_at": "2019-07-11T15:07:15Z", "assets": "[]", "body": "* New `require_auth` configuration option. This defaults to `True` (reflecting existing behaviour) when `datasette-auth-github` is used as a Datasette plugin, but it defaults to `False` if you use the wrapper ASGI middleware class directly. #37", "repo": {"value": 195087137, "label": "datasette-auth-github"}} {"html_url": "https://github.com/simonw/datasette-auth-github/releases/tag/0.8", "id": 18596695, "node_id": "MDc6UmVsZWFzZTE4NTk2Njk1", "tag_name": "0.8", "target_commitish": "master", "name": "0.8", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-13T18:39:34Z", "published_at": "2019-07-13T18:43:06Z", "assets": "[]", "body": "Now compatible with Python 3.5, which means it can run on Glitch! https://datasette-auth-github-demo.glitch.me/ #38\r\n\r\nThis also means we now have no installation dependencies, since the code now uses the standard library to make API calls instead of depending on [http3](https://github.com/encode/http3). #40", "repo": {"value": 195087137, "label": "datasette-auth-github"}} {"html_url": "https://github.com/simonw/datasette-auth-github/releases/tag/0.9", "id": 18598299, "node_id": "MDc6UmVsZWFzZTE4NTk4Mjk5", "tag_name": "0.9", "target_commitish": "master", "name": "0.9", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-14T00:40:16Z", "published_at": "2019-07-14T00:41:33Z", "assets": "[]", "body": "- Explicit log in screen now includes SVG GitHub logo on the button - #42 \r\n- Default signed cookie TTL is now 1 hour, not 24 hours - #43", "repo": {"value": 195087137, "label": "datasette-auth-github"}} {"html_url": "https://github.com/simonw/datasette-auth-github/releases/tag/0.9.1", "id": 18598348, "node_id": "MDc6UmVsZWFzZTE4NTk4MzQ4", "tag_name": "0.9.1", "target_commitish": "master", "name": "0.9.1", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-14T00:58:35Z", "published_at": "2019-07-14T00:59:24Z", "assets": "[]", "body": "- Updated documentation to reflect new one hour `cookie_ttl` default - #43", "repo": {"value": 195087137, "label": "datasette-auth-github"}} {"html_url": "https://github.com/simonw/datasette/releases/tag/0.29.1", "id": 18598489, "node_id": "MDc6UmVsZWFzZTE4NTk4NDg5", "tag_name": "0.29.1", "target_commitish": "master", "name": "0.29.1", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-11T16:17:55Z", "published_at": "2019-07-14T01:43:44Z", "assets": "[]", "body": "- Fixed bug with static mounts using relative paths which could lead to traversal exploits (#555) - thanks Abdussamet Kocak!\r\n\r\nhttps://datasette.readthedocs.io/en/stable/changelog.html#v0-29-1", "repo": {"value": 107914493, "label": "datasette"}} {"html_url": "https://github.com/simonw/sqlite-utils/releases/tag/1.6", "id": 18723202, "node_id": "MDc6UmVsZWFzZTE4NzIzMjAy", "tag_name": "1.6", "target_commitish": "master", "name": "1.6", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-19T04:51:21Z", "published_at": "2019-07-19T05:36:48Z", "assets": "[]", "body": "- `sqlite-utils insert` can now accept TSV data via the new `--tsv` option (#41)\r\n", "repo": {"value": 140912432, "label": "sqlite-utils"}} {"html_url": "https://github.com/dogsheep/healthkit-to-sqlite/releases/tag/0.2", "id": 18750559, "node_id": "MDc6UmVsZWFzZTE4NzUwNTU5", "tag_name": "0.2", "target_commitish": "master", "name": "0.2", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-20T16:44:05Z", "published_at": "2019-07-20T16:44:41Z", "assets": "[]", "body": "Fixed a bug where duplicate records could crash the import.", "repo": {"value": 197882382, "label": "healthkit-to-sqlite"}} {"html_url": "https://github.com/dogsheep/healthkit-to-sqlite/releases/tag/0.1", "id": 18750551, "node_id": "MDc6UmVsZWFzZTE4NzUwNTUx", "tag_name": "0.1", "target_commitish": "master", "name": "Initial release", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-20T06:22:57Z", "published_at": "2019-07-20T16:43:09Z", "assets": "[]", "body": "", "repo": {"value": 197882382, "label": "healthkit-to-sqlite"}} {"html_url": "https://github.com/dogsheep/healthkit-to-sqlite/releases/tag/0.3", "id": 18762495, "node_id": "MDc6UmVsZWFzZTE4NzYyNDk1", "tag_name": "0.3", "target_commitish": "master", "name": "0.3", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-22T03:31:54Z", "published_at": "2019-07-22T03:33:32Z", "assets": "[]", "body": "- Tool now displays a progress bar during import - you can disable it with `--silent` #5\r\n- You can pass a path to a decompressed XML file instead of a zip file, using `--xml`\r\n- Records table is now broken up into different tables for each type of recorded data #6", "repo": {"value": 197882382, "label": "healthkit-to-sqlite"}} {"html_url": "https://github.com/dogsheep/healthkit-to-sqlite/releases/tag/0.3.1", "id": 18823859, "node_id": "MDc6UmVsZWFzZTE4ODIzODU5", "tag_name": "0.3.1", "target_commitish": "master", "name": "0.3.1", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-24T06:33:22Z", "published_at": "2019-07-24T06:38:36Z", "assets": "[]", "body": "Uses less RAM - see #7 ", "repo": {"value": 197882382, "label": "healthkit-to-sqlite"}} {"html_url": "https://github.com/dogsheep/healthkit-to-sqlite/releases/tag/0.3.2", "id": 18881253, "node_id": "MDc6UmVsZWFzZTE4ODgxMjUz", "tag_name": "0.3.2", "target_commitish": "master", "name": "0.3.2", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-26T06:02:30Z", "published_at": "2019-07-26T06:12:12Z", "assets": "[]", "body": "Fix for #9 - Too many SQL variables bug", "repo": {"value": 197882382, "label": "healthkit-to-sqlite"}} {"html_url": "https://github.com/simonw/sqlite-utils/releases/tag/1.7", "id": 18911392, "node_id": "MDc6UmVsZWFzZTE4OTExMzky", "tag_name": "1.7", "target_commitish": "master", "name": "1.7", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-24T06:50:41Z", "published_at": "2019-07-28T12:03:21Z", "assets": "[]", "body": "https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-7", "repo": {"value": 140912432, "label": "sqlite-utils"}} {"html_url": "https://github.com/simonw/sqlite-utils/releases/tag/1.7.1", "id": 18911404, "node_id": "MDc6UmVsZWFzZTE4OTExNDA0", "tag_name": "1.7.1", "target_commitish": "master", "name": "1.7.1", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-28T12:00:51Z", "published_at": "2019-07-28T12:05:36Z", "assets": "[]", "body": "https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-7-1", "repo": {"value": 140912432, "label": "sqlite-utils"}} {"html_url": "https://github.com/simonw/db-to-sqlite/releases/tag/1.0.2", "id": 19054897, "node_id": "MDc6UmVsZWFzZTE5MDU0ODk3", "tag_name": "1.0.2", "target_commitish": "master", "name": "1.0.2", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-08-03T04:01:00Z", "published_at": "2019-08-03T04:09:41Z", "assets": "[]", "body": "Fix for #18 - no longer throws error on empty tables", "repo": {"value": 166159072, "label": "db-to-sqlite"}} {"html_url": "https://github.com/simonw/csvs-to-sqlite/releases/tag/1.0", "id": 19056866, "node_id": "MDc6UmVsZWFzZTE5MDU2ODY2", "tag_name": "1.0", "target_commitish": "master", "name": "csvs-to-sqlite 1.0", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-08-03T10:50:48Z", "published_at": "2019-08-03T10:58:15Z", "assets": "[]", "body": "This release drops support for Python 2.x #55", "repo": {"value": 110509816, "label": "csvs-to-sqlite"}} {"html_url": "https://github.com/dogsheep/swarm-to-sqlite/releases/tag/0.1", "id": 19669553, "node_id": "MDc6UmVsZWFzZTE5NjY5NTUz", "tag_name": "0.1", "target_commitish": "master", "name": "0.1", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-08-31T02:46:58Z", "published_at": "2019-08-31T02:58:32Z", "assets": "[]", "body": "First usable release.", "repo": {"value": 205429375, "label": "swarm-to-sqlite"}} {"html_url": "https://github.com/simonw/datasette/releases/tag/0.29.2", "id": 19704661, "node_id": "MDc6UmVsZWFzZTE5NzA0NjYx", "tag_name": "0.29.2", "target_commitish": "master", "name": "0.29.2", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-14T03:04:05Z", "published_at": "2019-09-03T00:33:35Z", "assets": "[]", "body": "* Bumped Uvicorn to 0.8.4, fixing a bug where the querystring was not included in the server logs. (#559)\r\n* Fixed bug where the navigation breadcrumbs were not displayed correctly on the page for a custom query. (#558)\r\n* Fixed bug where custom query names containing unicode characters caused errors.\r\n\r\nhttps://datasette.readthedocs.io/en/stable/changelog.html#v0-29-2", "repo": {"value": 107914493, "label": "datasette"}} {"html_url": "https://github.com/simonw/sqlite-utils/releases/tag/1.8", "id": 19704736, "node_id": "MDc6UmVsZWFzZTE5NzA0NzM2", "tag_name": "1.8", "target_commitish": "master", "name": "1.8", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-07-28T15:41:42Z", "published_at": "2019-09-03T00:45:42Z", "assets": "[]", "body": "https://sqlite-utils.readthedocs.io/en/stable/changelog.html#v1-8", "repo": {"value": 140912432, "label": "sqlite-utils"}} {"html_url": "https://github.com/simonw/sqlite-utils/releases/tag/1.9", "id": 19704739, "node_id": "MDc6UmVsZWFzZTE5NzA0NzM5", "tag_name": "1.9", "target_commitish": "master", "name": "1.9", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-08-04T03:35:30Z", "published_at": "2019-09-03T00:46:02Z", "assets": "[]", "body": "https://sqlite-utils.readthedocs.io/en/stable/changelog.html#v1-9", "repo": {"value": 140912432, "label": "sqlite-utils"}} {"html_url": "https://github.com/simonw/sqlite-utils/releases/tag/1.10", "id": 19704743, "node_id": "MDc6UmVsZWFzZTE5NzA0NzQz", "tag_name": "1.10", "target_commitish": "master", "name": "1.10", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-08-23T12:24:04Z", "published_at": "2019-09-03T00:46:27Z", "assets": "[]", "body": "https://sqlite-utils.readthedocs.io/en/stable/changelog.html#v1-10", "repo": {"value": 140912432, "label": "sqlite-utils"}} {"html_url": "https://github.com/simonw/sqlite-utils/releases/tag/1.11", "id": 19704889, "node_id": "MDc6UmVsZWFzZTE5NzA0ODg5", "tag_name": "1.11", "target_commitish": "master", "name": "1.11", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-09-03T00:58:41Z", "published_at": "2019-09-03T01:03:27Z", "assets": "[]", "body": "https://sqlite-utils.readthedocs.io/en/stable/changelog.html#v1-11", "repo": {"value": 140912432, "label": "sqlite-utils"}} {"html_url": "https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.1a", "id": 19763160, "node_id": "MDc6UmVsZWFzZTE5NzYzMTYw", "tag_name": "0.1a", "target_commitish": "master", "name": "Alpha release", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-09-03T20:42:38Z", "published_at": "2019-09-04T22:08:18Z", "assets": "[]", "body": "", "repo": {"value": 206156866, "label": "twitter-to-sqlite"}} {"html_url": "https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.2", "id": 19763185, "node_id": "MDc6UmVsZWFzZTE5NzYzMTg1", "tag_name": "0.2", "target_commitish": "master", "name": "0.2", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-09-04T21:17:34Z", "published_at": "2019-09-04T22:09:46Z", "assets": "[]", "body": "Full text search for tweets table", "repo": {"value": 206156866, "label": "twitter-to-sqlite"}} {"html_url": "https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.3", "id": 19763200, "node_id": "MDc6UmVsZWFzZTE5NzYzMjAw", "tag_name": "0.3", "target_commitish": "master", "name": "0.3", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-09-04T22:10:07Z", "published_at": "2019-09-04T22:11:01Z", "assets": "[]", "body": "Extract places and media into separate tables\r\n\r\nDemo: https://twitter-to-sqlite-demo.now.sh/", "repo": {"value": 206156866, "label": "twitter-to-sqlite"}} {"html_url": "https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.4", "id": 19865891, "node_id": "MDc6UmVsZWFzZTE5ODY1ODkx", "tag_name": "0.4", "target_commitish": "master", "name": "0.4", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-09-09T22:41:25Z", "published_at": "2019-09-09T22:43:05Z", "assets": "[]", "body": "* New `users-lookup` command for fetching multiple user profiles, including using new `--sql` and `--attach` options\r\n* New `list-members` subcommand for fetching members of a list\r\n* Added `stop_after` option to `user-timeline` command", "repo": {"value": 206156866, "label": "twitter-to-sqlite"}} {"html_url": "https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.5", "id": 19889174, "node_id": "MDc6UmVsZWFzZTE5ODg5MTc0", "tag_name": "0.5", "target_commitish": "master", "name": "0.5", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-09-10T17:38:46Z", "published_at": "2019-09-10T17:39:47Z", "assets": "[]", "body": "* Added `followers-ids` and `friends-ids` subcommands", "repo": {"value": 206156866, "label": "twitter-to-sqlite"}} {"html_url": "https://github.com/simonw/datasette-rure/releases/tag/0.2", "id": 19899411, "node_id": "MDc6UmVsZWFzZTE5ODk5NDEx", "tag_name": "0.2", "target_commitish": "master", "name": "0.2", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-09-11T03:24:21Z", "published_at": "2019-09-11T03:25:22Z", "assets": "[]", "body": "* Added regexp_match() function, #1\r\n* Added regexp_matches() function, #2", "repo": {"value": 207630174, "label": "datasette-rure"}} {"html_url": "https://github.com/simonw/datasette-rure/releases/tag/0.1", "id": 19890182, "node_id": "MDc6UmVsZWFzZTE5ODkwMTgy", "tag_name": "0.1", "target_commitish": "master", "name": "0.1", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-09-10T18:15:45Z", "published_at": "2019-09-10T18:17:42Z", "assets": "[]", "body": "First working version", "repo": {"value": 207630174, "label": "datasette-rure"}} {"html_url": "https://github.com/simonw/datasette-rure/releases/tag/0.3", "id": 19927123, "node_id": "MDc6UmVsZWFzZTE5OTI3MTIz", "tag_name": "0.3", "target_commitish": "master", "name": "0.3", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-09-11T22:58:20Z", "published_at": "2019-09-11T23:00:32Z", "assets": "[]", "body": "* Documentation now links to interactive demos\r\n* Now uses an LRU cache for compiled regular expressions, which can give a 10x speedup on queries #3", "repo": {"value": 207630174, "label": "datasette-rure"}} {"html_url": "https://github.com/dogsheep/github-to-sqlite/releases/tag/0.1.1", "id": 19993251, "node_id": "MDc6UmVsZWFzZTE5OTkzMjUx", "tag_name": "0.1.1", "target_commitish": "master", "name": "0.1.1", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-09-14T19:19:33Z", "published_at": "2019-09-14T19:42:08Z", "assets": "[]", "body": "* Fix bug in authentication handling code", "repo": {"value": 207052882, "label": "github-to-sqlite"}} {"html_url": "https://github.com/dogsheep/github-to-sqlite/releases/tag/0.2", "id": 19993751, "node_id": "MDc6UmVsZWFzZTE5OTkzNzUx", "tag_name": "0.2", "target_commitish": "master", "name": "0.2", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-09-14T21:31:17Z", "published_at": "2019-09-14T21:32:34Z", "assets": "[]", "body": "* Added the `github-to-sqlite starred` command for retrieving starred repos, #1 ", "repo": {"value": 207052882, "label": "github-to-sqlite"}} {"html_url": "https://github.com/dogsheep/github-to-sqlite/releases/tag/0.3", "id": 19993820, "node_id": "MDc6UmVsZWFzZTE5OTkzODIw", "tag_name": "0.3", "target_commitish": "master", "name": "0.3", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2019-09-14T21:49:27Z", "published_at": "2019-09-14T21:50:01Z", "assets": "[]", "body": "* `license` is now extracted from the `repos` table into a separate `licenses` table with a foreign key, #2\r\n\r\n", "repo": {"value": 207052882, "label": "github-to-sqlite"}} {"html_url": "https://github.com/simonw/datasette/releases/tag/0.15", "id": 10458641, "node_id": "MDc6UmVsZWFzZTEwNDU4NjQx", "tag_name": "0.15", "target_commitish": "master", "name": "Datasette 0.15: sort by column", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2018-04-09T15:48:24Z", "published_at": "2018-04-09T15:55:29Z", "assets": "[]", "body": "The biggest new feature in this release is the ability to sort by column. On the table page the column headers can now be clicked to apply sort (or descending sort), or you can specify `?_sort=column` or `?_sort_desc=column` directly in the URL.\r\n\r\nYou can try this feature out on [this fivethirtyeight data](https://fivethirtyeight.datasettes.com/fivethirtyeight/congress-age%2Fcongress-terms) about the ages of different US politicians.\r\n\r\n - `table_rows` =\\> `table_rows_count`, `filtered_table_rows` =\\> `filtered_table_rows_count`\r\n \r\n Renamed properties. Closes [\\#194](https://github.com/simonw/datasette/issues/194)\r\n\r\n - New `sortable_columns` option in `metadata.json` to control sort options.\r\n \r\n You can now explicitly set which columns in a table can be used for sorting using the `_sort` and `_sort_desc` arguments using `metadata.json`:\r\n \r\n {\r\n \"databases\": {\r\n \"database1\": {\r\n \"tables\": {\r\n \"example_table\": {\r\n \"sortable_columns\": [\r\n \"height\",\r\n \"weight\"\r\n ]\r\n }\r\n }\r\n }\r\n }\r\n }\r\n \r\n Refs [\\#189](https://github.com/simonw/datasette/issues/189)\r\n\r\n - Column headers now link to sort/desc sort - refs [\\#189](https://github.com/simonw/datasette/issues/189)\r\n\r\n - `_sort` and `_sort_desc` parameters for table views\r\n \r\n Allows for paginated sorted results based on a specified column.\r\n \r\n Refs [\\#189](https://github.com/simonw/datasette/issues/189)\r\n\r\n - Total row count now correct even if `_next` applied\r\n\r\n - Use .custom\\_sql() for \\_group\\_count implementation (refs [\\#150](https://github.com/simonw/datasette/issues/150))\r\n\r\n - Make HTML title more readable in query template ([\\#180](https://github.com/simonw/datasette/issues/180)) \\[Ryan Pitts\\]\r\n\r\n - New `?_shape=objects/object/lists` param for JSON API ([\\#192](https://github.com/simonw/datasette/issues/192))\r\n \r\n New `_shape=` parameter replacing old `.jsono` extension\r\n \r\n Now instead of this:\r\n \r\n /database/table.jsono\r\n \r\n We use the `_shape` parameter like this:\r\n \r\n /database/table.json?_shape=objects\r\n \r\n Also introduced a new `_shape` called `object` which looks like this:\r\n \r\n /database/table.json?_shape=object\r\n \r\n Returning an object for the rows key:\r\n \r\n ...\r\n \"rows\": {\r\n \"pk1\": {\r\n ...\r\n },\r\n \"pk2\": {\r\n ...\r\n }\r\n }\r\n \r\n Refs [\\#122](https://github.com/simonw/datasette/issues/122)\r\n\r\n - Utility for writing test database fixtures to a .db file\r\n \r\n `python tests/fixtures.py /tmp/hello.db`\r\n \r\n This is useful for making a SQLite database of the test fixtures for interactive exploration.\r\n\r\n - Compound primary key `_next=` now plays well with extra filters\r\n \r\n Closes [\\#190](https://github.com/simonw/datasette/issues/190)\r\n\r\n - Fixed bug with keyset pagination over compound primary keys\r\n \r\n Refs [\\#190](https://github.com/simonw/datasette/issues/190)\r\n\r\n - Database/Table views inherit `source/license/source_url/license_url` metadata\r\n \r\n If you set the `source_url/license_url/source/license` fields in your root metadata those values will now be inherited all the way down to the database and table templates.\r\n \r\n The `title/description` are NOT inherited.\r\n \r\n Also added unit tests for the HTML generated by the metadata.\r\n \r\n Refs [\\#185](https://github.com/simonw/datasette/issues/185)\r\n\r\n - Add metadata, if it exists, to heroku temp dir ([\\#178](https://github.com/simonw/datasette/issues/178)) \\[Tony Hirst\\]\r\n\r\n - Initial documentation for pagination\r\n\r\n - Broke up test\\_app into test\\_api and test\\_html\r\n\r\n - Fixed bug with .json path regular expression\r\n \r\n I had a table called `geojson` and it caused an exception because the regex was matching `.json` and not `\\.json`\r\n\r\n - Deploy to Heroku with Python 3.6.3", "repo": {"value": 107914493, "label": "datasette"}} {"html_url": "https://github.com/simonw/datasette/releases/tag/0.18", "id": 10547491, "node_id": "MDc6UmVsZWFzZTEwNTQ3NDkx", "tag_name": "0.18", "target_commitish": "master", "name": "Datasette 0.18: units", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2018-04-14T15:36:10Z", "published_at": "2018-04-14T15:45:11Z", "assets": "[]", "body": "This release introduces [support for units](http://datasette.readthedocs.io/en/latest/metadata.html#specifying-units-for-a-column), contributed by Russ Garrett ([\\#203](https://github.com/simonw/datasette/issues/203)). You can now optionally specify the units for specific columns using `metadata.json`. Once specified, units will be displayed in the HTML view of your table. They also become available for use in filters - if a column is configured with a unit of distance, you can request all rows where that column is less than 50 meters or more than 20 feet [for example](https://wtr-api.herokuapp.com/wtr-663ea99/license_frequency?frequency__gt=50GHz&height__lt=50ft).\r\n\r\n - Link foreign keys which don't have labels. \\[Russ Garrett\\]\r\n \r\n This renders unlabeled FKs as simple links.\r\n \r\n Also includes bonus fixes for two minor issues:\r\n \r\n - In foreign key link hrefs the primary key was escaped using HTML escaping rather than URL escaping. This broke some non-integer PKs.\r\n - Print tracebacks to console when handling 500 errors.\r\n\r\n - Fix SQLite error when loading rows with no incoming FKs. \\[Russ Garrett\\]\r\n \r\n This fixes `ERROR: conn=, sql = 'select ', params = {'id': '1'}` caused by an invalid query when loading incoming FKs.\r\n \r\n The error was ignored due to async but it still got printed to the console.\r\n\r\n - Allow custom units to be registered with Pint. \\[Russ Garrett\\]\r\n\r\n - Support units in filters. \\[Russ Garrett\\]\r\n\r\n - Tidy up units support. \\[Russ Garrett\\]\r\n \r\n - Add units to exported JSON\r\n - Units key in metadata skeleton\r\n - Docs\r\n\r\n - Initial units support. \\[Russ Garrett\\]\r\n \r\n Add support for specifying units for a column in `metadata.json` and rendering them on display using [pint](https://pint.readthedocs.io/en/latest/)", "repo": {"value": 107914493, "label": "datasette"}} {"html_url": "https://github.com/simonw/datasette/releases/tag/0.16", "id": 10542772, "node_id": "MDc6UmVsZWFzZTEwNTQyNzcy", "tag_name": "0.16", "target_commitish": "master", "name": "Datasette 0.16: sort on mobile, better error handling", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2018-04-13T18:28:55Z", "published_at": "2018-04-13T21:10:53Z", "assets": "[]", "body": " - Better mechanism for handling errors; 404s for missing table/database\r\n \r\n New error mechanism closes [#193](https://github.com/simonw/datasette/issues/193)\r\n \r\n 404s for missing tables/databases closes [#184](https://github.com/simonw/datasette/issues/184)\r\n\r\n - long\\_description in markdown for the new PyPI\r\n\r\n - Hide Spatialite system tables. \\[Russ Garrett\\]\r\n\r\n - Allow `explain select` / `explain query plan select` [#201](https://github.com/simonw/datasette/issues/201)\r\n\r\n - Datasette inspect now finds primary\\_keys [#195](https://github.com/simonw/datasette/issues/195)\r\n\r\n - Ability to sort using form fields (for mobile portrait mode) [#199](https://github.com/simonw/datasette/issues/199)\r\n \r\n We now display sort options as a select box plus a descending checkbox, which means you can apply sort orders even in portrait mode on a mobile phone where the column headers are hidden.", "repo": {"value": 107914493, "label": "datasette"}} {"html_url": "https://github.com/simonw/datasette/releases/tag/0.19", "id": 10575542, "node_id": "MDc6UmVsZWFzZTEwNTc1NTQy", "tag_name": "0.19", "target_commitish": "master", "name": "Datasette 0.19: plugins preview", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2018-04-17T02:12:21Z", "published_at": "2018-04-17T02:21:51Z", "assets": "[]", "body": "This is the first preview of the new Datasette plugins mechanism. Only two plugin hooks are available so far - for custom SQL functions and custom template filters. There's plenty more to come - read [the documentation](https://datasette.readthedocs.io/en/latest/plugins.html) and get involved in [the tracking ticket](https://github.com/simonw/datasette/issues/14) if you have feedback on the direction so far.\r\n\r\n- Fix for `_sort_desc=sortable_with_nulls` test, refs [#216](https://github.com/simonw/datasette/issues/216)\r\n\r\n- Fixed [#216](https://github.com/simonw/datasette/issues/216) - paginate correctly when sorting by nullable column\r\n\r\n- Initial documentation for plugins, closes [#213](https://github.com/simonw/datasette/issues/213)\r\n\r\n https://datasette.readthedocs.io/en/latest/plugins.html\r\n\r\n- New `--plugins-dir=plugins/` option ([#212](https://github.com/simonw/datasette/issues/212))\r\n\r\n New option causing Datasette to load and evaluate all of the Python files in the specified directory and register any plugins that are defined in those files.\r\n\r\n This new option is available for the following commands:\r\n\r\n datasette serve mydb.db --plugins-dir=plugins/\r\n datasette publish now/heroku mydb.db --plugins-dir=plugins/\r\n datasette package mydb.db --plugins-dir=plugins/\r\n\r\n- Start of the plugin system, based on pluggy ([#210](https://github.com/simonw/datasette/issues/14))\r\n\r\n Uses https://pluggy.readthedocs.io/ originally created for the py.test project\r\n\r\n We're starting with two plugin hooks:\r\n\r\n `prepare_connection(conn)`\r\n\r\n This is called when a new SQLite connection is created. It can be used to register custom SQL functions.\r\n\r\n `prepare_jinja2_environment(env)`\r\n\r\n This is called with the Jinja2 environment. It can be used to register custom template tags and filters.\r\n\r\n An example plugin which uses these two hooks can be found at https://github.com/simonw/datasette-plugin-demos or installed using `pip install datasette-plugin-demos`\r\n\r\n Refs [#14](https://github.com/simonw/datasette/issues/14)\r\n\r\n- Return HTTP 405 on InvalidUsage rather than 500. [Russ Garrett]\r\n\r\n This also stops it filling up the logs. This happens for HEAD requests at the moment - which perhaps should be handled better, but that's a different issue.", "repo": {"value": 107914493, "label": "datasette"}} {"html_url": "https://github.com/simonw/datasette/releases/tag/0.20", "id": 10645022, "node_id": "MDc6UmVsZWFzZTEwNjQ1MDIy", "tag_name": "0.20", "target_commitish": "master", "name": "Datasette 0.20: static assets and templates for plugins", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2018-04-20T14:36:29Z", "published_at": "2018-04-20T14:41:14Z", "assets": "[]", "body": "Mostly new work on the [Plugins](http://datasette.readthedocs.io/en/latest/plugins.html) mechanism: plugins can now bundle static assets and custom templates, and ``datasette publish`` has a new ``--install=name-of-plugin`` option.\r\n\r\n- Add col-X classes to HTML table on custom query page\r\n- Fixed out-dated template in documentation\r\n- Plugins can now bundle custom templates, #224\r\n- Added /-/metadata /-/plugins /-/inspect, #225\r\n- Documentation for --install option, refs #223\r\n- Datasette publish/package --install option, #223\r\n- Fix for plugins in Python 3.5, #222\r\n- New plugin hooks: extra_css_urls() and extra_js_urls(), #214\r\n- /-/static-plugins/PLUGIN_NAME/ now serves static/ from plugins\r\n- now gets class=\"col-X\" - plus added col-X documentation\r\n- Use to_css_class for table cell column classes\r\n\r\n This ensures that columns with spaces in the name will still\r\n generate usable CSS class names. Refs #209\r\n- Add column name classes to s, make PK bold [Russ Garrett]\r\n- Don't duplicate simple primary keys in the link column [Russ Garrett]\r\n\r\n When there's a simple (single-column) primary key, it looks weird to\r\n duplicate it in the link column.\r\n\r\n This change removes the second PK column and treats the link column as\r\n if it were the PK column from a header/sorting perspective.\r\n- Correct escaping for HTML display of row links [Russ Garrett]\r\n- Longer time limit for test_paginate_compound_keys\r\n\r\n It was failing intermittently in Travis - see #209\r\n- Use application/octet-stream for downloadable databses\r\n- Updated PyPI classifiers\r\n- Updated PyPI link to pypi.org", "repo": {"value": 107914493, "label": "datasette"}} {"html_url": "https://github.com/simonw/csvs-to-sqlite/releases/tag/0.8", "id": 10696701, "node_id": "MDc6UmVsZWFzZTEwNjk2NzAx", "tag_name": "0.8", "target_commitish": "master", "name": "csvs-to-sqlite 0.8", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2018-04-24T15:08:37Z", "published_at": "2018-04-24T15:35:30Z", "assets": "[]", "body": "- `-d` and `-df` options for specifying date/datetime columns, closes #33\r\n- Maintain lookup tables in SQLite, refs #17\r\n- `--index` option to specify which columns to index, closes #24\r\n- Test confirming `--shape` and `--filename-column` and `-c` work together #25\r\n- Use usecols when loading CSV if shape specified\r\n- `--filename-column` is now compatible with `--shape`, closes #10\r\n- `--no-index-fks` option\r\n\r\n By default, csvs-to-sqlite creates an index for every foreign key column that is\r\n added using the `--extract-column` option.\r\n\r\n For large tables, this can dramatically increase the size of the resulting\r\n database file on disk. The new `--no-index-fks` option allows you to disable\r\n this feature to save on file size.\r\n\r\n Refs #24 which will allow you to explicitly list which columns SHOULD have\r\n an index created.\r\n- Added `--filename-column` option, refs #10\r\n- Fixes for Python 2, refs #25\r\n- Implemented new `--shape` option - refs #25\r\n- `--table` option for specifying table to write to, refs #10\r\n- Updated README to cover `--skip-errors`, refs #20\r\n- Add `--skip-errors` option (#20) [Jani Monoses]\r\n- Less verbosity (#19) [Jani Monoses]\r\n\r\n Only log `extract_columns` info when that option is passed.\r\n- Add option for field quoting behaviour (#15) [Jani Monoses]", "repo": {"value": 110509816, "label": "csvs-to-sqlite"}} {"html_url": "https://github.com/simonw/datasette/releases/tag/0.21", "id": 10868113, "node_id": "MDc6UmVsZWFzZTEwODY4MTEz", "tag_name": "0.21", "target_commitish": "master", "name": "Datasette 0.21: New _shape=, new _size=, search within columns", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2018-05-05T23:15:38Z", "published_at": "2018-05-05T23:21:33Z", "assets": "[]", "body": "New JSON `_shape=` options, the ability to set table `_size=` and a mechanism for searching within specific columns.\r\n\r\n - Default tests to using a longer timelimit\r\n \r\n Every now and then a test will fail in Travis CI on Python 3.5 because it hit the default 20ms SQL time limit.\r\n \r\n Test fixtures now default to a 200ms time limit, and we only use the 20ms time limit for the specific test that tests query interruption.\r\n\r\n This should make our tests on Python 3.5 in Travis much more stable.\r\n\r\n - Support `_search_COLUMN=text` searches, closes [\\#237](https://github.com/simonw/datasette/issues/237)\r\n\r\n - Show version on `/-/plugins` page, closes [\\#248](https://github.com/simonw/datasette/issues/248)\r\n\r\n - `?_size=max` option, closes [\\#249](https://github.com/simonw/datasette/issues/249)\r\n\r\n - Added `/-/versions` and `/-/versions.json`, closes [\\#244](https://github.com/simonw/datasette/issues/244)\r\n \r\n Sample output:\r\n \r\n {\r\n \"python\": {\r\n \"version\": \"3.6.3\",\r\n \"full\": \"3.6.3 (default, Oct 4 2017, 06:09:38) \\n[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.37)]\"\r\n },\r\n \"datasette\": {\r\n \"version\": \"0.20\"\r\n },\r\n \"sqlite\": {\r\n \"version\": \"3.23.1\",\r\n \"extensions\": {\r\n \"json1\": null,\r\n \"spatialite\": \"4.3.0a\"\r\n }\r\n }\r\n }\r\n\r\n - Renamed `?_sql_time_limit_ms=` to `?_timelimit`, closes [\\#242](https://github.com/simonw/datasette/issues/242)\r\n\r\n - New `?_shape=array` option + tweaks to `_shape`, closes [\\#245](https://github.com/simonw/datasette/issues/245)\r\n \r\n - Default is now `?_shape=arrays` (renamed from `lists`)\r\n - New `?_shape=array` returns an array of objects as the root object\r\n - Changed `?_shape=object` to return the object as the root\r\n - Updated docs\r\n\r\n - FTS tables now detected by `inspect()`, closes [\\#240](https://github.com/simonw/datasette/issues/240)\r\n\r\n - New `?_size=XXX` querystring parameter for table view, closes [\\#229](https://github.com/simonw/datasette/issues/229)\r\n \r\n Also added documentation for all of the `_special` arguments.\r\n \r\n Plus deleted some duplicate logic implementing `_group_count`.\r\n\r\n - If `max_returned_rows==page_size`, increment `max_returned_rows` - fixes [\\#230](https://github.com/simonw/datasette/issues/230)\r\n\r\n - New `hidden: True` option for table metadata, closes [\\#239](https://github.com/simonw/datasette/issues/239)\r\n\r\n - Hide `idx_*` tables if spatialite detected, closes [\\#228](https://github.com/simonw/datasette/issues/228)\r\n\r\n - Added `class=rows-and-columns` to custom query results table\r\n\r\n - Added CSS class `rows-and-columns` to main table\r\n\r\n - `label_column` option in `metadata.json` - closes [\\#234](https://github.com/simonw/datasette/issues/234)", "repo": {"value": 107914493, "label": "datasette"}} {"html_url": "https://github.com/simonw/datasette/releases/tag/0.22", "id": 11087850, "node_id": "MDc6UmVsZWFzZTExMDg3ODUw", "tag_name": "0.22", "target_commitish": "master", "name": "Datasette 0.22: Datasette Facets", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2018-05-20T23:41:47Z", "published_at": "2018-05-20T23:44:19Z", "assets": "[]", "body": "The big new feature in this release is [facets](http://datasette.readthedocs.io/en/latest/facets.html). Datasette can now apply faceted browse to any column in any table. It will also suggest possible facets. See the [Datasette Facets](https://simonwillison.net/2018/May/20/datasette-facets/) announcement post for more details.\r\n\r\nIn addition to the work on facets:\r\n\r\n- Added [docs for introspection endpoints](https://datasette.readthedocs.io/en/latest/introspection.html)\r\n\r\n- New `--config` option, added `--help-config`, closes #274\r\n\r\n Removed the `--page_size=` argument to `datasette serve` in favour of:\r\n\r\n datasette serve --config default_page_size:50 mydb.db\r\n\r\n Added new help section:\r\n\r\n $ datasette --help-config\r\n Config options:\r\n default_page_size Default page size for the table view\r\n (default=100)\r\n max_returned_rows Maximum rows that can be returned from a table\r\n or custom query (default=1000)\r\n sql_time_limit_ms Time limit for a SQL query in milliseconds\r\n (default=1000)\r\n default_facet_size Number of values to return for requested facets\r\n (default=30)\r\n facet_time_limit_ms Time limit for calculating a requested facet\r\n (default=200)\r\n facet_suggest_time_limit_ms Time limit for calculating a suggested facet\r\n (default=50)\r\n- Only apply responsive table styles to `.rows-and-column`\r\n\r\n Otherwise they interfere with tables in the description, e.g. on\r\n https://fivethirtyeight.datasettes.com/fivethirtyeight/nba-elo%2Fnbaallelo\r\n\r\n- Refactored views into new `views/` modules, refs #256\r\n- [Documentation for SQLite full-text search](http://datasette.readthedocs.io/en/latest/full_text_search.html) support, closes #253\r\n- `/-/versions` now includes SQLite `fts_versions`, closes #252", "repo": {"value": 107914493, "label": "datasette"}} {"html_url": "https://github.com/simonw/datasette/releases/tag/0.22.1", "id": 11136605, "node_id": "MDc6UmVsZWFzZTExMTM2NjA1", "tag_name": "0.22.1", "target_commitish": "master", "name": "Datasette 0.22.1", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2018-05-23T14:00:01Z", "published_at": "2018-05-23T14:04:17Z", "assets": "[]", "body": "Bugfix release, plus we now use [versioneer](https://github.com/warner/python-versioneer) for our version numbers.\r\n\r\n- Faceting no longer breaks pagination, fixes #282\r\n- Add ``__version_info__`` derived from `__version__` [Robert Gieseke]\r\n\r\n This might be tuple of more than two values (major and minor\r\n version) if commits have been made after a release.\r\n- Add version number support with Versioneer. [Robert Gieseke]\r\n\r\n Versioneer Licence:\r\n Public Domain (CC0-1.0)\r\n\r\n Closes #273\r\n- Refactor inspect logic [Russ Garrett]", "repo": {"value": 107914493, "label": "datasette"}} {"html_url": "https://github.com/simonw/datasette/releases/tag/0.23", "id": 11530498, "node_id": "MDc6UmVsZWFzZTExNTMwNDk4", "tag_name": "0.23", "target_commitish": "master", "name": "Datasette 0.23: CSV, SpatiaLite and more", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2018-06-18T15:11:57Z", "published_at": "2018-06-18T15:28:37Z", "assets": "[]", "body": "This release features CSV export, improved options for foreign key expansions, new configuration settings and improved support for SpatiaLite.\r\n\r\nSee full release notes here: http://datasette.readthedocs.io/en/latest/changelog.html#v0-23", "repo": {"value": 107914493, "label": "datasette"}} {"html_url": "https://github.com/simonw/datasette/releases/tag/0.23.1", "id": 11591352, "node_id": "MDc6UmVsZWFzZTExNTkxMzUy", "tag_name": "0.23.1", "target_commitish": "master", "name": "Datasette 0.23.1", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2018-06-21T15:37:13Z", "published_at": "2018-06-21T16:02:44Z", "assets": "[]", "body": "Minor bugfix release.\r\n\r\n* Correctly display empty strings in HTML table, closes #314\r\n* Allow \u201c.\u201d in database filenames, closes #302\r\n* 404s ending in slash redirect to remove that slash, closes #309\r\n* Fixed incorrect display of compound primary keys with foreign key references. Closes #319\r\n* Docs + example of canned SQL query using || concatenation. Closes #321\r\n* Correctly display facets with value of 0 - closes #318\r\n* Default \u2018expand labels\u2019 to checked in CSV advanced export\r\n", "repo": {"value": 107914493, "label": "datasette"}} {"html_url": "https://github.com/simonw/datasette-vega/releases/tag/0.5", "id": 11804596, "node_id": "MDc6UmVsZWFzZTExODA0NTk2", "tag_name": "0.5", "target_commitish": "master", "name": "datasette-vega 0.5", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2018-07-06T03:18:37Z", "published_at": "2018-07-06T03:34:28Z", "assets": "[]", "body": "Datasette Vega now preserves graph settings across multiple loads of variants of the same page - for example, clicking column headers to re-order the data or applying suggested facets.\r\n\r\nOn the SQL page it will also persist graph settings across edits to the SQL query. #12\r\n", "repo": {"value": 138669673, "label": "datasette-vega"}} {"html_url": "https://github.com/simonw/datasette/releases/tag/0.23.2", "id": 11825600, "node_id": "MDc6UmVsZWFzZTExODI1NjAw", "tag_name": "0.23.2", "target_commitish": "master", "name": "Datasette 0.23.2", "draft": 0, "author": {"value": 9599, "label": "simonw"}, "prerelease": 0, "created_at": "2018-07-08T05:28:45Z", "published_at": "2018-07-08T05:41:38Z", "assets": "[]", "body": "Minor bugfix and documentation release.\r\n\r\n* CSV export now respects `--cors`, fixes #326\r\n* [Installation instructions](https://datasette.readthedocs.io/en/latest/installation.html) including docker image - closes #328\r\n* Fix for row pages for tables with / in, closes #325", "repo": {"value": 107914493, "label": "datasette"}}