|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 30.3.0-alpha.2 - 2025-11-13 |
| 4 | +This release changes the pinned API version to `2025-10-29.preview`. |
| 5 | + |
| 6 | +* [#2111](https://github.com/stripe/stripe-java/pull/2111) Update generated code for private-preview |
| 7 | + * Add support for new resource `issuing.Program` |
| 8 | + * Add support for `create`, `list`, `retrieve`, and `update` methods on resource `issuing.Program` |
| 9 | + * Add support for `schedule` on `Discount` |
| 10 | + * Add support for `applicableFees` on `delegatedcheckout.RequestedSession.total_details` |
| 11 | + * Add support for `scheduleDetails` on `Invoice.parent`, `InvoiceItem.parent`, `InvoiceLineItem.parent`, and `QuotePreviewInvoice.parent` |
| 12 | + * Add support for `billingSchedules` on `InvoiceCreatePreviewParams.schedule_details`, `QuotePreviewSubscriptionSchedule`, `SubscriptionScheduleCreateParams`, `SubscriptionScheduleUpdateParams`, and `SubscriptionSchedule` |
| 13 | + * Add support for `latestInvoice` on `QuotePreviewSubscriptionSchedule` and `SubscriptionSchedule` |
| 14 | + * Add support for `phaseEffectiveAt` on `QuotePreviewSubscriptionSchedule.default_settings`, `SubscriptionSchedule.default_settings`, `SubscriptionScheduleCreateParams.default_settings`, and `SubscriptionScheduleUpdateParams.default_settings` |
| 15 | +* [#2107](https://github.com/stripe/stripe-java/pull/2107) Update generated code for private-preview |
| 16 | + * ⚠️ Remove support for resource `v2.tax.AutomaticRule` |
| 17 | + * ⚠️ Remove support for `create`, `deactivate`, `find`, `retrieve`, and `update` methods on resource `v2.tax.AutomaticRule` |
| 18 | + * Add support for `selfReportedIncome` and `selfReportedMonthlyHousingPayment` on `AccountCreateParams.individual`, `AccountUpdateParams.individual`, `PersonCreateParams`, `PersonUpdateParams`, `Person`, `TokenCreateParams.account.individual`, and `TokenCreateParams.person` |
| 19 | + * Add support for new values `amendment_end`, `line_ends_at`, `schedule_end`, and `upcoming_invoice` on enums `InvoiceCreatePreviewParams.subscription_details.billing_schedules[].bill_until.type`, `SubscriptionCreateParams.billing_schedules[].bill_until.type`, and `SubscriptionUpdateParams.billing_schedules[].bill_until.type` |
| 20 | + * Add support for `billingSchedules` and `phaseEffectiveAt` on `Quote.subscription_data_overrides[]`, `Quote.subscription_data`, `QuoteCreateParams.subscription_data_overrides[]`, `QuoteCreateParams.subscription_data`, `QuoteUpdateParams.subscription_data_overrides[]`, and `QuoteUpdateParams.subscription_data` |
| 21 | + * Add support for `billFrom` on `Subscription.billing_schedules[]` |
| 22 | + * Add support for `amendmentEnd` and `lineEndsAt` on `Subscription.billing_schedules[].bill_until` |
| 23 | + |
3 | 24 | ## 30.3.0-alpha.1 - 2025-11-06 |
4 | 25 | * [#2105](https://github.com/stripe/stripe-java/pull/2105) Update generated code for private-preview |
5 | 26 | * Add support for new resources `TransitBalance`, `v2.reporting.ReportRun`, `v2.reporting.Report` |
|
0 commit comments