1 min read


AWS credentials in Serverless functions: You can now add environment variables with the
AWS_prefix likeAWS_ACCESS_KEY_IDorAWS_REGIONvia 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/devversion 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
cronsproperty of the Build Output API configuration and creating Cron Jobs via thecronsproperty ofvercel.jsonfor end users.