Skip to content

Releases: firebase/extensions

firestore-bigquery-export v0.1.6

09 Jul 18:18
c20c2c3
Compare
Choose a tag to compare

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)

storage-resize-images v0.1.10

25 Jun 17:22
bd7a640
Compare
Choose a tag to compare

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

storage-resize-images v0.1.9

11 Jun 18:11
cb1b2de
Compare
Choose a tag to compare

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)

storage-resize-images v0.1.8

20 May 17:52
3783e75
Compare
Choose a tag to compare

fixed - Resized images now maintain the same orientation as the original image. (Issue #290)

storage-resize-images 0.1.7

07 May 17:10
f71d621
Compare
Choose a tag to compare

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)

firestore-translate-text 0.1.2

07 May 17:10
f71d621
Compare
Choose a tag to compare

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

firestore-send-email 0.1.4

07 May 17:10
f71d621
Compare
Choose a tag to compare

feature - Updated "Default FROM address" parameter to accept either an email address ([email protected]) or a name plus email address (Friendly Firebaser <[email protected]>). (issue #167)

storage-resize-images v0.1.6

23 Apr 17:46
c07279f
Compare
Choose a tag to compare

fixed - Switched ImageMagick for Sharp library to support webp format. (Issue #199)

firestore-bigquery-export v0.1.4

23 Apr 17:46
c07279f
Compare
Choose a tag to compare

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)

firestore-bigquery-export v0.1.3

09 Apr 22:19
1ab5423
Compare
Choose a tag to compare

feature - Interpret data more easily with column descriptions in the exported BigQuery data (#138).

  • The raw changelog now includes column descriptions.
  • The schema-views script allows you to specify custom column descriptions.

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