Skip to content

Commit abfd8b1

Browse files
authored
chore(*): february 2025 release
2 parents d7bdc93 + 812e095 commit abfd8b1

File tree

20 files changed

+2550
-7418
lines changed

20 files changed

+2550
-7418
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: delete-user-data
16-
version: 0.1.23
16+
version: 0.1.24
1717
specVersion: v1beta
1818

1919
displayName: Delete User Data
@@ -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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: firestore-bigquery-export
16-
version: 0.1.57
16+
version: 0.1.58
1717
specVersion: v1beta
1818

1919
displayName: Stream Firestore to BigQuery
@@ -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

0 commit comments

Comments
 (0)