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