Skip to content

Commit e4d053e

Browse files
authored
Release notes for Jan 16 release (#162)
1 parent 29cd746 commit e4d053e

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
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.3
2+
3+
feature - Support deletion of directories (issue #148).
4+
15
## Version 0.1.2
26

37
feature - Add a new param for recursively deleting subcollections in Cloud Firestore (issue #14).

delete-user-data/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
name: delete-user-data
1616
displayName: Delete User Data
1717
specVersion: v1beta
18-
version: 0.1.2
18+
version: 0.1.3
1919

2020
description:
2121
Deletes data keyed on a userId from Cloud Firestore, Realtime Database, and/or

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.1.2
2+
3+
feature - Limit shards to 100 documents, to optimize performance.
4+
15
## Version 0.1.1
26

37
changed - Moves the logic for monitoring the extension's workload from the existing HTTP function to a new Pub/Sub controllerCore function. Now, if called, the HTTP function triggers the new `controllerCore` function instead. This change was made to accommodate a [change in the way Google Cloud Functions handles HTTP functions](https://cloud.google.com/functions/docs/securing/managing-access#allowing_unauthenticated_function_invocation).

firestore-counter/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
name: firestore-counter
1616
displayName: Distributed Counter
1717
specVersion: v1beta
18-
version: 0.1.1
18+
version: 0.1.2
1919

2020
description:
2121
Records event counters at scale to accommodate high-velocity writes to Cloud Firestore.

0 commit comments

Comments
 (0)