Skip to content

Commit e4f2eba

Browse files
authored
Adds support for three new regions. (#750)
1 parent 8bc84dd commit e4f2eba

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Updates HTTP callable functions to use structured logging for Node 10+ environments.
2+
- Adds type hints for new Cloud Functions regions `asia-northeast3`, `asia-south1`, and `asia-southeast2`.

src/function-configuration.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ export const SUPPORTED_REGIONS = [
1515
'asia-east2',
1616
'asia-northeast1',
1717
'asia-northeast2',
18+
'asia-northeast3',
19+
'asia-south1',
20+
'asia-southeast2',
1821
'northamerica-northeast1',
1922
'southamerica-east1',
2023
'australia-southeast1',

0 commit comments

Comments
 (0)