]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/blob - CHANGELOG.md
Update stitch validate json to validate with python 3.8 path (#32)
[github/fretlink/tap-google-sheets.git] / CHANGELOG.md
1 # Changelog
2
3 ## 1.1.1
4 * Added better error messages for 429 errors
5
6 ## 1.1.0
7 * Allow Google `numberTypes` and date-time types to fall back to a string schema [#25](https://github.com/singer-io/tap-google-sheets/pull/25)
8
9 ## 1.0.4
10 * Return an empty list when we retrieve cells that return no values [#17](https://github.com/singer-io/tap-google-sheets/pull/17)
11
12 ## 1.0.3
13 * Fix issues: slashes `/` in sheet name 404 error; Discovery malformed sheet error when 2nd row final column value(s) are `NULL`.
14
15 ## 1.0.2
16 * Skip sheets for which we fail to generate a schema
17
18 ## 1.0.1
19 * Emit state file for incremental sync where bookmark not exceeded.
20
21 ## 1.0.0
22 * No change from `v0.0.4`
23
24 ## 0.0.4
25 * Add logic to skip empty worksheets in Discovery and Sync mode.
26
27 ## 0.0.3
28 * 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.
29
30 ## 0.0.2
31 * Change number json schema to anyOf with multipleOf; skip empty rows; move write_bookmark to end of sync.py
32
33 ## 0.0.1
34 * Initial commit