]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/blob - CHANGELOG.md
v.1.0.3 Fix slashes and discovery errors (#15)
[github/fretlink/tap-google-sheets.git] / CHANGELOG.md
1 # Changelog
2
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
6 ## 1.0.2
7 * Skip sheets for which we fail to generate a schema
8
9 ## 1.0.1
10 * Emit state file for incremental sync where bookmark not exceeded.
11
12 ## 1.0.0
13 * No change from `v0.0.4`
14
15 ## 0.0.4
16 * Add logic to skip empty worksheets in Discovery and Sync mode.
17
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
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
24 ## 0.0.1
25 * Initial commit