github vercel/vercel @vercel/frameworks@3.17.0

latest releases: @vercel/python-workers@0.0.23, @vercel/static-build@2.9.27, @vercel/python@6.42.0...
3 months ago

Minor Changes

  • Add experimental Go runtime framework preset. (#14865)

    This adds support for deploying standalone Go HTTP servers (using package main with func main()) in addition to the existing serverless function pattern. The preset supports:

    • main.go at project root (simple projects)
    • cmd/api/main.go (API servers)
    • cmd/server/main.go (HTTP servers)

    The Go application must listen on the port specified by the PORT environment variable.

Don't miss a new vercel release

NewReleases is sending notifications on new releases.