Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 923 Bytes

CHANGELOG.md

File metadata and controls

18 lines (14 loc) · 923 Bytes

Changelog

0.9.1

  • Add subscription_id to transactions stream #25

0.8.0

  • Use disbursement_date in addition to updated_at to sync updated records #14
  • Add payment_instrument_type, credit_card_details, and paypal_details to transactions schema #15

0.7.1

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

0.7.0

  • Modifies the tap to capture updated transactions by:
    • bookmarking both the latest created_at and updated_at
    • pulling records from the API that were created after (bookmarked_created_at - 30 days)
    • emitting records if their updated_at field is greater than the bookmarked value
    • Pull Request #8