Releases: swift-cloud/Vercel
Releases · swift-cloud/Vercel
v1.9.0 - Cron Jobs
- Adds support for cron jobs: https://vercel.com/docs/cron-jobs
v1.8.0 - Swift 5.8 Support
- Adds support for Swift 5.8 and future versions
- Correctly uses the current swift tools version when building locally
v1.7.1 - Local Dev Bug Fixes
Fixes an issue where the node and swift servers were not terminated when terminating vercel dev
. This lead to further issues when trying to re-run the dev command and changes would not be seen because the old versions were still running and bound to the ports.
v1.7.0 - ECDSA JWTs
- Add support for creating and verifying ECDSA (ex. ES256) style JWTs
v1.6.1 - Fix JWT Expires
- Fix JWT expires logic
v1.6.0 - Local Debugging
- Easily debug your Swift application locally:
swift package --disable-sandbox vercel dev
- Converts
Crypto
to the official apple/swift-crypto
v1.5.1 - Fix Vercel project.json
- Correctly maintains the existing
.vercel/project.json
if it already exists
v1.5.0 - Build Output Improvements
- Builds your code to the top-level .vercel directory
- By default the package plugin will only build your code. Deploys must be specified with the
--deploy
option
v1.4.1 - Request Search Params
- Adds
Request.searchParams
for simple access to query parameters - Fixes
Request.pathParams
access level
v1.4.0 - Request Search Params
- Adds
Request.searchParams
for simple access to query parameters