]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/blob - CHANGELOG.md
move chron hour 00 -> 15 UTC
[github/fretlink/tap-google-sheets.git] / CHANGELOG.md
1 # Changelog
2
3 ## 1.0.4
4 * Return an empty list when we retrieve cells that return no values [#17](https://github.com/singer-io/tap-google-sheets/pull/17)
5
6 ## 1.0.3
7 * Fix issues: slashes `/` in sheet name 404 error; Discovery malformed sheet error when 2nd row final column value(s) are `NULL`.
8
9 ## 1.0.2
10 * Skip sheets for which we fail to generate a schema
11
12 ## 1.0.1
13 * Emit state file for incremental sync where bookmark not exceeded.
14
15 ## 1.0.0
16 * No change from `v0.0.4`
17
18 ## 0.0.4
19 * Add logic to skip empty worksheets in Discovery and Sync mode.
20
21 ## 0.0.3
22 * 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.
23
24 ## 0.0.2
25 * Change number json schema to anyOf with multipleOf; skip empty rows; move write_bookmark to end of sync.py
26
27 ## 0.0.1
28 * Initial commit