Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sdk release/next major #2057

Merged
merged 10 commits into from
Apr 10, 2024
Merged

Sdk release/next major #2057

merged 10 commits into from
Apr 10, 2024

Conversation

ramya-stripe
Copy link
Contributor

@ramya-stripe ramya-stripe commented Mar 30, 2024

Changelog

  • This release changes the pinned API version to 2024-04-10. Please read the API Upgrade Guide and carefully review the API changes before upgrading.

⚠️ Breaking changes

  • Rename event type InvoiceitemCreatedEvent to InvoiceItemCreatedEvent
  • Rename event type InvoiceitemDeletedEvent to InvoiceItemDeletedEvent
  • Rename features to marketing_features on ProductCreateOptions, ProductUpdateOptions, and Product.

⚠️ Removal of enum values, properties and events that are no longer part of the publicly documented Stripe API

  • Remove subscription_pause from the below as the feature to pause subscription on the portal has been deprecated.
    • BillingPortal.Configuration.Features
    • BillingPortal.ConfigurationCreateParams.Features
    • BillingPortal.ConfigurationUpdateParams.Features
  • Remove the below deprecated values for the type BalanceTransaction.Type
    • obligation_inbound
    • obligation_payout
    • obligation_payout_failure
    • 'obligation_reversal_outbound'
  • Remove deprecated value various for the type Climate.Supplier.RemovalPathway
  • Remove deprecated events
    • invoiceitem.updated
    • order.created
    • recipient.created
    • recipient.deleted
    • recipient.updated
    • sku.created
    • sku.deleted
    • sku.updated
  • Remove types for the deprecated events
    • InvoiceItemUpdatedEvent
    • OrderCreatedEvent
    • RecipientCreatedEvent
    • RecipientDeletedEvent
    • RecipientUpdatedEvent
    • SKUCreatedEvent
    • SKUDeletedEvent
  • Remove the deprecated value include_and_require for the typeInvoiceCreateParams.PendingInvoiceItemsBehavior
  • Remove the deprecated value service_tax for the types TaxRate.TaxType, TaxRateCreateParams.TaxType, TaxRateUpdateParams.TaxType, and InvoiceUpdateLineItemParams.TaxAmount.TaxRateData
  • Remove request_incremental_authorization from PaymentIntentCreateParams.PaymentMethodOptions.CardPresent, PaymentIntentUpdateParams.PaymentMethodOptions.CardPresent and PaymentIntentConfirmParams.PaymentMethodOptions.CardPresent
  • Remove support for id_bank_transfer, multibanco, netbanking, pay_by_bank, and upi on PaymentMethodConfiguration
  • Remove the deprecated value obligation for the type Reporting.ReportRunCreateParams.Parameters.ReportingCategory
  • Remove the deprecated value challenge_only from the type SetupIntent.PaymentMethodOptions.Card.RequestThreeDSecure
  • Remove the legacy field rendering_options in Invoice, InvoiceCreateOptions and InvoiceUpdateOptions. Use rendering instead.

@ramya-stripe ramya-stripe marked this pull request as ready for review April 10, 2024 22:31
@ramya-stripe ramya-stripe merged commit 5c8bcf4 into master Apr 10, 2024
18 checks passed
@ramya-stripe ramya-stripe deleted the sdk-release/next-major branch April 10, 2024 22:51
@ramya-stripe ramya-stripe restored the sdk-release/next-major branch June 10, 2024 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants