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 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
14 changes: 14 additions & 0 deletions firestore-bigquery-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## Version 0.1.45

feature - bring back the backfill parameter `DO_BACKFILL`

feature - add a new parameter `EXCLUDE_OLD_DATA` to reduce payload size by excluding old snapshot data

feature - update Firebase dependencies

feature - optimize partitioning validation flow

feature - support cross-project import with the `BIGQUERY_PROJECT_ID` parameter

fix (import script) - incorrect parsing of the `batchSize` parameter

## 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