Skip to content

Latest commit

 

History

History
99 lines (69 loc) · 4.07 KB

CHANGELOG.md

File metadata and controls

99 lines (69 loc) · 4.07 KB

Changelog

1.2.2

  • Handles the None value for additional_data in payload #137

1.2.1

  • Adds backoff/retry for Http5xx errors #115

1.2.0

  • Adds deal_fields stream #134

1.1.8

  • Retries requests with 200 status and null bodies for dealsflow stream #131

1.1.7

  • Reverts state change from 1.1.6 due to child streams using parent stream pagination #130

1.1.6

  • Makes several fields in notes nullable
  • Writes state during pagination for more efficient extraction
  • #128

1.1.5

1.1.4

  • Fixed NoneType and Transformstion issues for Anamolous Failed Jobs #120

1.1.3

  • Access users data using new structure, rather than indexing into a single list #119

1.1.2

  • Adding missing fields #111
  • Add missing tap-tester cases #113
  • Fix bookmark strategy #117

1.1.1

  • Request timeout implemented #105

1.1.0

  • Added retry mechanism for http error codes #93
  • Removed support for delete_logs stream #97
  • Fixed organizations missing fields #94

1.0.6

  • Use anyOf schema for a date-time field in the deals schema #71

1.0.5

  • Handles null add_time for deals when retrieving IDs #67

1.0.4

  • Make bookmark property automatic commit

1.0.3

  • Fix deal id pagination #53

1.0.1

  • Discover catalog when none was passed in sync mode #52

1.0.0

  • Add stream/field selection
  • Add deal_products endpoint
  • #51

0.2.4

  • Allows a file's user_id field to be nullable #49

0.2.3

  • Removes the required elements from JSON schemas as they are unnecessary #45

0.2.2

  • Fixed missing deals in dealflow stream

0.2.1

  • Update version of requests to 2.20.0 in response to CVE 2018-18074

0.2.0

  • Remove goals stream #44

0.1.1

  • Add bookmarking to the dealflow stream #38

0.1.0

  • Add dealflow stream #36

0.0.15

  • Additional schema updates to allow nulls #26

0.0.14

  • Marks the products.json schema file to allow a null USD.cost #24

0.0.13

  • Marks timeline_last_activity_time and timeline_last_activity_time_by_owner as not required in organizations and persons streams

0.0.12

  • Includes subdirectories explicitly in package to match current deployment method

0.0.11

  • Changes the users stream's last_login schema to accept string as a fallback for invalid datetimes