Skip to content
← Back to Changelog

Thursday, March 9th 2023

Improvements and Fixes

Posted by

Avatar for styfle

Steven Salat

Software Engineer

Avatar for craigandrews

Craig Andrews

Software Engineer, Infrastructure

Avatar for JohnPhamous

John Pham

Design Engineer

Avatar for s3prototype

Shaquil Hansford

Content Developer

Avatar for vvoyer

Vincent Voyer

Software Engineer

  • AWS credentials in Serverless functions: You can now add environment variables with the AWS_ prefix like AWS_ACCESS_KEY_ID or AWS_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 the crons property of vercel.json for end users.

Post