]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/blame - CHANGELOG.md
bump 1.1.1 (#28)
[github/fretlink/tap-google-sheets.git] / CHANGELOG.md
CommitLineData
89643ba6
JH
1# Changelog
2
7f117db0 3## 1.1.1
4 * Added better error messages for 429 errors
5
0a0f2e89
AL
6## 1.1.0
7 * Allow Google `numberTypes` and date-time types to fall back to a string schema [#25](https://github.com/singer-io/tap-google-sheets/pull/25)
8
75b9b1fe
KA
9## 1.0.4
10 * Return an empty list when we retrieve cells that return no values [#17](https://github.com/singer-io/tap-google-sheets/pull/17)
11
5fc2ead5
JH
12## 1.0.3
13 * Fix issues: slashes `/` in sheet name 404 error; Discovery malformed sheet error when 2nd row final column value(s) are `NULL`.
14
ba9a302c 15## 1.0.2
16 * Skip sheets for which we fail to generate a schema
17
f012a137
SC
18## 1.0.1
19 * Emit state file for incremental sync where bookmark not exceeded.
20
4d4082c8
AL
21## 1.0.0
22 * No change from `v0.0.4`
23
376f1145
JH
24## 0.0.4
25 * Add logic to skip empty worksheets in Discovery and Sync mode.
26
43a24cba
JH
27## 0.0.3
28 * 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.
29
5890b89c
JH
30## 0.0.2
31 * Change number json schema to anyOf with multipleOf; skip empty rows; move write_bookmark to end of sync.py
32
89643ba6
JH
33## 0.0.1
34 * Initial commit