Skip to content

Conversation

@ramya-stripe
Copy link
Contributor

@ramya-stripe ramya-stripe commented Mar 18, 2025

Why?

The March monthly API release is going to contain breaking changes. Therefore, we will be shipping a new major version. This PR pulls in the breaking changes in the SDKs that were staged in the sdk-release/next-major branch

What?

  • Merged master to sdk-release/next-major
  • Manually deleted the InvoiceUpcomingLinesService file - it was deleted in master but survived the merge in the previous step

Changelog

  • Adds StripeAccount and StripeContext to StripeClientOptions, so you can specify the Stripe-Account or Stripe-Context header at the client (instead of the individual request) level. See PR #3058
  • Removes ApiMode from RawRequestOptions. ApiMode is automatically determined from the path passed to RawRequest. See PR #3052
  • Deprecates ServiceNested and Service<T> classes. To implement custom services, use the request methods defined on StripeClient. See PR #3051
  • Fixes ListAutoPaging and ListAutoPagingAsync to not mutate options object passed in. See PR #2899

@ramya-stripe ramya-stripe requested a review from jar-stripe March 19, 2025 23:46
@ramya-stripe ramya-stripe marked this pull request as ready for review March 19, 2025 23:46
@ramya-stripe ramya-stripe requested a review from a team as a code owner March 19, 2025 23:46
Copy link
Contributor

@jar-stripe jar-stripe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ramya-stripe ramya-stripe merged commit 17c8ff9 into master Mar 31, 2025
6 of 7 checks passed
@xavdid-stripe xavdid-stripe deleted the sdk-release/next-major branch August 6, 2025 23:28
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.

4 participants