Skip to content

Latest commit

 

History

History
101 lines (64 loc) · 3.87 KB

CHANGELOG.md

File metadata and controls

101 lines (64 loc) · 3.87 KB

Changelog

1.4.0

  • Added discounts field in subscriptions schema #107
  • Fixed All fields & Pagination integration tests #109

1.3.5

  • Add missing Business Entity Details from Chargebee customers details #100
  • Prevent truncating invoice lineItem taxRates #102

1.3.4

  • Custom field support for Item Model entities #92
  • Updated integration test #93

1.3.3

  • Implement request timeout #78
  • Add missing tap-tester tests #83
  • Add custom exception handling #85
  • Add missing fields to schema #87
  • Revert back bookmark logic #88

##1.3.2

  • Revert back bookmarking logic #86

1.3.1

  • Added support for Chargebee Quotes #75

1.3.0

  • Added comments stream #52
  • Added include_deleted configuration #58
  • Added undocumented fields #69

1.2.2

  • Update the schema glob so that we include all schemas in the package distribution #73

1.2.1

  • Add a MANIFEST.in file to include schema files in the tap-chargebee package #72

1.2.0

  • Remove all minimum/maximum and minLength/maxLength #45
  • Fix JSONDecodeError in Invoices and Transactions streams #51
  • Add Tiersprice attribute #53
  • Updated integration test to cover product catalog v1 and v2 #63
  • Add additional fields from API #64
  • Upgraded event stream schema #57
  • Updated Bookmark handling, date without tz will updated in UTC tz format #54

1.1.2

  • Fix domain name comparison bug #67

1.1.1

  • Add an error message when we get an unexpected response from the Configurations API #62

1.1.0

  • Adds support for Item Model, Multi-decimal (for Plan Model), and Account hierarchy (for Plan Model) #56
  • Organized the folder structure: a. common(common schemas to both plan model and item model) b. item_model c. plan_model
  • Introduces two new streams: ITEM_MODEL_AVAILABLE_STREAMS, PLAN_MODEL_AVAILABLE_STREAMS

1.0.3

  • Fix invalid JSON from #44

1.0.2

  • Remove maxLength from payment_sources schema to address certain integrations having IDs of greater length than specified, and make the schema more flexible as the API evolves #44

1.0.0

  • No change from 0.0.12

0.0.12

  • Add custom_fields to plans, addons, customers, and subscriptions #9

0.0.3

  • Add credit_notes stream #2