Skip to content

Latest commit

 

History

History
141 lines (89 loc) · 6.79 KB

CHANGELOG.md

File metadata and controls

141 lines (89 loc) · 6.79 KB

Changelog

16.2.1 - 2022-5-31

  • #148
    • Added card_present to payment method type.

16.2.0 - 2021-12-22

  • #144
    • Fix SwiftCrypto version requirement

16.1.0 - 2021-12-17

  • #143
    • Adds support for expanding an array of models using @ExpandableCollection
    • Adds checkoutSession, invoice, invoiceItem and promotionCode to StripeDiscount.

16.0.0 - 2021-12-17

  • #142 ⚠️ Breaking changes ⚠️ Multiple API updates.

15.0.1 - 2021-11-13

  • #141 Fixes exchange rate decoding type.

15.0.0 - 2021-10-08

  • #140 Makes created on ConnectAccount optional.

14.0.0 - 2021-09-23

  • #137
    • Fixes expandable properties not decoding properly on swift 5.5
    • Adds better CI for Tests.
  • #138
    • Makes StripeSessionCustomerDetails.taxIds optional.

13.2.0 - 2021-08-27

  • #136
    • Added expand parameter for cloning a payment method.

13.1.0 - 2021-08-17

  • #134
    • Added support for cloning a payment method.

13.0.0 - 2021-08-01

  • #133
    • ⚠️ Breaking changes ⚠️ Multiple API updates.
    • Adds support for Quotes and QuoteLineItems
    • Adds support for VerificationSessions and VerificationReports

12.0.2 - 2021-04-29

  • #125 Added payment method models.

  • #126 Fixed file create crash.

  • #127 Fixed expandable null value encoding.

12.0.0 - 2021-04-07

  • #120 ⚠️ Breaking changes ⚠️ Multiple API updates.

11.0.0 - 2021-02-25

10.1.0 - 2020-11-28

10.0.0 - 2020-11-10

  • #112 Updated to latest 2020-08-27 API version.

8.0.0 - 2020-07-21

  • #98 Added support for the Prices API.

  • #97 Updated Subscriptions.

  • #96 Updated Invoices.

  • #95 Updated Issuing Transactions.

  • #94 Updated PaymentIntents.

  • #93 Added new PaymentMethod types and updated Charges.

  • #91 Added line items for checkout sessions.

  • #90 Updated AccountLinks.

  • #89 Updated ConnectAccount and Person entities.

  • #88 Mark hasMore properties on Lists as optional.

7.0.2 - 2020-04-30

  • #77 Add fix for missing field on @Expandable properties.

7.0.1 - 2020-04-28

  • #75
    • Made payout routes public.
    • Fixed line_items paramater type on checkout session routes.

7.0.0 - 2020-04-20

6.1.0 - 2020-03-26

  • #68 Fixed type mispatch for StripeSubscriptionProrationBehavior on subscription update route.

  • #67 Added support for webhooks signature validation.

  • #65

    • Made requestedCapabilities Optional on connect accounts.
    • Added StripePaymentIntentTransferData type for transferData on StripePaymentIntent.

6.0.0 - 2020-03-07

Major version release for new API version 2020-03-02

  • #63 Added metadata support for webhook endpoints.

  • #61 Added support for expiry_check in Issuing Authorization.

  • #59 Added payment_intent.processing webhook event.

  • #57 Added next_invoice_sequence for Customer.

  • #55 Added support for listing all Checkout Sessions.

  • #53 Added support for proration_behavior on SubscriptionSchedule.

  • #51 Added timezone to RunReportParameters.

  • #49 Added additional_verification to File's purpose.

  • #47 Added structure enum to Account's Company.

  • #46 Updated carrier enums for CardIssuingShipping. Added speed enum for CardIssuingShipping.

  • #43 Added support for CreditNoteLineItem. Added out_of_band_amount to CreditNote. Correctly append query paramaters for list API calls.

  • #41 Added metadata to CheckoutSession.

  • #39 Added proration_behavior for subscriptions.

  • #38 Adds support for Subscription pending updates.

  • #36 Fixed a typo in card routes. Return the correct type for listing all cards.