X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=31333037bf62fda84e835ab52f30777064a7af8a;hb=refs%2Ftags%2Fv1.1.1;hp=2f2993730d8ea67f59e2db90988f1f8b52bcb8c5;hpb=f012a137927591d5d9068d5d499d424ea4112ea9;p=github%2Ffretlink%2Ftap-google-sheets.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f29937..3133303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # 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.