All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed Job Configuration options
- Added nullable/required field modes.
- Added support for Google's ADC.
- Fix company name typo.
- Fixed
vendor:publish
command. - Google Cloud SDK 0.49 -> 0.60.
- Removed old composer requirements.
- Added double support for BQ types.
- Added get max ID/date helpers.
- Added STRUCT support for JSON type fields.
- Added Laravels auto discovery support.
- Added ability to specify a default dataset - config('prologue-big.big.default_dataset').
- Google Cloud v0.32.1 -> v0.49.
- Added
BIG_DEFAULT_DATASET
env option. - Added optional delay to
Big::createFromModel()
to allow BigQuery time to create. - Added STRUCT support for JSON type fields.
- We now use BigQuery's insertId if we have an ID column.
- Insert now returns true on success.
- We now pass errors onward to implementation.
- Fixed TIMESTAMP type.