]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/blame - CHANGELOG.md
Emit state during incremental sync where bookmark not exceeded (#11)
[github/fretlink/tap-google-sheets.git] / CHANGELOG.md
CommitLineData
89643ba6
JH
1# Changelog
2
f012a137
SC
3## 1.0.1
4 * Emit state file for incremental sync where bookmark not exceeded.
5
4d4082c8
AL
6## 1.0.0
7 * No change from `v0.0.4`
8
376f1145
JH
9## 0.0.4
10 * Add logic to skip empty worksheets in Discovery and Sync mode.
11
43a24cba
JH
12## 0.0.3
13 * 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.
14
5890b89c
JH
15## 0.0.2
16 * Change number json schema to anyOf with multipleOf; skip empty rows; move write_bookmark to end of sync.py
17
89643ba6
JH
18## 0.0.1
19 * Initial commit