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