Skip to content

Commit b58d14f

Browse files
author
Ashley Gau
authored
Merge pull request #215 from firebase/mar3releasenotes
Release notes for 3/5/2020
2 parents 5d18a0b + f863adc commit b58d14f

File tree

6 files changed

+20
-7
lines changed

6 files changed

+20
-7
lines changed

firestore-bigquery-export/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Version 0.1.2
2+
3+
fixed - Added "IF NOT EXISTS" to safely run `fs-bq-schema-views` script multiple times (PR #193).
4+
fixed - Updated BigQuery dependency in `package.json` for the `fs-bq-import-collection` script (issue #192 and PR #197).
5+
16
## Version 0.1.1
27

38
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
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: firestore-bigquery-export
16-
version: 0.1.1
16+
version: 0.1.2
1717
specVersion: v1beta
1818

1919
displayName: Export Collections to BigQuery

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.4
2+
3+
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)
4+
15
## Version 0.1.3
26

37
fixed - Disables HTML escaping for plain text fields when using the `templates` option.

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.3
16+
version: 0.1.4
1717
specVersion: v1beta
1818

1919
displayName: Trigger Email

storage-resize-images/CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
## Version 0.1.5
2+
3+
fixed - The original, uploaded image's MIME type must now always be specified in the `Content-Type` header. (issue #175)
4+
15
## Version 0.1.4
26

3-
fixed - Fixed bug where name of resized file was missing original name if there was no file extension (issue #20).
4-
fixed - Fixed "TypeError: Cannot set property 'resizedImage' of undefined" (issue #130).
5-
fixed - Fixed bug where some valid bucket names were rejected during configuration (issue #27).
7+
fixed - Fixed bug where name of resized file was missing original name if there was no file extension. (issue #20)
8+
fixed - Fixed "TypeError: Cannot set property 'resizedImage' of undefined". (issue #130)
9+
fixed - Fixed bug where some valid bucket names were rejected during configuration. (issue #27)
610

711
## Version 0.1.3
812

@@ -14,7 +18,7 @@ feature - Added new param for deleting the original image.
1418

1519
## Version 0.1.1
1620

17-
fixed - Fixed bug where certain edge cases led to already resized image being resized again (issue #7).
21+
fixed - Fixed bug where certain edge cases led to already resized image being resized again. (issue #7)
1822

1923
## Version 0.1.0
2024

storage-resize-images/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: storage-resize-images
16-
version: 0.1.4
16+
version: 0.1.5
1717
specVersion: v1beta
1818

1919
displayName: Resize Images

0 commit comments

Comments
 (0)