Skip to content

Commit 69a9e01

Browse files
authored
chore(*): bump all functions to nodejs20 runtime
2 parents a422704 + 6cab0a6 commit 69a9e01

File tree

16 files changed

+49
-17
lines changed

16 files changed

+49
-17
lines changed

delete-user-data/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 0.1.24
2+
3+
feat - move to Node.js 20 runtimes
4+
15
## Version 0.1.23
26

37
fixed - bump dependencies to fix vulnerabilities

delete-user-data/extension.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,23 +64,23 @@ resources:
6464
Authentication's User ID) from Realtime Database, Cloud Firestore, and/or
6565
Cloud Storage.
6666
properties:
67-
runtime: nodejs18
67+
runtime: nodejs20
6868
eventTrigger:
6969
eventType: providers/firebase.auth/eventTypes/user.delete
7070
resource: projects/${param:PROJECT_ID}
7171

7272
- name: handleSearch
7373
type: firebaseextensions.v1beta.function
7474
properties:
75-
runtime: nodejs18
75+
runtime: nodejs20
7676
eventTrigger:
7777
eventType: google.pubsub.topic.publish
7878
resource: projects/${PROJECT_ID}/topics/ext-${EXT_INSTANCE_ID}-discovery
7979

8080
- name: handleDeletion
8181
type: firebaseextensions.v1beta.function
8282
properties:
83-
runtime: nodejs18
83+
runtime: nodejs20
8484
eventTrigger:
8585
eventType: google.pubsub.topic.publish
8686
resource: projects/${PROJECT_ID}/topics/ext-${EXT_INSTANCE_ID}-deletion

firestore-bigquery-export/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 0.1.58
2+
3+
feat - move to Node.js 20 runtimes
4+
15
## Version 0.1.57
26

37
feat - add basic materialized views support, incremental and non-incremental.

firestore-bigquery-export/extension.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ resources:
5959
Listens for document changes in your specified Cloud Firestore collection,
6060
then exports the changes into BigQuery.
6161
properties:
62-
runtime: nodejs18
62+
runtime: nodejs20
6363
eventTrigger:
6464
eventType: providers/cloud.firestore/eventTypes/document.write
6565
resource: projects/${param:PROJECT_ID}/databases/(default)/documents/${param:COLLECTION_PATH}/{documentId}
@@ -69,7 +69,7 @@ resources:
6969
description: >-
7070
A task-triggered function that gets called on BigQuery sync
7171
properties:
72-
runtime: nodejs18
72+
runtime: nodejs20
7373
taskQueueTrigger:
7474
rateLimits:
7575
maxConcurrentDispatches: 500
@@ -83,7 +83,7 @@ resources:
8383
description: >-
8484
Runs configuration for sycning with BigQuery
8585
properties:
86-
runtime: nodejs18
86+
runtime: nodejs20
8787
taskQueueTrigger:
8888
retryConfig:
8989
maxAttempts: 15
@@ -94,7 +94,7 @@ resources:
9494
description: >-
9595
Runs configuration for sycning with BigQuery
9696
properties:
97-
runtime: nodejs18
97+
runtime: nodejs20
9898
taskQueueTrigger:
9999
retryConfig:
100100
maxAttempts: 15

firestore-counter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 0.2.12
2+
3+
feat - move to Node.js 20 runtimes
4+
15
## Version 0.2.11
26

37
fixed - updated vulnerable dependencies

firestore-counter/extension.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ resources:
5353
This scheduled function either aggregates shards itself, or it schedules
5454
and monitors workers to aggregate shards.
5555
properties:
56-
runtime: nodejs18
56+
runtime: nodejs20
5757
maxInstances: 1
5858
scheduleTrigger:
5959
schedule: "every ${param:SCHEDULE_FREQUENCY} minutes"
@@ -64,7 +64,7 @@ resources:
6464
Listens for changes on counter shards that may need aggregating. This
6565
function is limited to max 1 instance.
6666
properties:
67-
runtime: nodejs18
67+
runtime: nodejs20
6868
maxInstances: 1
6969
timeout: 120s
7070
eventTrigger:
@@ -78,7 +78,7 @@ resources:
7878
or more worker functions running at any point in time. The controllerCore
7979
function is responsible for scheduling and monitoring these workers.
8080
properties:
81-
runtime: nodejs18
81+
runtime: nodejs20
8282
eventTrigger:
8383
eventType: providers/cloud.firestore/eventTypes/document.write
8484
resource: projects/${param:PROJECT_ID}/databases/(default)/documents/${param:INTERNAL_STATE_PATH}/workers/{workerId}

firestore-send-email/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 0.1.36
2+
3+
feat - move to Node.js 20 runtimes
4+
15
## Version 0.1.35
26

37
feat - add SendGrid category support

firestore-send-email/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ resources:
5353
delivers emails, and updates the document with delivery status
5454
information.
5555
properties:
56-
runtime: nodejs18
56+
runtime: nodejs20
5757
eventTrigger:
5858
eventType: providers/cloud.firestore/eventTypes/document.write
5959
resource: projects/${param:PROJECT_ID}/databases/(default)/documents/${param:MAIL_COLLECTION}/{id}

firestore-shorten-urls-bitly/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 0.1.18
2+
3+
feat - move to Node.js 20 runtimes
4+
15
## Version 0.1.17
26

37
fixed - bump dependencies, fix vulnerabilities

firestore-shorten-urls-bitly/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ resources:
5454
collection, shortens the URLs, then writes the shortened form back to the
5555
same document.
5656
properties:
57-
runtime: nodejs18
57+
runtime: nodejs20
5858
eventTrigger:
5959
eventType: providers/cloud.firestore/eventTypes/document.write
6060
resource: projects/${param:PROJECT_ID}/databases/(default)/documents/${param:COLLECTION_PATH}/{documentId}

0 commit comments

Comments
 (0)