Skip to content

Commit aad4fc8

Browse files
authored
Update versions and change logs for Dec 12 release (#129)
1 parent 308c6d1 commit aad4fc8

File tree

8 files changed

+20
-4
lines changed

8 files changed

+20
-4
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Version 0.1.1
2+
3+
fixed - Fixed occasional duplicate rows created in the BigQuery backup table (issue #101).

firestore-bigquery-export/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
name: firestore-bigquery-export
1616
displayName: Export Collections to BigQuery
1717
specVersion: v1beta
18-
version: 0.1.0
18+
version: 0.1.1
1919

2020
description:
2121
Sends realtime, incremental updates from a specified Cloud Firestore collection to BigQuery.

firestore-counter/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Version 0.1.1
2+
3+
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).
4+
5+
We recommend that you edit your existing Cloud Scheduler job to instead send a message to the extension's Pub/Sub topic which triggers the new `controllerCore` function (detailed instructions provided in the [POSTINSTALL file](https://github.com/firebase/extensions/blob/master/firestore-counter/POSTINSTALL.md#set-up-a-cloud-scheduler-job). Although it's not recommended, if you leave your Cloud Scheduler job calling the HTTP function, your extension will continue to run as expected.

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.0
18+
version: 0.1.1
1919

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

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.2
2+
3+
feature - Support custom email headers. The extension reads from the `headers` field in the Cloud Firestore document (detailed instructions provided in the [POSTINSTALL file](https://github.com/firebase/extensions/blob/master/firestore-send-email/POSTINSTALL.md#using-this-extension). (issue #77)
4+
15
## Version 0.1.1
26

37
fixed - Fixed "cold start" errors experienced when the extension runs after a period of inactivity (issue #48).

firestore-send-email/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: firestore-send-email
16-
version: 0.1.1
16+
version: 0.1.2
1717
specVersion: v1beta
1818
displayName: Trigger Email
1919

firestore-translate-text/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+
fixed - Fixed bug where target languages could not be reconfigured.
4+
15
## Version 0.1.1
26

37
fixed - Fixed bug where param validation failed when a single language was entered.

firestore-translate-text/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
name: firestore-translate-text
1616
specVersion: v1beta
17-
version: 0.1.1
17+
version: 0.1.2
1818

1919
displayName: Translate Text
2020

0 commit comments

Comments
 (0)