Releases: simonw/datasette-publish-vercel
Releases Β· simonw/datasette-publish-vercel
0.14.2
- Fixed bug where using boolean settings such as
--setting allow_downloads 0
would cause deployments to serve 500 errors. #61
0.14.1
- Fix for 500 error when run with latest
@vercel/python
#58
0.14
- 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.12.1
- 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
- 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
- Fixed compatibility with Datasette 0.59. #49
0.10
- New
--scope
option for publishing to a different Vercel scope, for example a different team. #47
0.9.3
- Better error message for
--project
that contains uppercase characters. #37
- Documentation on usage with GitHub Actions. #36
0.9.2
- Upgraded to latest
@vercel/python
builder, fixing a number of bugs involving incorrectly handled querystring characters. #28