File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,16 @@ All Notable changes will be documented in this file.
44
55Updates should follow the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
66
7- ## NEXT - YYYY-MM-DD
8-
7+ ## [ 0.1.1] - 2017-9-15
98### Added
10- - Nothing
9+ - Added ``` BIG_DEFAULT_DATASET ``` env option.
10+ - Added optional delay to ``` Big::createFromModel() ``` to allow BigQuery time to create.
11+ - Added STRUCT support for JSON type fields.
1112
12- ### Deprecated
13- - Nothing
13+ ### Changed
14+ - We now use [ BigQuery's insertId] ( https://cloud.google.com/bigquery/streaming-data-into-bigquery#dataconsistency ) if we have an ID column.
15+ - Insert now returns true on success.
16+ - We now pass errors onward to implementation.
1417
1518### Fixed
16- - Nothing
17-
18- ### Removed
19- - Nothing
20-
21- ### Security
22- - Nothing
19+ - Fixed TIMESTAMP type.
You can’t perform that action at this time.
0 commit comments