Skip to content

Releases: simonw/datasette-publish-vercel

0.14.2

24 Aug 17:43
Compare
Choose a tag to compare
  • 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
57aed0f
Compare
Choose a tag to compare
  • Fix for 500 error when run with latest @vercel/python #58

0.14

13 Jul 15:48
Compare
Choose a tag to compare
  • 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
30ec1eb
Compare
Choose a tag to compare

0.12.1

15 Mar 23:10
3267139
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fixed compatibility with Datasette 0.59. #49

0.10

25 Jul 18:38
Compare
Choose a tag to compare
  • New --scope option for publishing to a different Vercel scope, for example a different team. #47

0.9.3

26 Mar 19:12
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Upgraded to latest @vercel/python builder, fixing a number of bugs involving incorrectly handled querystring characters. #28