Skip to content

Releases: anelendata/tap-rest-api

v0.2.15

27 Oct 21:03

Choose a tag to compare

  • feature: safe exit after global timeout

v0.2.14

23 Oct 04:15

Choose a tag to compare

  • fix stream_id bug in infer_schema
  • fix: config unnest and bookmark key type check
  • improve safe scheme update log

v0.2.13

23 Sep 19:27
43a87e3

Choose a tag to compare

  • feature: Safely update schema with infer_schema run when the schema exists under schema_dir.
  • Refactor schema.py with class

v0.2.12

11 Sep 00:51

Choose a tag to compare

  • Modernize the package with project.toml (#32)
  • feature: Option to read sample records from the files instead of the API to infer the schema
  • fix: infer_schema not picking up offset_start and page_start from the config

v0.2.11

03 Sep 00:36

Choose a tag to compare

  • fix dependency versions

v0.2.10

03 Sep 00:34

Choose a tag to compare

  • 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

17 Jul 03:46

Choose a tag to compare

v0.2.8

21 Oct 01:14

Choose a tag to compare

v0.2.7

12 Mar 01:32

Choose a tag to compare

  • Use digest for dup check instead of raw record enhancement #24
  • Wrong params for singer.utils.backoff decorator bug #27

v0.2.6

12 Jul 04:19

Choose a tag to compare

  • Update getschema to 0.2.6 to fix a wrong rejection of null object when it's allowed.