]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/blob - CHANGELOG.md
fb38c2c4077cfb5269fc4f65ca648b4f271e9384
[github/fretlink/tap-google-sheets.git] / CHANGELOG.md
1 # Changelog
2
3 ## 1.0.2
4 * Skip sheets for which we fail to generate a schema
5
6 ## 1.0.1
7 * Emit state file for incremental sync where bookmark not exceeded.
8
9 ## 1.0.0
10 * No change from `v0.0.4`
11
12 ## 0.0.4
13 * Add logic to skip empty worksheets in Discovery and Sync mode.
14
15 ## 0.0.3
16 * 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.
17
18 ## 0.0.2
19 * Change number json schema to anyOf with multipleOf; skip empty rows; move write_bookmark to end of sync.py
20
21 ## 0.0.1
22 * Initial commit