Releases: simonw/datasette-publish-vercel
Releases · simonw/datasette-publish-vercel
0.14.2
24 Aug 17:43
Compare
Sorry, something went wrong.
No results found
Fixed bug where using boolean settings such as --setting allow_downloads 0 would cause deployments to serve 500 errors. #61
0.14.1
23 Jul 02:58
Compare
Sorry, something went wrong.
No results found
Fix for 500 error when run with latest @vercel/python #58
0.14
13 Jul 15:48
Compare
Sorry, something went wrong.
No results found
Fixed bug caused by removal of --no-clipboard option in Vercel 27.0.0 . #57
Errors that occur when running the vercel command are now reflected in the exit status of datasette publish vercel.
0.13
20 Mar 02:01
Compare
Sorry, something went wrong.
No results found
0.12.1
15 Mar 23:10
Compare
Sorry, something went wrong.
No results found
Fixed bug where the invoke_startup() method was not being called on startup, which caused Datasette plugins using the startup() plugin hook to break. #54
0.12
22 Nov 04:49
Compare
Sorry, something went wrong.
No results found
New --generate-vercel-json option to generate the vercel.json that would be used and output it without running the deploy. #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
--template-dir and --plugins-dir options now work, thanks Romain Clement. #41
DATASETTE_SECRET environment variable can now be used to set a persistent Datasette secret. Thanks, Romain Clement. #43
0.11
18 Oct 18:12
Compare
Sorry, something went wrong.
No results found
Fixed compatibility with Datasette 0.59. #49
0.10
25 Jul 18:38
Compare
Sorry, something went wrong.
No results found
New --scope option for publishing to a different Vercel scope, for example a different team. #47
0.9.3
26 Mar 19:12
Compare
Sorry, something went wrong.
No results found
Better error message for --project that contains uppercase characters. #37
Documentation on usage with GitHub Actions. #36
0.9.2
20 Mar 21:47
Compare
Sorry, something went wrong.
No results found
Upgraded to latest @vercel/python builder, fixing a number of bugs involving incorrectly handled querystring characters. #28