]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/blame - CHANGELOG.md
move chron hour 00 -> 15 UTC
[github/fretlink/tap-google-sheets.git] / CHANGELOG.md
CommitLineData
89643ba6
JH
1# Changelog
2
75b9b1fe
KA
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
5fc2ead5
JH
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
ba9a302c 9## 1.0.2
10 * Skip sheets for which we fail to generate a schema
11
f012a137
SC
12## 1.0.1
13 * Emit state file for incremental sync where bookmark not exceeded.
14
4d4082c8
AL
15## 1.0.0
16 * No change from `v0.0.4`
17
376f1145
JH
18## 0.0.4
19 * Add logic to skip empty worksheets in Discovery and Sync mode.
20
43a24cba
JH
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
5890b89c
JH
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
89643ba6
JH
27## 0.0.1
28 * Initial commit