Skip to content

Commit 4c292cb

Browse files
author
Eric Percifield
committed
Update changelog.
1 parent 0b532bb commit 4c292cb

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

CHANGELOG.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,16 @@ All Notable changes will be documented in this file.
44

55
Updates 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.

0 commit comments

Comments
 (0)