Releases: anelendata/tap-rest-api
Releases · anelendata/tap-rest-api
v0.2.15
v0.2.14
- fix stream_id bug in infer_schema
- fix: config unnest and bookmark key type check
- improve safe scheme update log
v0.2.13
- feature: Safely update schema with infer_schema run when the schema exists under schema_dir.
- Refactor schema.py with class
v0.2.12
v0.2.11
- fix dependency versions
v0.2.10
- New feature: unnest a sub-field in a struct
- Set bookmark key per stream
- url_param_ options for datetime format and isoformat flavors (see default_spec.json)
v0.2.9
- Config switch to drop unknown (sub-)properties.
See https://github.com/anelendata/tap-rest-api#schema-validation-and-cleanups
v0.2.8
- Multiple stream sync
Support URLs and parameters per stream
See https://github.com/anelendata/tap-rest-api#multiple-streams
v0.2.7
v0.2.6
- Update getschema to 0.2.6 to fix a wrong rejection of null object when it's allowed.