All Versions
562
Latest Version
Avg Release Cycle
6 days
Latest Release
498 days ago

Changelog History
Page 34

  • v7.26.0 Changes

    March 06, 2019
    • ๐Ÿ‘ #686 Add support for cancel_at on Subscription.
  • v7.25.0 Changes

    February 28, 2019
    • โœ… #684 Add support for latest_invoice on Subscription.
    • #685 Add api_version to the WebhookEndpoint resource.
  • v7.24.0 Changes

    February 22, 2019
    • ๐Ÿ—„ #681 Add support for status_transitions and marked date as deprecated on Invoice.
  • v7.23.0 Changes

    February 19, 2019
    • ๐Ÿ‘ #660 Add support for API version 2019-02-19 and related changes to Account and Person.
  • v7.22.0 Changes

    February 16, 2019
    • #678 Add StripeException.getStripeError() and OAuthException.getOauthError() accessors
  • v7.21.0 Changes

    February 12, 2019
    • ๐Ÿ‘ #648 Add support for transfer_data[destination] on Invoice and Subscription.
  • v7.20.0 Changes

    February 12, 2019
    • ๐Ÿ‘ #670 Add support for API version 2019-02-11 with changes to Payment Intents
      • PaymentIntentSourceAction, PaymentIntentSourceActionValueAuthorizeWithUrl and next_source_action are now depreacated. Use PaymentIntent.NextAction, PaymentIntent.NextActionRedirectToUrl and next_action instead.
      • allowed_source_types is now depreacated. Use payment_method_types instead.
    • โฑ #673 Add support for SubscriptionSchedule and SubscriptionScheduleRevision. Also add support for invoice_settings on Customer.
    • #675 The customer property is now expandable on Invoice.
    • ๐Ÿ‘ #677 Add support for transfer_data[amount] on Charge.
  • v7.19.0 Changes

    February 06, 2019
    • ๐Ÿšค #661 Add configurable telemetry to gather information on client-side request latency
  • v7.18.1 Changes

    February 04, 2019
    • ๐Ÿ‘ #657 Better handling of namespaced resources
    • ๐Ÿ”ง #665 Configure Gradle signing plugin to use gpg-agent
  • v7.18.0 Changes

    January 25, 2019
    • #649 Add support for destination_payment_refund and source_refund on the Reversal resource.