Skip to content

Commit d4c56a5

Browse files
authored
docs(firestore-bigquery-export) Release notes for April 7 release (#249)
1 parent ed6dae8 commit d4c56a5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

firestore-bigquery-export/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Version 0.1.3
2+
3+
feature - Interpret data more easily with column descriptions in the exported BigQuery data (#138).
4+
5+
- The raw changelog now includes column descriptions.
6+
- The schema-views script allows you to specify custom column descriptions.
7+
8+
fixed - Updated `@firebaseextensions/firestore-bigquery-change-tracker` dependency (fixes issues #235 and #225).
9+
110
## Version 0.1.2
211

312
fixed - Added "IF NOT EXISTS" to safely run `fs-bq-schema-views` script multiple times (PR #193).

firestore-bigquery-export/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: firestore-bigquery-export
16-
version: 0.1.2
16+
version: 0.1.3
1717
specVersion: v1beta
1818

1919
displayName: Export Collections to BigQuery

0 commit comments

Comments
 (0)