* Deprecate `evidenceSubmittable` in Dispute * Add missing `escape` calls in `generator` for: * list * bool * integer * datetime
4.22.0
* Add `processing_overrides` to `Transaction.sale` options
4.21.0
* Add `evidence_submittable` to `Dispute` * Add `merchant_token_identifier` and `source_card_last4` to `ApplePayCard` * Add a check for empty month and year before generating `expiration_date` in: * `CrediCard` * `AndroidPayCard` * `ApplePayCard` * `SamsungPayCard` * `VisaCheckoutCard` * Add `retry_ids` and `retried_transaction_id` to Transaction object
4.20.0
* Add `merchant_advice_code` and `merchant_advice_code_text` to Transaction object * Allow vaulting of raw AndroidPayCards with billing address via Customer.create/update
4.19.0
* Add `intended_transaction_source` to `CreditCardVerification` * Add `three_d_secure_pass_thru` to `CreditCardVerification` * Add `payment_method_nonce` to `CreditCardVerification` * Add `three_d_secure_authentication_id` to `CreditCardVerification` * Add support for subscriptions in SEPA direct debit accounts
4.18.1
* Fixup issue where request sessions weren't including proxy settings (see [5677](https://github.com/psf/requests/issues/5677) for details).