[go: nahoru, domu]

Skip to content

Commit

Permalink
docs(firestore-bigquery-export): update version to 1.0.45 and add cha…
Browse files Browse the repository at this point in the history
…ngelog (#1940)
  • Loading branch information
jauntybrain committed Jan 31, 2024
1 parent 439a7a7 commit cf5e4f0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
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

0 comments on commit cf5e4f0

Please sign in to comment.