Thursday, March 9th 2023
Improvements and Fixes
Posted by
- AWS credentials in Serverless functions: You can now add environment variables with the
AWS_
prefix likeAWS_ACCESS_KEY_ID
orAWS_REGION
via the dashboard. - Framework specific documentation: There is a new Vercel docs section dedicated to frameworks such as, Next, SvelteKit, Astro, Create React App, and Gatsby.
- Vercel CLI: v28.16.13 was released with an upgrade to Turbo version 1.8.3, improved Remix support with an upgrade to
@remix-run/dev
version 1.14.0, support for Astro V2, and more. - Improved date picker: The new date picker in the Usage tab includes natural language parsing, presets, and shortcuts.
- Vercel Cron Jobs: We now allow framework authors to create Cron Jobs via the
crons
property of the Build Output API configuration and creating Cron Jobs via thecrons
property ofvercel.json
for end users.