Skip to content

Commit

Permalink
chore(*) Bump versions and add release notes for Node.js 10 release (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenzlong authored Aug 27, 2020
1 parent 52f82e8 commit 80965a6
Show file tree
Hide file tree
Showing 18 changed files with 61 additions and 10 deletions.
4 changes: 4 additions & 0 deletions auth-mailchimp-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.1.1

feature - Update Cloud Functions runtime to Node.js 10.

## Version 0.1.0

Initial release of the _Sync with Mailchimp_ extension.
2 changes: 1 addition & 1 deletion auth-mailchimp-sync/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: auth-mailchimp-sync
version: 0.1.0
version: 0.1.1
specVersion: v1beta

displayName: Sync with Mailchimp
Expand Down
7 changes: 6 additions & 1 deletion delete-user-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Version 0.1.5

feature - Update Cloud Functions runtime to Node.js 10.

## Version 0.1.4

fixed - updated `firebase-tools` dependency to avoid using deprecated `gcp-metadata` API (Issue #206).
fixed - Updated `firebase-tools` dependency to avoid using deprecated `gcp-metadata` API (Issue #206).

**Important:** If you use this extension to delete user data from Cloud Firestore, you must update your extension to at minimum v0.1.4 before April 30, 2020. Otherwise, your installed extension will stop working. No further action is required.

Expand All @@ -11,6 +15,7 @@ feature - Support deletion of directories (issue #148).
## Version 0.1.2

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

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

## Version 0.1.1
Expand Down
2 changes: 1 addition & 1 deletion delete-user-data/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: delete-user-data
version: 0.1.4
version: 0.1.5
specVersion: v1beta

displayName: Delete User Data
Expand Down
12 changes: 12 additions & 0 deletions firestore-bigquery-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,34 @@
## Version 0.1.8

feature - Update Cloud Functions runtime to Node.js 10.

feature - Add validation regex for collection path parameter. (#418)

## Version 0.1.7

fixed - Updated `@firebaseextensions/firestore-bigquery-change-tracker` dependency (fixes issues #235).

## Version 0.1.6

fixed - Fixed issue with timestamp values not showing up in the latest view (#357)

feature - Record document ID of changes tracked by firestore-bigquery-change-tracker package (#374)

feature - Add document ID column to changelog table and snapshot view (#376)

## Version 0.1.5

fixed - TypeError: Cannot read property 'constructor' of null. (Issue #284)

fixed - Filtered out blob (buffer) data types from being stored as strings in BigQuery.

## Version 0.1.4

fixed - Converted circular structure to JSON error. (Issue #236)

fixed - Fixed bug where modules were not sharing the same Cloud Firestore
DocumentReference. (Issue #265)

fixed - Updated @firebaseextensions/firestore-bigquery-change-tracker dependency. (Issues #250 and #196)

## Version 0.1.3
Expand All @@ -32,6 +43,7 @@ fixed - Updated `@firebaseextensions/firestore-bigquery-change-tracker` dependen
## Version 0.1.2

fixed - Added "IF NOT EXISTS" to safely run `fs-bq-schema-views` script multiple times (PR #193).

fixed - Updated BigQuery dependency in `package.json` for the `fs-bq-import-collection` script (issue #192 and PR #197).

## Version 0.1.1
Expand Down
2 changes: 1 addition & 1 deletion 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.1.7
version: 0.1.8
specVersion: v1beta

displayName: Export Collections to BigQuery
Expand Down
4 changes: 4 additions & 0 deletions firestore-counter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.1.4

feature - Update Cloud Functions runtime to Node.js 10.

## Version 0.1.3

build - Updates the firebase-admin and firebase-functions packages to the latest versions (issue #181).
Expand Down
2 changes: 1 addition & 1 deletion firestore-counter/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: firestore-counter
version: 0.1.3
version: 0.1.4
specVersion: v1beta

displayName: Distributed Counter
Expand Down
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.1.5

feature - Update Cloud Functions runtime to Node.js 10.

## Version 0.1.4

feature - Updated "Default FROM address" parameter to accept either an email address (`foobar@example.com`) _or_ a name plus email address (`Friendly Firebaser <foobar@example.com>`). (issue #167)
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.1.4
version: 0.1.5
specVersion: v1beta

displayName: Trigger Email
Expand Down
4 changes: 4 additions & 0 deletions firestore-shorten-urls-bitly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.1.4

feature - Update Cloud Functions runtime to Node.js 10.

## Version 0.1.3

fixed - Fixed 406 HTTP error code from Bitly API due to `Content-Type` header not being set (#202).
Expand Down
2 changes: 1 addition & 1 deletion firestore-shorten-urls-bitly/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: firestore-shorten-urls-bitly
version: 0.1.3
version: 0.1.4
specVersion: v1beta

displayName: Shorten URLs
Expand Down
5 changes: 5 additions & 0 deletions firestore-translate-text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
## Version 0.1.3

feature - Update Cloud Functions runtime to Node.js 10.

## Version 0.1.2

fixed - Fixed bug where target languages could not be reconfigured.

## Version 0.1.1

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

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

## Version 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion firestore-translate-text/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: firestore-translate-text
version: 0.1.2
version: 0.1.3
specVersion: v1beta

displayName: Translate Text
Expand Down
4 changes: 4 additions & 0 deletions rtdb-limit-child-nodes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.1.1

feature - Update Cloud Functions runtime to Node.js 10.

## Version 0.1.0

Initial release of the _Limit Child Nodes_ extension.
2 changes: 1 addition & 1 deletion rtdb-limit-child-nodes/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: rtdb-limit-child-nodes
version: 0.1.0
version: 0.1.1
specVersion: v1beta

displayName: Limit Child Nodes
Expand Down
9 changes: 9 additions & 0 deletions storage-resize-images/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
## Version 0.1.11

feature - Update Cloud Functions runtime to Node.js 10.

## Version 0.1.10

fixed - A fresh token is now generated for each resized image. (Issue #323, PR #351)

## Version 0.1.9

changed - If the original image is a vector image, the extension does not resize it. (Issue #326, PR #329)

fixed - Replaced `mkdirp-promise` with `mkdirp` because `mkdirp-promise` is deprecated. (PR #266)

fixed - If the original image is smaller than the specified max width and height, the extension does not enlarge it or resize it. (Issue #337, PR #338)

## Version 0.1.8
Expand All @@ -15,6 +21,7 @@ fixed - Resized images now maintain the same orientation as the original image.
## Version 0.1.7

fixed - Resized images now render in the Firebase console. (Issue #140)

fixed - The Sharp cache is now cleared so that the latest image with a given
file name is retrieved from the Storage bucket. (Issue #286)

Expand All @@ -29,7 +36,9 @@ fixed - The original, uploaded image's MIME type must now always be specified in
## Version 0.1.4

fixed - Fixed bug where name of resized file was missing original name if there was no file extension. (issue #20)

fixed - Fixed "TypeError: Cannot set property 'resizedImage' of undefined". (issue #130)

fixed - Fixed bug where some valid bucket names were rejected during configuration. (issue #27)

## Version 0.1.3
Expand Down
2 changes: 1 addition & 1 deletion storage-resize-images/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: storage-resize-images
version: 0.1.10
version: 0.1.11
specVersion: v1beta

displayName: Resize Images
Expand Down

0 comments on commit 80965a6

Please sign in to comment.