Skip to content
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
29 changes: 29 additions & 0 deletions firestore-bigquery-export/scripts/import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog

All notable changes to the `@firebaseextensions/fs-bq-import-collection` package will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.25] - 2025-07-28

### Added

- Initial changelog file to track version history

- Expose transformUrl from config

### Changed

- Incremented package version from 0.1.24 to 0.1.25

## [0.1.24] - Previous Version

### Initial Release

- Import script for Firestore collections to BigQuery changelog tables
- Support for reading existing documents from Firestore collections
- Integration with the firestore-bigquery-export extension
- Command-line interface with interactive prompts
- Worker pool support for parallel processing
- Schema generation capabilities
41 changes: 25 additions & 16 deletions firestore-bigquery-export/scripts/import/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion firestore-bigquery-export/scripts/import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebaseextensions/fs-bq-import-collection",
"version": "0.1.24",
"version": "0.1.25",
"description": "Import a Firestore Collection into a BigQuery Changelog Table",
"main": "./lib/index.js",
"repository": {
Expand Down
Loading