]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/blob - CHANGELOG.md
2f2993730d8ea67f59e2db90988f1f8b52bcb8c5
[github/fretlink/tap-google-sheets.git] / CHANGELOG.md
1 # Changelog
2
3 ## 1.0.1
4 * Emit state file for incremental sync where bookmark not exceeded.
5
6 ## 1.0.0
7 * No change from `v0.0.4`
8
9 ## 0.0.4
10 * Add logic to skip empty worksheets in Discovery and Sync mode.
11
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
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
18 ## 0.0.1
19 * Initial commit