X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=CHANGELOG.md;h=31333037bf62fda84e835ab52f30777064a7af8a;hb=refs%2Ftags%2Fv1.1.1;hp=3c47260cc5e3e9665d3ebda410ad2b84ad5955b5;hpb=43a24cbab1dbc35b893c35b86e34adc0f2fb84e7;p=github%2Ffretlink%2Ftap-google-sheets.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c47260..3133303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## 1.1.1 + * Added better error messages for 429 errors + +## 1.1.0 + * 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) + +## 1.0.4 + * Return an empty list when we retrieve cells that return no values [#17](https://github.com/singer-io/tap-google-sheets/pull/17) + +## 1.0.3 + * Fix issues: slashes `/` in sheet name 404 error; Discovery malformed sheet error when 2nd row final column value(s) are `NULL`. + +## 1.0.2 + * Skip sheets for which we fail to generate a schema + +## 1.0.1 + * Emit state file for incremental sync where bookmark not exceeded. + +## 1.0.0 + * No change from `v0.0.4` + +## 0.0.4 + * Add logic to skip empty worksheets in Discovery and Sync mode. + ## 0.0.3 * 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.