diff --git a/CHANGELOG.md b/CHANGELOG.md index f41e7f57d..2d6230214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,2 @@ - Parallelizes network calls that occur when validating authorization for onCall handlers. +- Adds new regions to V2 API diff --git a/src/v2/options.ts b/src/v2/options.ts index 076cb8532..0b2238a9f 100644 --- a/src/v2/options.ts +++ b/src/v2/options.ts @@ -33,7 +33,12 @@ import { ParamSpec } from './params/types'; /** * List of all regions supported by Cloud Functions v2 */ -export const SUPPORTED_REGIONS = ['us-west1', 'europe-west4'] as const; +export const SUPPORTED_REGIONS = [ + 'us-west1', + 'us-central1', + 'europe-west4', + 'asia-northeast1', +] as const; /** * A region known to be supported by CloudFunctions v2