n3oltd / N3O.Umbraco

N3O extensions to the Umbraco CMS
MIT License
4 stars 3 forks source link

Bump Stripe.net from 40.16.0 to 42.1.0 in /src #332

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Stripe.net from 40.16.0 to 42.1.0.

Release notes

Sourced from Stripe.net's releases.

v42.1.0

  • #2752 Update generated code
    • Add support for FlatAmount on Tax.TransactionCreateReversalOptions

See the changelog for more details.

v42.0.0

  • #2750 Update generated code "⚠️" symbol highlights breaking changes.
    • ⚠️Remove support for AvailableOn on BalanceTransactionListOptions
      • Use of this parameter is discouraged. You may use .AddExtraParam if sending the parameter is still required.
    • ⚠️Remove support for Destination on Charge
      • Please use TransferData or OnBehalfOf instead.
    • ⚠️Remove support for ShippingRates on Checkout.SessionCreateOptions
      • Please use ShippingOptions instead.
    • ⚠️Remove support for Coupon and TrialFromPlan on CheckoutSessionSubscriptionDataOptions
    • ⚠️Remove support for Blik on MandatePaymentMethodDetails, PaymentMethodUpdateOptions, SetupAttemptPaymentMethodDetails, SetupIntentPaymentMethodOptionsOptions, and SetupIntentPaymentMethodOptions
      • These fields were mistakenly released.
    • ⚠️Remove support for AcssDebit, Affirm, AuBecsDebit, BacsDebit, Cashapp, SepaDebit, and Zip on PaymentMethodUpdateOptions
      • These fields were empty hashes.
    • ⚠️Remove support for Country on PaymentMethodLink
      • This field was not fully operational.
    • ⚠️Remove support for Recurring on PriceUpdateOptions
      • This property should be set on create only.
    • ⚠️Remove support for Attributes, Caption, and DeactivateOn on ProductCreateOptions, ProductUpdateOptions, and Product
      • These fields are not fully operational.
    • ⚠️Remove support for AlternateStatementDescriptors and Dispute on Charge
      • Use of these parameters is discouraged.
  • #2744 Type changes
    • ⚠️ Generate more accurate types for AccountSettingsPayoutsScheduleOptions.DelayDays, SubscriptionSchedulePhaseOptions.EndDate, SubscriptionSchedulePhaseOptions.StartDate, and SubscriptionSchedulePhaseOptions.TrialEnd. These fields are dates or numbers that also support special signifier strings like "now". They have been changed to use AnyOf<...>.
  • #2746 Type changes
    • ⚠️ Change type of AccountSettingsPayoutsScheduleOptions.MonthlyAnchor from string to long.
  • #2751
    • ⚠️ Remove several deprecated constants from Event
    • ⚠️ Make Discount.Start non-nullable
    • ⚠️ Reflect that Discount.Subscription is not expandable
    • ⚠️ Reflect that several fields on InvoiceLineItem are expandable.

See the changelog for more details.

v41.29.0-beta.1

  • #2743 Update generated code for beta
    • Add support for Paypal on PaymentMethodConfigurationCreateOptions, PaymentMethodConfigurationUpdateOptions, and PaymentMethodConfiguration

See the changelog for more details.

v41.28.0

  • #2742 Update generated code

... (truncated)

Changelog

Sourced from Stripe.net's changelog.

42.1.0 - 2023-08-17

  • #2752 Update generated code
    • Add support for FlatAmount on Tax.TransactionCreateReversalOptions

42.0.0 - 2023-08-16

  • This release changes the pinned API version to 2023-08-16. Please read the API Upgrade Guide and carefully review the API changes before upgrading stripe-dotnet.
  • More information is available in the stripe-dotnet v42 migration guide
  • #2750 Update generated code "⚠️" symbol highlights breaking changes.
    • ⚠️Remove support for AvailableOn on BalanceTransactionListOptions
      • Use of this parameter is discouraged. You may use .AddExtraParam if sending the parameter is still required.
    • ⚠️Remove support for Destination on Charge
      • Please use TransferData or OnBehalfOf instead.
    • ⚠️Remove support for ShippingRates on Checkout.SessionCreateOptions
      • Please use ShippingOptions instead.
    • ⚠️Remove support for Coupon and TrialFromPlan on CheckoutSessionSubscriptionDataOptions
    • ⚠️Remove support for Blik on MandatePaymentMethodDetails, PaymentMethodUpdateOptions, SetupAttemptPaymentMethodDetails, SetupIntentPaymentMethodOptionsOptions, and SetupIntentPaymentMethodOptions
      • These fields were mistakenly released.
    • ⚠️Remove support for AcssDebit, Affirm, AuBecsDebit, BacsDebit, Cashapp, SepaDebit, and Zip on PaymentMethodUpdateOptions
      • These fields were empty hashes.
    • ⚠️Remove support for Country on PaymentMethodLink
      • This field was not fully operational.
    • ⚠️Remove support for Recurring on PriceUpdateOptions
      • This property should be set on create only.
    • ⚠️Remove support for Attributes, Caption, and DeactivateOn on ProductCreateOptions, ProductUpdateOptions, and Product
      • These fields are not fully operational.
    • ⚠️Remove support for AlternateStatementDescriptors and Dispute on Charge
      • Use of these parameters is discouraged.
  • #2744 Type changes
    • ⚠️ Generate more accurate types for AccountSettingsPayoutsScheduleOptions.DelayDays, SubscriptionSchedulePhaseOptions.EndDate, SubscriptionSchedulePhaseOptions.StartDate, and SubscriptionSchedulePhaseOptions.TrialEnd. These fields are dates or numbers that also support special signifier strings like "now". They have been changed to use AnyOf<...>.
  • #2746 Type changes
    • ⚠️ Change type of AccountSettingsPayoutsScheduleOptions.MonthlyAnchor from string to long.
  • #2751
    • ⚠️ Remove several deprecated constants from Event
    • ⚠️ Make Discount.Start non-nullable
    • ⚠️ Reflect that Discount.Subscription is not expandable
    • ⚠️ Reflect that several fields on InvoiceLineItem are expandable.

41.28.0 - 2023-08-10

  • #2742 Update generated code
    • Add support for AdjustedForOverdraft to CustomerCashBalanceTransaction

41.27.0 - 2023-08-03

  • #2741 Update generated code
    • Add support for PreferredSettlementSpeed on PaymentIntentPaymentMethodOptionsUsBankAccountOptions and PaymentIntentPaymentMethodOptionsUsBankAccount
  • #2738 Update generated code
    • Add support for SubscriptionDetails on Invoice

... (truncated)

Commits
  • ec22f89 Bump version to 42.1.0
  • 8ea1aaf Update generated code for v468 (#2752)
  • 6e29cce More CHANGELOG tweaks
  • 3e2012f Bump version to 42.0.0
  • 884fd0a Merge pull request #2740 from stripe/sdk-release/next-major
  • 8867af6 Merge branch 'master' into sdk-release/next-major
  • 9f82161 Update generated code (#2750)
  • 7133bcb Merge pull request #2751 from stripe/richardm-breaking-type-changes
  • bf687c9 Merge branch 'master' into sdk-release/next-major
  • 45c61d7 Reflect expandability of fields on InvoiceLineItem
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #334.