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