Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions firestore-bigquery-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.2.9

chore: update Cloud Functions runtime to Node.js 22

## Version 0.2.8

chore: move test/build dependencies to devDependencies
Expand Down
8 changes: 4 additions & 4 deletions firestore-bigquery-export/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: firestore-bigquery-export
version: 0.2.8
version: 0.2.9
specVersion: v1beta

displayName: Stream Firestore to BigQuery
Expand Down Expand Up @@ -77,7 +77,7 @@ resources:
description: >-
A task-triggered function that gets called on BigQuery sync
properties:
runtime: nodejs20
runtime: nodejs22
taskQueueTrigger:
rateLimits:
maxConcurrentDispatches: 500
Expand All @@ -91,7 +91,7 @@ resources:
description: >-
Runs configuration for sycning with BigQuery
properties:
runtime: nodejs20
runtime: nodejs22
taskQueueTrigger:
retryConfig:
maxAttempts: 15
Expand All @@ -102,7 +102,7 @@ resources:
description: >-
Runs configuration for sycning with BigQuery
properties:
runtime: nodejs20
runtime: nodejs22
taskQueueTrigger:
retryConfig:
maxAttempts: 15
Expand Down
26 changes: 20 additions & 6 deletions firestore-bigquery-export/functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions firestore-send-email/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.2.6

chore: audit and audit fix packages

## Version 0.2.5

fix: bump dependencies to fix vulnerabilities
Expand Down
2 changes: 1 addition & 1 deletion firestore-send-email/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: firestore-send-email
version: 0.2.5
version: 0.2.6
specVersion: v1beta

displayName: Trigger Email from Firestore
Expand Down
Loading
Loading