Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 2.1 KB

CHANGELOG.md

File metadata and controls

58 lines (41 loc) · 2.1 KB

Changelog

1.4.3

  • Adds retry to ChunkedEncodingError on requests #52

1.4.2

  • Fixes IndexError in landings pagination #51

1.4.1

  • Adds pagination to the landings stream #48

1.4.0

  • Update the tap to make less requests and ask for bigger batches of data per response #44
  • Fix bookmarking bug. Bookmarks will never be set in the future now #43

1.3.2

  • This version actually reverts the code back to v1.2.0 #39

1.3.1

  • Revert back to v1.2.0

1.3.0

  • Add the Forms stream #29
  • Add integration tests #32
  • Add unit test for exception handling #33
  • Add config validation to ensure only valid forms are input by the user #34
  • Fix a bug in the bookmarks test #36

1.2.0

  • Add logic to handle empty forms

1.1.4

  • Revert v1.1.3, effectively making v1.1.4 the same as v1.1.2

1.1.3

  • Fix bookmarking to use the max submitted_at value instead of the end of our query's date window #16

1.1.2

  • Use dict.get() to access more fields rather than [] #3

1.1.1

  • Use dict.get() to access fields rather than [] #3

1.1.0

  • Add table/field selection #2

1.0.3

  • Fix landings stream formatting

1.0.2

  • Add type (string) to landing_id in landings stream

1.0.1

  • Pinned backoff version to 1.3.2

1.0.0

  • General release of the tap