Skip to content

Releases: swift-cloud/Vercel

v1.9.0 - Cron Jobs

26 Apr 21:53
Compare
Choose a tag to compare

v1.8.0 - Swift 5.8 Support

18 Apr 17:34
Compare
Choose a tag to compare
  • 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

15 Feb 05:04
Compare
Choose a tag to compare

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

07 Feb 14:57
Compare
Choose a tag to compare
  • Add support for creating and verifying ECDSA (ex. ES256) style JWTs

v1.6.1 - Fix JWT Expires

27 Jan 04:39
Compare
Choose a tag to compare
  • Fix JWT expires logic

v1.6.0 - Local Debugging

26 Jan 17:07
Compare
Choose a tag to compare
  • 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

24 Jan 20:33
Compare
Choose a tag to compare
  • Correctly maintains the existing .vercel/project.json if it already exists

v1.5.0 - Build Output Improvements

24 Jan 05:22
Compare
Choose a tag to compare
  • 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

24 Jan 00:44
Compare
Choose a tag to compare
  • Adds Request.searchParams for simple access to query parameters
  • Fixes Request.pathParams access level

v1.4.0 - Request Search Params

24 Jan 00:42
Compare
Choose a tag to compare
  • Adds Request.searchParams for simple access to query parameters