diff --git a/firestore-bigquery-export/CHANGELOG.md b/firestore-bigquery-export/CHANGELOG.md index 99c109269..cfff5d3dd 100644 --- a/firestore-bigquery-export/CHANGELOG.md +++ b/firestore-bigquery-export/CHANGELOG.md @@ -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 diff --git a/firestore-bigquery-export/extension.yaml b/firestore-bigquery-export/extension.yaml index 54455b807..32d79cef5 100644 --- a/firestore-bigquery-export/extension.yaml +++ b/firestore-bigquery-export/extension.yaml @@ -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