html_url,id,author,node_id,tag_name,target_commitish,name,draft,prerelease,created_at,published_at,body,repo,reactions,mentions_count https://github.com/simonw/datasette-publish-vercel/releases/tag/0.1a,25263496,9599,MDc6UmVsZWFzZTI1MjYzNDk2,0.1a,master,0.1a,0,0,2020-04-06T22:54:59Z,2020-04-07T05:22:19Z,* First working version,253632948,, https://github.com/simonw/datasette-publish-vercel/releases/tag/0.2a,25263531,9599,MDc6UmVsZWFzZTI1MjYzNTMx,0.2a,master,0.2a,0,0,2020-04-07T05:22:25Z,2020-04-07T05:24:35Z,"* New required `--project` argument to specify Now project to deploy to - #3 * `metadata.json` is now correctly loaded by deployed code - #6 * Uses `--confirm`, `--no-clipboard`, `--prod` arguments to `now`. The `--no-prod` option can be used to deploy to staging first. * New `--debug` option to turn on Now CLI debug output - #8",253632948,, https://github.com/simonw/datasette-publish-vercel/releases/tag/0.3a,25306977,9599,MDc6UmVsZWFzZTI1MzA2OTc3,0.3a,master,0.3a,0,0,2020-04-08T04:55:03Z,2020-04-08T04:56:25Z,"* New `--public` option for publishing the underlying generated source code - #15 * Improved unit tests",253632948,, https://github.com/simonw/datasette-publish-vercel/releases/tag/0.4a,25347986,9599,MDc6UmVsZWFzZTI1MzQ3OTg2,0.4a,master,0.4a,0,0,2020-04-09T05:10:38Z,2020-04-09T05:13:43Z,"- New `--generate-dir` option for generating a Now app in a specified directory without immediately deploying it. #18 - Now installs [pysqlite3-binary](https://github.com/coleifer/pysqlite3/) which provides SQLite 3.31.1 (a major upgrade from 3.7.17, bundled by Amazon Lambda) - this means FTS5 and json1 are both now available. #17 ",253632948,, https://github.com/simonw/datasette-publish-vercel/releases/tag/0.4.1a,25653009,9599,MDc6UmVsZWFzZTI1NjUzMDA5,0.4.1a,master,0.4.1a,0,0,2020-04-19T12:04:12Z,2020-04-19T12:04:48Z,* The `--token` option now works as documented. #19,253632948,, https://github.com/simonw/datasette-publish-vercel/releases/tag/0.5,25748699,9599,MDc6UmVsZWFzZTI1NzQ4Njk5,0.5,master,0.5,0,0,2020-04-22T04:36:42Z,2020-04-22T04:37:52Z,"* First non-alpha release * Publish command is now `datasette publish now`, not `datasette publish now2` * Zeit is now [called Vercel](https://vercel.com/blog/zeit-is-now-vercel)",253632948,, https://github.com/simonw/datasette-publish-vercel/releases/tag/0.5.1,26253972,9599,MDc6UmVsZWFzZTI2MjUzOTcy,0.5.1,master,0.5.1,0,0,2020-05-07T03:01:10Z,2020-05-07T03:01:51Z,* Enable CORS headers on published apps. #24,253632948,, https://github.com/simonw/datasette-publish-vercel/releases/tag/0.5.2,27538440,9599,MDc6UmVsZWFzZTI3NTM4NDQw,0.5.2,master,0.5.2,0,0,2020-06-15T00:41:50Z,2020-06-15T00:42:17Z,- Pin to Datasette pre-0.44 - it doesn't work with that release yet. #25,253632948,, https://github.com/simonw/datasette-publish-vercel/releases/tag/0.6,27689778,9599,MDc6UmVsZWFzZTI3Njg5Nzc4,0.6,master,0.6,0,0,2020-06-18T15:09:46Z,2020-06-18T15:12:11Z,- Now compatible with (and requires) Datasette 0.44. #25,253632948,, https://github.com/simonw/datasette-publish-vercel/releases/tag/0.7,29173294,9599,MDc6UmVsZWFzZTI5MTczMjk0,0.7,master,0.7,0,0,2020-07-31T16:52:37Z,2020-07-31T16:53:41Z,"- Renamed this package to `datasette-publish-vercel` #26 - You can now run `datasette publish vercel ...` - though `datasette publish now ...` still works as an alias",253632948,, https://github.com/simonw/datasette-publish-vercel/releases/tag/0.8,29791994,9599,MDc6UmVsZWFzZTI5NzkxOTk0,0.8,master,0.8,0,0,2020-08-17T23:34:34Z,2020-08-17T23:35:23Z,"- Implemented `--static` option. #4 - Fixed bug when passing a relative directory path to `--generate-dir`. #27 ",253632948,, https://github.com/simonw/datasette-publish-vercel/releases/tag/0.9,35216494,9599,MDc6UmVsZWFzZTM1MjE2NDk0,0.9,main,0.9,0,0,2020-12-14T04:02:28Z,2020-12-14T04:03:06Z,"- New `--setting` option for specifying Datasette settings, as a working alternative to `--extra-options`. #30 ",253632948,, https://github.com/simonw/datasette-publish-vercel/releases/tag/0.9.1,35782696,9599,MDc6UmVsZWFzZTM1NzgyNjk2,0.9.1,main,0.9.1,0,0,2020-12-28T19:38:10Z,2020-12-28T19:39:10Z,- Fixed a bug with the `datasette publish now` alias for `datasette publish vercel`. #31,253632948,, https://github.com/simonw/datasette-publish-vercel/releases/tag/0.9.2,40109873,9599,MDc6UmVsZWFzZTQwMTA5ODcz,0.9.2,main,0.9.2,0,0,2021-03-20T21:47:14Z,2021-03-20T21:47:32Z,"- Upgraded to latest `@vercel/python` builder, fixing a number of bugs involving incorrectly handled querystring characters. #28",253632948,, https://github.com/simonw/datasette-publish-vercel/releases/tag/0.9.3,40559591,9599,MDc6UmVsZWFzZTQwNTU5NTkx,0.9.3,main,0.9.3,0,0,2021-03-26T19:11:34Z,2021-03-26T19:12:33Z,"- Better error message for `--project` that contains uppercase characters. [#37](https://github.com/simonw/datasette-publish-vercel/issues/37) - Documentation on usage with GitHub Actions. [#36](https://github.com/simonw/datasette-publish-vercel/issues/36)",253632948,, https://github.com/simonw/datasette-publish-vercel/releases/tag/0.10,46735151,9599,MDc6UmVsZWFzZTQ2NzM1MTUx,0.10,main,0.10,0,0,2021-07-25T18:36:56Z,2021-07-25T18:38:42Z,"- New `--scope` option for publishing to a different Vercel scope, for example a different team. [#47](https://github.com/simonw/datasette-publish-vercel/issues/47)",253632948,"{""url"": ""https://api.github.com/repos/simonw/datasette-publish-vercel/releases/46735151/reactions"", ""total_count"": 1, ""+1"": 1, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}", https://github.com/simonw/datasette-publish-vercel/releases/tag/0.11,51560750,9599,RE_kwDODx4htM4DEsEu,0.11,main,0.11,0,0,2021-10-18T18:12:20Z,2021-10-18T18:12:57Z,- Fixed compatibility with Datasette 0.59. [#49](https://github.com/simonw/datasette-publish-vercel/issues/49),253632948,, https://github.com/simonw/datasette-publish-vercel/releases/tag/0.12,53812350,9599,RE_kwDODx4htM4DNRx-,0.12,main,0.12,0,0,2021-11-22T04:45:40Z,2021-11-22T04:49:23Z,"- New `--generate-vercel-json` option to generate the `vercel.json` that would be used and output it without running the deploy. [#51](https://github.com/simonw/datasette-publish-vercel/issues/51) - You can then edit that `vercel.json` file to add custom options, then pass it to the new `--vercel-json` option for a custom deployment. [#51](https://github.com/simonw/datasette-publish-vercel/issues/51) - `--template-dir` and `--plugins-dir` options now work, thanks Romain Clement. [#41](https://github.com/simonw/datasette-publish-vercel/issues/41) - `DATASETTE_SECRET` environment variable can now be used to set a persistent Datasette secret. Thanks, Romain Clement. [#43](https://github.com/simonw/datasette-publish-vercel/issues/43)",253632948,"{""url"": ""https://api.github.com/repos/simonw/datasette-publish-vercel/releases/53812350/reactions"", ""total_count"": 2, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 2, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}", https://github.com/simonw/datasette-publish-vercel/releases/tag/0.12.1,61942188,9599,RE_kwDODx4htM4DsSms,0.12.1,main,0.12.1,0,0,2022-03-15T23:08:52Z,2022-03-15T23:10:09Z,"- Fixed bug where the `invoke_startup()` method was not being called on startup, which caused Datasette plugins using [the startup() plugin hook](https://docs.datasette.io/en/stable/plugin_hooks.html#startup-datasette) to break. [#54](https://github.com/simonw/datasette-publish-vercel/issues/54)",253632948,, https://github.com/simonw/datasette-publish-vercel/releases/tag/0.13,62260714,9599,RE_kwDODx4htM4DtgXq,0.13,main,0.13,0,0,2022-03-20T02:00:38Z,2022-03-20T02:01:52Z,- New `--crossdb` option for publishing a Datasette instance that has [cross-database queries](https://docs.datasette.io/en/stable/sql_queries.html) enabled. [#55](https://github.com/simonw/datasette-publish-vercel/issues/55),253632948,, https://github.com/simonw/datasette-publish-vercel/releases/tag/0.14,71917356,9599,RE_kwDODx4htM4ESV8s,0.14,main,0.14,0,0,2022-07-13T15:45:18Z,2022-07-13T15:48:22Z,"- Fixed bug caused by removal of `--no-clipboard` option in [Vercel 27.0.0](https://github.com/vercel/vercel/releases/tag/vercel%4027.0.0). [#57](https://github.com/simonw/datasette-publish-vercel/issues/57) - Errors that occur when running the `vercel` command are now reflected in the exit status of `datasette publish vercel`.",253632948,, https://github.com/simonw/datasette-publish-vercel/releases/tag/0.14.1,72663182,9599,RE_kwDODx4htM4EVMCO,0.14.1,main,0.14.1,0,0,2022-07-23T02:57:11Z,2022-07-23T02:58:36Z,- Fix for 500 error when run with latest `@vercel/python` [#58](https://github.com/simonw/datasette-publish-vercel/issues/58),253632948,, https://github.com/simonw/datasette-publish-vercel/releases/tag/0.14.2,75257808,9599,RE_kwDODx4htM4EfFfQ,0.14.2,main,0.14.2,0,0,2022-08-24T17:42:15Z,2022-08-24T17:43:41Z,- Fixed bug where using boolean settings such as `--setting allow_downloads 0` would cause deployments to serve 500 errors. [#61](https://github.com/simonw/datasette-publish-vercel/issues/61),253632948,,