Skip to content

Commit

Permalink
chore(*): updated versions and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
dackers86 committed Sep 13, 2023
1 parent e37e197 commit 20e5ef8
Show file tree
Hide file tree
Showing 18 changed files with 150 additions and 9 deletions.
54 changes: 54 additions & 0 deletions firestore-palm-chatbot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
## Version 0.1.8


fixed - truncate history if payload is close to limit

fixed - fix apiEndpoints location error (#142)

feature - handle content filters for both APIs (#138)

fixed - updated regex validation for collection paths (#133)

feature - add palm provider option to chatbot (#113)

fixed - fix PaLM collection name regex

fixed - fix PaLM loop bug (#88)

fixed - fix regen functionality for PaLM (#86)

fixed - fix regenerate bug (#83)

fixed - skip documents which are missing fields (#63)

fixed - filter on completed, to avoid errors

feature - update docs for publish

## Version 0.1.7


fixed - truncate history if payload is close to limit

fixed - fix apiEndpoints location error (#142)

feature - handle content filters for both APIs (#138)

fixed - updated regex validation for collection paths (#133)

feature - add palm provider option to chatbot (#113)

fixed - fix PaLM collection name regex

fixed - fix PaLM loop bug (#88)

fixed - fix regen functionality for PaLM (#86)

fixed - fix regenerate bug (#83)

fixed - skip documents which are missing fields (#63)

fixed - filter on completed, to avoid errors

feature - update docs for publish

## Version 0.1.6

- Truncate requests sent to API to fix bug for long conversations.
Expand Down
2 changes: 1 addition & 1 deletion firestore-palm-chatbot/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://firebase.google.com/docs/extensions/alpha/ref-extension-yaml

name: firestore-palm-chatbot # Identifier for your extension
version: 0.1.6 # Follow semver versioning
version: 0.1.8 # Follow semver versioning
specVersion: v1beta # Version of the Firebase Extensions specification

# Friendly display name for your extension (~3-5 words)
Expand Down
21 changes: 21 additions & 0 deletions firestore-palm-summarize-text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## Version 0.1.9


fixed - improved safety metadata format

feature - add content filter threshold param

feature - add max output tokens param

feature - improve prompt

fixed - fix apiEndpoints location error (#142)

feature - handle content filters for both APIs (#138)

fixed - fix PaLM collection name regex

fixed - fix PaLM loop bug (#88)

fixed - fix regen functionality for PaLM (#86)

## Version 0.1.8

- Added a content filter threshold parameter
Expand Down
2 changes: 1 addition & 1 deletion firestore-palm-summarize-text/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://firebase.google.com/docs/extensions/alpha/ref-extension-yaml

name: firestore-palm-summarize-text # Identifier for your extension
version: 0.1.8 # Follow semver versioning
version: 0.1.9 # Follow semver versioning
specVersion: v1beta # Version of the Firebase Extensions specification

# Friendly display name for your extension (~3-5 words)
Expand Down
15 changes: 15 additions & 0 deletions firestore-semantic-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## Version 0.1.7


fixed - correct apiEndpoint

fixed - updated regex validation for collection paths (#133)

feature - switch PaLM provider (#120)

feature - added shard & machine configuration for creating an index (#108)

fixed - delete backfilling bucket if it exists

fixed - validation regex for `fields` (#47)

## Version 0.1.6

- Feat switch PaLM provider
Expand Down
2 changes: 1 addition & 1 deletion firestore-semantic-search/extension.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: firestore-semantic-search
version: 0.1.6
version: 0.1.7
specVersion: v1beta

icon: icon.png
Expand Down
15 changes: 15 additions & 0 deletions palm-secure-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## Version 0.1.4


fixed - pass whole auth object

fixed - fix typos

feature - add custom events

feature - add custom hook

feature - add check for appcheck

feature - add palm secure backend extension

## Version 0.1.3

Add custom hook url feature
Expand Down
2 changes: 1 addition & 1 deletion palm-secure-backend/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://firebase.google.com/docs/extensions/alpha/ref-extension-yaml

name: palm-secure-backend # Identifier for your extension
version: 0.1.3 # Follow semver versioning
version: 0.1.4 # Follow semver versioning
specVersion: v1beta # Version of the Firebase Extensions specification

# Friendly display name for your extension (~3-5 words)
Expand Down
9 changes: 9 additions & 0 deletions speech-to-text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Version 0.1.4


feature - add object name to events (#94)

fixed - downgrade err to warning

fixed - fix storage path param

## Version 0.1.3

Update docs.
Expand Down
2 changes: 1 addition & 1 deletion speech-to-text/extension.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: speech-to-text
version: 0.1.3
version: 0.1.4
specVersion: v1beta

displayName: Transcribe Speech to Text
Expand Down
9 changes: 9 additions & 0 deletions storage-extract-image-text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Version 0.1.4


fixed - updated regex validation for collection paths (#133)

fixed - correct typo in extension yaml of vision AI exts

fixed - fix write to firestore

## Version 0.1.3

Fix description of `INCLUDE_PATH_LIST` parameter in extension.yaml
Expand Down
2 changes: 1 addition & 1 deletion storage-extract-image-text/extension.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: storage-extract-image-text
version: 0.1.3
version: 0.1.4
specVersion: v1beta

displayName: Extract Image Text with Cloud Vision AI
Expand Down
5 changes: 5 additions & 0 deletions storage-label-images/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 0.1.6


fixed - correct typo in extension yaml of vision AI exts

## Version 0.1.5

Fix description of `INCLUDE_PATH_LIST` parameter in extension.yaml
Expand Down
2 changes: 1 addition & 1 deletion storage-label-images/extension.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: storage-label-images
version: 0.1.5
version: 0.1.6
specVersion: v1beta

displayName: Label Images with Cloud Vision AI
Expand Down
4 changes: 4 additions & 0 deletions storage-label-videos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.1.2

No changes.

## Version 0.1.1

Updated POSTINSTALL.
Expand Down
2 changes: 1 addition & 1 deletion storage-label-videos/extension.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: storage-label-videos
version: 0.1.1
version: 0.1.2
specVersion: v1beta

displayName: Label Videos with Cloud Video AI
Expand Down
9 changes: 9 additions & 0 deletions storage-reverse-image-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Version 0.1.5


fixed - metadata & enqueues collection merge (#140)

feature - shard & machineSpec

fixed - backfill failing to create metdata doc thus index (#28)

## Version 0.1.4

- Feature: shard and machine configurations.
Expand Down
2 changes: 1 addition & 1 deletion storage-reverse-image-search/extension.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: storage-reverse-image-search
version: 0.1.4
version: 0.1.5
specVersion: v1beta

icon: icon.png
Expand Down

0 comments on commit 20e5ef8

Please sign in to comment.