Skip to content

Commit 4639a63

Browse files
andieromerolaurenzlongrachelsaunders
authored
chore(*): release notes for Feb 6 release (#190)
* chore(*): release notes for Feb 6 release * Update firestore-send-email/CHANGELOG.md Co-Authored-By: rachelsaunders <52258509+rachelsaunders@users.noreply.github.com> * chore(firestore-shorten-urls-bitly): add important update message * chore(firestore-shorten-urls-bitly): add learn more link to Bitly Co-authored-by: Lauren Long <laurenzlong@users.noreply.github.com> Co-authored-by: rachelsaunders <52258509+rachelsaunders@users.noreply.github.com>
1 parent 529e934 commit 4639a63

File tree

6 files changed

+26
-12
lines changed

6 files changed

+26
-12
lines changed

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.3
2+
3+
build - Updates the firebase-admin and firebase-functions packages to the latest versions (issue #181).
4+
15
## Version 0.1.2
26

37
feature - Limit shards to 100 documents, to optimize performance.

firestore-counter/extension.yaml

Lines changed: 4 additions & 4 deletions
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.2
18+
version: 0.1.3
1919

2020
description:
2121
Records event counters at scale to accommodate high-velocity writes to Cloud Firestore.
@@ -98,9 +98,9 @@ params:
9898
type: select
9999
label: Cloud Functions location
100100
description: >-
101-
Where do you want to deploy the functions created for this extension?
102-
You usually want a location close to your database. For help selecting a
103-
location, refer to the [location selection
101+
Where do you want to deploy the functions created for this extension?
102+
You usually want a location close to your database. For help selecting a
103+
location, refer to the [location selection
104104
guide](https://firebase.google.com/docs/functions/locations).
105105
options:
106106
- label: Iowa (us-central1)

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.3
2+
3+
fixed - Disables HTML escaping for plain text fields when using the `templates` option.
4+
15
## Version 0.1.2
26

37
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)

firestore-send-email/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: firestore-send-email
16-
version: 0.1.2
16+
version: 0.1.3
1717
specVersion: v1beta
1818
displayName: Trigger Email
1919

@@ -58,9 +58,9 @@ params:
5858
type: select
5959
label: Cloud Functions location
6060
description: >-
61-
Where do you want to deploy the functions created for this extension?
62-
You usually want a location close to your database. For help selecting a
63-
location, refer to the [location selection
61+
Where do you want to deploy the functions created for this extension?
62+
You usually want a location close to your database. For help selecting a
63+
location, refer to the [location selection
6464
guide](https://firebase.google.com/docs/functions/locations).
6565
options:
6666
- label: Iowa (us-central1)

firestore-shorten-urls-bitly/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Version 0.1.2
2+
3+
fixed - Migrates Bitly API to v4 since v3 will be deactivated on March 1, 2020 (Issue #170).
4+
5+
**Important:** Update your extension to at minimum v0.1.2 before March 1, 2020; otherwise, your installed extension will stop working. [Learn more](https://dev.bitly.com/deprecated.html).
6+
17
## Version 0.1.1
28

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

firestore-shorten-urls-bitly/extension.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
name: firestore-shorten-urls-bitly
1616
displayName: Shorten URLs
1717
specVersion: v1beta
18-
version: 0.1.1
18+
version: 0.1.2
1919

2020
description:
2121
Shortens URLs written to a specified Cloud Firestore collection (uses Bitly).
@@ -59,9 +59,9 @@ params:
5959
type: select
6060
label: Cloud Functions location
6161
description: >-
62-
Where do you want to deploy the functions created for this extension?
63-
You usually want a location close to your database. For help selecting a
64-
location, refer to the [location selection
62+
Where do you want to deploy the functions created for this extension?
63+
You usually want a location close to your database. For help selecting a
64+
location, refer to the [location selection
6565
guide](https://firebase.google.com/docs/functions/locations).
6666
options:
6767
- label: Iowa (us-central1)

0 commit comments

Comments
 (0)