Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions delete-user-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.1.30

chore: remove unused runtime dependencies

## Version 0.1.29

chore: bump dependencies
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.29
version: 0.1.30
specVersion: v1beta

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

chore: remove unused runtime dependencies and bump change-tracker consumers

## Version 0.3.2

fix: restore acceptance of ISO 8601 date/datetime strings as partition field values, regression introduced in 0.3.0 (#2803)
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.3.2
version: 0.3.3
specVersion: v1beta

displayName: Stream Firestore 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.2.17

chore: replace uuid and deep-equal dependencies with Node.js built-ins

## Version 0.2.16

chore: bump dependencies
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.2.16
version: 0.2.17
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.2.10

chore: bump nodemailer to v9 and remove unused rimraf dependency

## Version 0.2.9

chore: bump dependencies
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.2.9
version: 0.2.10
specVersion: v1beta

displayName: Trigger Email from Firestore
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.2.6

chore: remove unused rimraf dependency

## Version 0.2.5

chore: bump dependencies
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.2.5
version: 0.2.6
specVersion: v1beta

displayName: Shorten URLs in Firestore
Expand Down
4 changes: 4 additions & 0 deletions firestore-translate-text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.1.30

chore: remove unused rimraf dependency

## Version 0.1.29

chore: bump dependencies
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.29
version: 0.1.30
specVersion: v1beta

tags: [ai]
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.20

chore: bump Firebase Admin and Functions dependencies

## Version 0.1.19

chore: bump dependencies
Expand Down
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.19
version: 0.1.20
specVersion: v1beta

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

chore: replace temp file helper dependencies with Node.js built-ins

## Version 0.3.5

fix - when a custom filter prompt is configured, the content filter no longer silently fails open on Gemini 2.5 Flash safety refusals. If Gemini's input-side safety declines to respond on borderline imagery (returning empty content rather than `finishReason="SAFETY"`), the resulting genkit schema-validation error is now treated as an implicit block instead of being retried 3 times and propagating as a generic filter error. Installs that only set `CONTENT_FILTER_LEVEL` (no custom prompt) were not affected by this path.
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.3.5
version: 0.3.6
specVersion: v1beta

displayName: Resize Images
Expand Down
Loading