Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

24 lines (18 loc) · 1.1 KB

Changelog

0.9.3

  • Dependabot update #46

0.9.2

  • Update Braintree python SDK version to 4.18.1 #45

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