aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
blob: 31333037bf62fda84e835ab52f30777064a7af8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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.

## 0.0.2
  * Change number json schema to anyOf with multipleOf; skip empty rows; move write_bookmark to end of sync.py

## 0.0.1
  * Initial commit