@vercel/global-config@1.5.0
·
5 commits
to main
since this release
Minor Changes
-
5c2d8bf: Introduce
@vercel/global-configas the new name for@vercel/edge-config.The package is a drop-in replacement: all existing exports are unchanged, and the exported types are additionally aliased as
GlobalConfigClient,GlobalConfigItems,GlobalConfigValueandEmbeddedGlobalConfig.The default client now reads the connection string from
process.env.GLOBAL_CONFIG, falling back toprocess.env.EDGE_CONFIGif it is not defined. The same applies toGLOBAL_CONFIG_TRACE_VERBOSEandGLOBAL_CONFIG_DISABLE_DEVELOPMENT_SWR.Connection strings using
https://global-config.vercel.comare now supported, in addition to the existinghttps://edge-config.vercel.comandedge-config:formats.