Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(firestore-bigquery-export): update version to 1.0.45 and add changelog #1940

Merged
merged 2 commits into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
16 changes: 16 additions & 0 deletions firestore-bigquery-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## Version 0.1.45

feature - bring back the backfill parameter
jauntybrain marked this conversation as resolved.
Show resolved Hide resolved

feature - add a new parameter EXCLUDE_OLD_DATA to reduce payload size
jauntybrain marked this conversation as resolved.
Show resolved Hide resolved

feature - add a new parameter DATABASE_ID to support Firestore database selection
jauntybrain marked this conversation as resolved.
Show resolved Hide resolved

feature - update Firebase dependencies

feature - optimize partitioning validation flow

feature - support cross-project import with BIGQUERY_PROJECT_ID

fix (import script) - incorrect batchSize parsing

## Version 0.1.44

fix - apply the task queue configurations in `syncBigQuery` and set max attempts to 5
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.44
version: 0.1.45
specVersion: v1beta

displayName: Stream Firestore to BigQuery
Expand Down
Loading