aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* bump 1.1.1 (#28)v1.1.1zachharris12021-02-231-0/+3
|
* Bump to v1.1.0, update changelog (#26)v1.1.0Andy Lu2021-02-181-0/+3
|
* bump to 1.0.4v1.0.4Kyle Allan2020-07-151-0/+3
|
* v.1.0.3 Fix slashes and discovery errors (#15)v1.0.3Jeff Huth2020-04-291-0/+3
| | | Fix issues: slashes `/` in sheet name 404 error; Discovery malformed sheet error when 2nd row final column value(s) are `NULL`.
* Bump 1.0.2 (#14)v1.0.2cosimon2020-04-171-0/+3
|
* Emit state during incremental sync where bookmark not exceeded (#11)v1.0.1Scott Coleman2020-03-191-0/+3
|
* Bump to v1.0.0, update changelog (#6)v1.0.0Andy Lu2020-02-251-0/+3
|
* v.0.0.4 Logic to skip empty sheets (#4)v0.0.4Jeff Huth2020-02-241-0/+3
| | | | | | | | | | | | | | | | | | * v.0.0.2 schema and sync changes Change number json schema to anyOf with multipleOf; skip empty rows; move write_bookmark to end of sync.py * v.0.0.3 Sync activate version and error handling Update README.md documentation. Improved logging and handling of errors and warnings. Better null handling in Discovery and Sync. Fix issues with activate version messages. * v.0.0.4 Skip empty worksheets Add logic to skip empty worksheets in Discovery and Sync mode. * schema.py fix number datatype issue Nomber datatypes are being created as strings in targets. The JSON schema order needs to be adjusted so that order is null, number, string.
* v.0.0.3 Sync error handling, activate version, documentation (#2)v0.0.3Jeff Huth2020-01-091-0/+3
| | | | | | | | | | * v.0.0.2 schema and sync changes Change number json schema to anyOf with multipleOf; skip empty rows; move write_bookmark to end of sync.py * v.0.0.3 Sync activate version and error handling Update README.md documentation. Improved logging and handling of errors and warnings. Better null handling in Discovery and Sync. Fix issues with activate version messages.
* v.0.0.2 schema and sync changes (#1)v0.0.2Jeff Huth2019-12-041-0/+3
| | | Change number json schema to anyOf with multipleOf; skip empty rows; move write_bookmark to end of sync.py
* Initial commitJeff Huth2019-11-131-0/+4
Discovery mode works. Still working on normal sync.