@vercel/functions
Runtime functions to be used with your Vercel Functions.
Please follow the documentation for examples and usage.
Runtime functions to be used with your Vercel Functions
@vercel/functions
Runtime functions to be used with your Vercel Functions.
Please follow the documentation for examples and usage.
bcf9c18da437d9566eeff1fdaedb11abb00c080c
]:29c2da6ff0118254bf9f6a5aa436cf95267d2d0a
]:Add configurable timeout to RuntimeCache with sensible default to fail faster on gateway timeouts (#14036)
The RuntimeCache client now includes a configurable timeout (default 500ms) for all fetch requests to prevent indefinite hangs on 502/504 gateway timeouts.
The timeout can be configured at build time via the RUNTIME_CACHE_TIMEOUT
environment variable. When a timeout occurs, the request is aborted and the
error is logged via the onError callback.
Stronger detection of Vercel Runtime to reduce warnings (#13776)
Updated dependencies [da6ca6d80915221b7f60cd711e4fada41a828e4c
, da6ca6d80915221b7f60cd711e4fada41a828e4c
, da6ca6d80915221b7f60cd711e4fada41a828e4c
]:
d1ca3ed3ac1b9830403dc9dc3520e963ef8bec8e
]:821e4b8e8eded000b3d4e864594730e8741ef522
]:Fix package versions for oidc-aws-credentials-provider, vercel/functions, and publish the next version of vercel/oidc (#13765)
Updated dependencies [2f5244647dc7d2c81bb688035952d4d45b6d707e
]:
Extract AWS dynamic import to async loader with error handling (#13660)
Updated dependencies [a133e534e7dfd785beeeb0dcafed8d2c991e9f11
]:
extract oidc and aws oidc credential helpers from @vercel/functions into @vercel/oidc and @vercel/oidc-aws-credentials-provider. @vercel/functions re-exports the new functions as deprecated to maintain backwards compatibility. (#13548)
Updated dependencies [fa8d4c76ea50c4844031f56209b21845818212fc
]:
getVercelOidcTokenSync
(#13429)getEnv
method. (#11783)geolocation
& ipAdress
methods. (#11802)@vercel/functions
to TypeScript (#11791)0817527f9
)