Skip to content

Bump the dotnet-minor group with 14 updates - #17

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/products/YataiConnect/dot-config/dotnet-minor-90a8ac3ef2
Open

Bump the dotnet-minor group with 14 updates#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/products/YataiConnect/dot-config/dotnet-minor-90a8ac3ef2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 15, 2026

Copy link
Copy Markdown

Updated AWSSDK.S3 from 4.0.25.3 to 4.0.102.1.

Release notes

Sourced from AWSSDK.S3's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated dotnet-ef from 10.0.9 to 10.0.11.

Release notes

Sourced from dotnet-ef's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Mvc.Testing from 10.0.9 to 10.0.11.

Release notes

Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.Design from 10.0.9 to 10.0.11.

Release notes

Sourced from Microsoft.EntityFrameworkCore.Design's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.InMemory from 10.0.9 to 10.0.11.

Release notes

Sourced from Microsoft.EntityFrameworkCore.InMemory's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.Relational from 10.0.9 to 10.0.11.

Release notes

Sourced from Microsoft.EntityFrameworkCore.Relational's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Npgsql.EntityFrameworkCore.PostgreSQL from 10.0.2 to 10.0.3.

Release notes

Sourced from Npgsql.EntityFrameworkCore.PostgreSQL's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated OpenTelemetry.Exporter.Console from 1.16.0 to 1.17.0.

Release notes

Sourced from OpenTelemetry.Exporter.Console's releases.

1.17.0

For highlights and announcements pertaining to this release see: Release Notes > 1.17.0.

The following changes are from the previous release 1.17.0-rc.1.

... (truncated)

1.17.0-rc.1

The following changes are from the previous release 1.16.0.

  • NuGet: OpenTelemetry v1.17.0-rc.1

    • Fixed a metric point reclaim data race on CPU ARM architectures.
      (#​7401)

    • The library is now marked as trim and AOT compatible.
      (#​7441)

    • Replaced the vendored copy of
      EnvironmentVariablesConfigurationProvider with a direct
      Microsoft.Extensions.Configuration.EnvironmentVariables package dependency.
      Consumers gain automatic pickup of upstream bug fixes and security patches;
      no public API or behavioural change.
      (#​7146)

    • Added a verbose OpenTelemetry-Sdk self-diagnostics event that is emitted
      when an activity is dropped because its local (in-process) parent is not
      recorded.
      (#​7427)

    • Added support for a Schema URL on Resource instances.
      (#​7472)

    • Fixed a metric storage leak that occurred when meters and instruments were
      repeatedly created and disposed.
      (#​7466)

    • Added ExcludedTagKeys property to MetricStreamConfiguration to support
      excluding specific tag keys from metric streams.
      (#​7373)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api v1.17.0-rc.1

    • Fixed TraceContextPropagator to normalize empty tracestate header values
      to null when extracting trace context.
      (#​7407,
      #​7433)

    • The library is now marked as trim and AOT compatible.
      (#​7441)

    • Experimental (pre-release builds only): Updated EnvironmentVariableCarrier.Get
      to read only the normalized environment variable name, following the updated
      environment variable carrier specification.
      Non-normalized carrier keys are no longer matched, even when they would
      normalize to the requested key.
      ... (truncated)

1.17.0-beta.1

The following changes are from the previous release 1.16.0-beta.1.

  • NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.17.0-beta.1

    • Added a verbose-level diagnostic event for ignored metrics.
      (#​7429)

    • The library is now marked as trim and AOT compatible.
      (#​7441)

    • Fix double unit suffixes in metric names when using OpenMetrics.
      (#​7454)

    • Fix incorrect handling of leading digits in metric names for OpenMetrics.
      (#​7454)

    • Add PrometheusAspNetCoreOptions.ScopeInfoEnabled property to enable or
      disable scope labels in Prometheus metrics. Defaults to true.
      (#​7436)

    • Added support for the dots and values Prometheus UTF-8 name escaping
      schemes when negotiated via the Accept header.
      (#​7439)

    • Add PrometheusAspNetCoreOptions.TargetInfoEnabled property to enable or
      disable the target_info metric in Prometheus metrics. Defaults to true.
      (#​7438)

    • Added support for the allow-utf-8 Prometheus UTF-8 name escaping scheme
      when negotiated via the Accept header.
      (#​7440)

    • Add PrometheusAspNetCoreOptions.ResourceConstantLabels property to select
      resource attributes to add to each metric as constant labels. Defaults to
      null (no resource attributes are added as metric labels).
      (#​7471)

    • Add PrometheusAspNetCoreOptions.MaxScrapeResponseSizeBytes to configure
      the maximum size of a scrape response. The default is now ~166 MiB.
      (#​7487)

    • A scrape whose serialized output exceeds the maximum scrape response size
      limit now responds with HTTP 500.
      (#​7487)

    • Fixed the Prometheus text exposition format emitting redundant comments.
      (#​7491)

    • Made Accept header content negotiation consistent with the
      PrometheusHttpListener endpoint.
      ... (truncated)

Commits viewable in compare view.

Updated OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.16.0 to 1.17.0.

Release notes

Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's releases.

1.17.0

For highlights and announcements pertaining to this release see: Release Notes > 1.17.0.

The following changes are from the previous release 1.17.0-rc.1.

... (truncated)

1.17.0-rc.1

The following changes are from the previous release 1.16.0.

  • NuGet: OpenTelemetry v1.17.0-rc.1

    • Fixed a metric point reclaim data race on CPU ARM architectures.
      (#​7401)

    • The library is now marked as trim and AOT compatible.
      (#​7441)

    • Replaced the vendored copy of
      EnvironmentVariablesConfigurationProvider with a direct
      Microsoft.Extensions.Configuration.EnvironmentVariables package dependency.
      Consumers gain automatic pickup of upstream bug fixes and security patches;
      no public API or behavioural change.
      (#​7146)

    • Added a verbose OpenTelemetry-Sdk self-diagnostics event that is emitted
      when an activity is dropped because its local (in-process) parent is not
      recorded.
      (#​7427)

    • Added support for a Schema URL on Resource instances.
      (#​7472)

    • Fixed a metric storage leak that occurred when meters and instruments were
      repeatedly created and disposed.
      (#​7466)

    • Added ExcludedTagKeys property to MetricStreamConfiguration to support
      excluding specific tag keys from metric streams.
      (#​7373)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api v1.17.0-rc.1

    • Fixed TraceContextPropagator to normalize empty tracestate header values
      to null when extracting trace context.
      (#​7407,
      #​7433)

    • The library is now marked as trim and AOT compatible.
      (#​7441)

    • Experimental (pre-release builds only): Updated EnvironmentVariableCarrier.Get
      to read only the normalized environment variable name, following the updated
      environment variable carrier specification.
      Non-normalized carrier keys are no longer matched, even when they would
      normalize to the requested key.
      ... (truncated)

1.17.0-beta.1

The following changes are from the previous release 1.16.0-beta.1.

  • NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.17.0-beta.1

    • Added a verbose-level diagnostic event for ignored metrics.
      (#​7429)

    • The library is now marked as trim and AOT compatible.
      (#​7441)

    • Fix double unit suffixes in metric names when using OpenMetrics.
      (#​7454)

    • Fix incorrect handling of leading digits in metric names for OpenMetrics.
      (#​7454)

    • Add PrometheusAspNetCoreOptions.ScopeInfoEnabled property to enable or
      disable scope labels in Prometheus metrics. Defaults to true.
      (#​7436)

    • Added support for the dots and values Prometheus UTF-8 name escaping
      schemes when negotiated via the Accept header.
      (#​7439)

    • Add PrometheusAspNetCoreOptions.TargetInfoEnabled property to enable or
      disable the target_info metric in Prometheus metrics. Defaults to true.
      (#​7438)

    • Added support for the allow-utf-8 Prometheus UTF-8 name escaping scheme
      when negotiated via the Accept header.
      (#​7440)

    • Add PrometheusAspNetCoreOptions.ResourceConstantLabels property to select
      resource attributes to add to each metric as constant labels. Defaults to
      null (no resource attributes are added as metric labels).
      (#​7471)

    • Add PrometheusAspNetCoreOptions.MaxScrapeResponseSizeBytes to configure
      the maximum size of a scrape response. The default is now ~166 MiB.
      (#​7487)

    • A scrape whose serialized output exceeds the maximum scrape response size
      limit now responds with HTTP 500.
      (#​7487)

    • Fixed the Prometheus text exposition format emitting redundant comments.
      (#​7491)

    • Made Accept header content negotiation consistent with the
      PrometheusHttpListener endpoint.
      ... (truncated)

Commits viewable in compare view.

Updated OpenTelemetry.Extensions.Hosting from 1.16.0 to 1.17.0.

Release notes

Sourced from OpenTelemetry.Extensions.Hosting's releases.

1.17.0

For highlights and announcements pertaining to this release see: Release Notes > 1.17.0.

The following changes are from the previous release 1.17.0-rc.1.

... (truncated)

1.17.0-rc.1

The following changes are from the previous release 1.16.0.

  • NuGet: OpenTelemetry v1.17.0-rc.1

    • Fixed a metric point reclaim data race on CPU ARM architectures.
      (#​7401)

    • The library is now marked as trim and AOT compatible.
      (#​7441)

    • Replaced the vendored copy of
      EnvironmentVariablesConfigurationProvider with a direct
      Microsoft.Extensions.Configuration.EnvironmentVariables package dependency.
      Consumers gain automatic pickup of upstream bug fixes and security patches;
      no public API or behavioural change.
      (#​7146)

    • Added a verbose OpenTelemetry-Sdk self-diagnostics event that is emitted
      when an activity is dropped because its local (in-process) parent is not
      recorded.
      (#​7427)

    • Added support for a Schema URL on Resource instances.
      (#​7472)

    • Fixed a metric storage leak that occurred when meters and instruments were
      repeatedly created and disposed.
      (#​7466)

    • Added ExcludedTagKeys property to MetricStreamConfiguration to support
      excluding specific tag keys from metric streams.
      (#​7373)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api v1.17.0-rc.1

    • Fixed TraceContextPropagator to normalize empty tracestate header values
      to null when extracting trace context.
      (#​7407,
      #​7433)

    • The library is now marked as trim and AOT compatible.
      (#​7441)

    • Experimental (pre-release builds only): Updated EnvironmentVariableCarrier.Get
      to read only the normalized environment variable name, following the updated
      environment variable carrier specification.
      Non-normalized carrier keys are no longer matched, even when they would
      normalize to the requested key.
      ... (truncated)

1.17.0-beta.1

The following changes are from the previous release 1.16.0-beta.1.

  • NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.17.0-beta.1

    • Added a verbose-level diagnostic event for ignored metrics.
      (#​7429)

    • The library is now marked as trim and AOT compatible.
      (#​7441)

    • Fix double unit suffixes in metric names when using OpenMetrics.
      (#​7454)

    • Fix incorrect handling of leading digits in metric names for OpenMetrics.
      (#​7454)

    • Add PrometheusAspNetCoreOptions.ScopeInfoEnabled property to enable or
      disable scope labels in Prometheus metrics. Defaults to true.
      (#​7436)

    • Added support for the dots and values Prometheus UTF-8 name escaping
      schemes when negotiated via the Accept header.
      (#​7439)

    • Add PrometheusAspNetCoreOptions.TargetInfoEnabled property to enable or
      disable the target_info metric in Prometheus metrics. Defaults to true.
      (#​7438)

    • Added support for the allow-utf-8 Prometheus UTF-8 name escaping scheme
      when negotiated via the Accept header.
      (#​7440)

    • Add PrometheusAspNetCoreOptions.ResourceConstantLabels property to select
      resource attributes to add to each metric as constant labels. Defaults to
      null (no resource attributes are added as metric labels).
      (#​7471)

    • Add PrometheusAspNetCoreOptions.MaxScrapeResponseSizeBytes to configure
      the maximum size of a scrape response. The default is now ~166 MiB.
      (#​7487)

    • A scrape whose serialized output exceeds the maximum scrape response size
      limit now responds with HTTP 500.
      (#​7487)

    • Fixed the Prometheus text exposition format emitting redundant comments.
      (#​7491)

    • Made Accept header content negotiation consistent with the
      PrometheusHttpListener endpoint.
      ... (truncated)

Commits viewable in compare view.

Updated OpenTelemetry.Instrumentation.AspNetCore from 1.16.0 to 1.17.0.

Release notes

Sourced from OpenTelemetry.Instrumentation.AspNetCore's releases.

1.17.0

1.17.0-rc.1

1.17.0-beta.2

1.17.0-beta.1

1.17.0-alpha.1

Commits viewable in compare view.

Updated OpenTelemetry.Instrumentation.Http from 1.16.0 to 1.17.0.

Release notes

Sourced from OpenTelemetry.Instrumentation.Http's releases.

1.17.0

1.17.0-rc.1

1.17.0-beta.2

1.17.0-beta.1

1.17.0-alpha.1

Commits viewable in compare view.

Updated Stripe.net from 52.0.0 to 52.3.0.

Release notes

Sourced from Stripe.net's releases.

52.3.0

  • #​3422 Surface object property on EventNotification

  • #​3416 add/adjust event parsing helpers

    • Added methods that return which return their respective Event/EventNotification class instances without verifying authenticity. Use them when you've previously verified an event (e.g. you verified, put the event in a queue, and are now processing). Supports events from AWS EventBridge and Azure Event Grid natively.
      • EventUtility.ConstructEventWithoutVerification(json)
      • StripeClient.ParseEventNotificationWithoutVerification(json)
    • Added EventUtility.GenerateSignatureHeader(payload, secret), which computes a full Stripe-Signature header for the given payload. Useful for unit tests!
  • #​3420 Add stripe.major_api_version constant

See the changelog for more details.

52.3.0-beta.1

This release changes the pinned API version to 2026-07-29.preview.

  • #​3406 Update generated code for beta
    • Add support for Get and List methods on resource ProductCatalog.TrialOffer
    • Add support for TaxItems on ChargePaymentDetailsCarRentalDataTotalTaxOptions, ChargePaymentDetailsFlightDataTotalTaxOptions, ChargePaymentDetailsLodgingDataTotalTaxOptions, PaymentIntent.PaymentDetails.CarRentalDatum.Total.Tax, PaymentIntent.PaymentDetails.FlightDatum.Total.Tax, PaymentIntent.PaymentDetails.LodgingDatum.Total.Tax, PaymentIntentPaymentDetailsCarRentalDataTotalTaxOptions, PaymentIntentPaymentDetailsFlightDataTotalTaxOptions, and PaymentIntentPaymentDetailsLodgingDataTotalTaxOptions
    • ⚠️ Remove support for Taxes on ChargePaymentDetailsCarRentalDataTotalTaxOptions, ChargePaymentDetailsFlightDataTotalTaxOptions, ChargePaymentDetailsLodgingDataTotalTaxOptions, PaymentIntent.PaymentDetails.CarRentalDatum.Total.Tax, PaymentIntent.PaymentDetails.FlightDatum.Total.Tax, PaymentIntent.PaymentDetails.LodgingDatum.Total.Tax, PaymentIntentPaymentDetailsCarRentalDataTotalTaxOptions, PaymentIntentPaymentDetailsFlightDataTotalTaxOptions, and PaymentIntentPaymentDetailsLodgingDataTotalTaxOptions
    • Add support for TaxId on Checkout.Session.CollectedInformation
    • ⚠️ Remove support for TaxIds on Checkout.Session.CollectedInformation
    • Add support for Mode on FinancialConnections.Session.ManualEntry
    • Add support for Name on Issuing.CardholderUpdateOptions
    • Add support for CustomFields, Description, and Footer on QuotePreviewSubscriptionSchedule.DefaultSettings.InvoiceSettings and QuotePreviewSubscriptionSchedule.Phase.InvoiceSettings
    • Add support for Trial on QuotePreviewSubscriptionSchedule.Phase
    • ⚠️ Remove support for AcssDebit, AfterpayClearpay, Alipay, Alma, AmazonPay, AuBecsDebit, BacsDebit, Bancontact, Billie, Bizum, Blik, Boleto, CardPresent, Cashapp, Crypto, CustomerBalance, Eps, Fpx, Giropay, Gopay, Grabpay, IdBankTransfer, Ideal, InteracPresent, KakaoPay, Konbini, KrCard, MbWay, Mobilepay, Multibanco, NaverPay, NzBankAccount, Oxxo, P24, PayByBank, Payco, Paynow, Paypal, Paypay, Payto, Pix, Promptpay, Qris, Rechnung, RevolutPay, SamsungPay, Satispay, Scalapay, SepaDebit, Shopeepay, Sofort, StripeBalance, Sunbit, Swish, Twint, Upi, UsBankAccount, WechatPay, and Zip on SharedPayment.GrantedToken.PaymentMethodDetails
    • Add support for UseStripeSdk on SharedPayment.IssuedTokenCreateOptions and SharedPayment.IssuedToken
    • Add support for RedirectToUrl on SharedPayment.IssuedToken.NextAction
    • ⚠️ Change type of SharedPayment.IssuedToken.NextAction.Type from literal('use_stripe_sdk') to enum('redirect_to_url'|'use_stripe_sdk')
    • Add support for Livemode on Tax.Location
    • Add support for Source on V2.Iam.ActivityLog.Details.UserRoles
    • Add support for Payout on V2.MoneyManagement.ReceivedCredit.BalanceTransfer
    • ⚠️ Remove support for PayoutV1 on V2.MoneyManagement.ReceivedCredit.BalanceTransfer

See the changelog for more details.

52.3.0-alpha.2

  • #​3419 Update generated code for private-preview
    • Add support for new resource Billing.FeedbackOptions
    • Add support for SequraPayments on Account.Capabilities
    • Add support for FeedbackOptions on BillingPortal.Configuration.Features.SubscriptionCancel.CancellationReason
    • Add support for Sequra on Charge.PaymentMethodDetails, Checkout.Session.PaymentMethodOptions, ConfirmationToken.PaymentMethodPreview, PaymentAttemptRecord.PaymentMethodDetails, PaymentIntent.PaymentMethodOptions, and PaymentRecord.PaymentMethodDetails
    • Add support for RetrievalReferenceNumber on Charge.PaymentMethodDetails.CardPresent, ConfirmationToken.PaymentMethodPreview.Card.GeneratedFrom.PaymentMethodDetails.CardPresent, PaymentAttemptRecord.PaymentMethodDetails.CardPresent, PaymentMethod.Card.GeneratedFrom.PaymentMethodDetails.CardPresent, and PaymentRecord.PaymentMethodDetails.CardPresent
    • Add support for PricingGroup on Charge.PaymentMethodDetails.Link
    • Add support for TaxRates on Checkout.Session.ShippingOption, CheckoutSessionShippingOptionOptions, and CheckoutSessionShippingOptionsOptions
    • Add support for FundingTypesBlocked on Checkout.Session.PaymentMethodOptions.Card.Restrictions
    • Add support for Healthcare on Issuing.TestHelpersAuthorizationCreateOptions, IssuingAuthorizationPurchaseDetailsOptions, and IssuingTransactionPurchaseDetailsOptions
    • Add support for IsAnomalous on PaymentAttemptRecordReportGuaranteedOptions
    • Add support for AadeData on PaymentIntent.PaymentMethodOptions.CardPresent
    • Add support for FeedbackOption on Subscription.CancellationDetails
    • Add support for Application on V2.Payments.OffSessionPayment
    • Add support for Status on V2.MoneyManagement.FinancialAccountStatementListOptions

See the changelog for more details.

52.3.0-alpha.1

This release changes the pinned API version to 2026-07-29.preview.

  • #​3415 Update generated code for private-preview
    • Add support for new resources V2.MoneyManagement.ReceivedDebitMandate, V2.Risk.Inquiry, V2.Signals.AccountActivity, and V2.Signals.AccountEvaluation
    • Add support for Create and Get methods on resource V2.Signals.AccountEvaluation
    • Add support for Create, Delete, and Get methods on resource V2.Signals.AccountActivity
    • Add support for Get, List, and Update methods on resource V2.Risk.Inquiry
    • Add support for Cancel, Get, and List methods on resource V2.MoneyManagement.ReceivedDebitMandate
    • Add support for RateCards on Billing.CreditGrant.ApplicabilityConfig.Scope, BillingCreditBalanceSummaryFilterApplicabilityScopeOptions, and BillingCreditGrantApplicabilityConfigScopeOptions
    • ⚠️ Change type of ConfirmationToken.PaymentMethodPreview.GiftCard.Brand, GiftCard.Brand, GiftCardCreateOptions.Brand, PaymentMethod.GiftCard.Brand, Terminal.ReaderActivateGiftCardOptions.Brand, Terminal.ReaderCashoutGiftCardOptions.Brand, Terminal.ReaderCheckGiftCardBalanceOptions.Brand, and Terminal.ReaderReloadGiftCardOptions.Brand from enum('fiserv_valuelink'|'givex'|'svs') to literal('svs')
    • Add support for Tempo on Crypto.OnrampSession.TransactionDetails.WalletAddresses
    • Add support for Healthcare on Issuing.Authorization
    • Add support for ProductCode on Issuing.CardCreateOptions, Issuing.CardUpdateOptions, and Issuing.Card
    • Add support for ProductGraduationState on Issuing.Card
    • Add support for Cvc and Number on RadarPaymentEvaluationPaymentDetailsPaymentMethodDetailsCardOptions
    • Add support for Card on Radar.PaymentEvaluation.PaymentDetails.PaymentMethodDetails
    • ⚠️ Change type of TerminalReaderCollectConfigOptions.GiftCardBrand and TerminalReaderProcessConfigOptions.GiftCardBrand from enum('fiserv_valuelink'|'givex'|'svs') to literal('svs')
    • Add support for GiftCard on Terminal.TestHelpersReaderPresentPaymentMethodOptions
    • Add support for AmountDue and CustomerBalanceApplied on V2.Billing.Intent.AmountDetails
    • ⚠️ Change type of V2.Core.AccountEvaluation.EvaluationsTriggered from literal('fraudulent_website') to enum('fraudulent_website'|'user_account_sharing'|'user_multi_accounting')
    • Add support for GrossSettlement on V2.Core.Account.Configuration.Merchant and V2CoreAccountConfigurationMerchantOptions
    • ⚠️ Change type of V2.MoneyManagement.DebitDispute.BankTransfer.Network from literal('ach') to enum('ach'|'bacs')
    • ⚠️ Remove support for ManagedBy on V2.MoneyManagement.FinancialAccount
    • Add support for PayoutIntent on V2.MoneyManagement.OutboundPayment
    • Add support for SettlesAt on V2.MoneyManagement.ReceivedDebit
    • Add support for GbBankAccount on V2.MoneyManagement.ReceivedDebit.BankTransfer
    • ⚠️ Change type of V2.MoneyManagement.ReceivedDebit.BankTransfer.OriginType from literal('us_bank_account') to enum('gb_bank_account'|'us_bank_account')
    • ⚠️ Change type of V2.MoneyManagement.ReceivedDebit.BankTransfer.PaymentMethodType from literal('us_bank_account') to enum('gb_bank_account'|'us_bank_account')
    • Add support for TargetDate on V2.Payments.OffSessionPaymentCreateOptions and V2.Payments.OffSessionPayment
    • Add support for AccountEvaluation, FraudulentWebsite, PaymentDelinquencyExposure, UserAccountSharing, and UserMultiAccounting on V2.Signals.AccountSignal
    • Change type of V2.MoneyManagement.FinancialAddressDebitSimulationDebitOptions.Network from literal('ach') to enum('ach'|'bacs')
    • Add support for ReceivedDebitMandate on V2.MoneyManagement.ReceivedDebitListOptions
    • ⚠️ Remove support for PayoutIntent on V2.MoneyManagement.OutboundPaymentCreateOptions
    • Change type of V2.Core.AccountEvaluationCreateOptions.Signals from literal('fraudulent_website') to enum('fraudulent_website'|'user_account_sharing'|'user_multi_accounting')
    • ⚠️ Remove support for Id on EventsV2SignalsAccountSignalFraudulentMerchantReadyEvent
    • Add support for event notifications V2MoneyManagementReceivedDebitCreatedEvent and V2MoneyManagementReceivedDebitScheduledEvent with related object V2.MoneyManagement.ReceivedDebit
    • Add support for event notifications V2MoneyManagementReceivedDebitMandateCanceledEvent, V2MoneyManagementReceivedDebitMandateCreatedEvent, V2MoneyManagementReceivedDebitMandateExpiredEvent, V2MoneyManagementReceivedDebitMandatePendingCancellationEvent, and V2MoneyManagementReceivedDebitMandateUpdatedEvent with related object V2.MoneyManagement.ReceivedDebitMandate
    • Add support for event notification V2SignalsAccountEvaluationCompleteEvent with related object V2.Signals.AccountEvaluation
    • Add support for event notifications V2SignalsAccountSignalFraudulentWebsiteReadyEvent and V2SignalsAccountSignalPaymentDelinquencyExposureReadyEvent with related object V2.Signals.AccountSignal

See the changelog for more details.

52.2.0

This release changes the pinned API version to 2026-07-29.dahlia.

  • #​3417 Update generated code
    • Add support for new resource FinancialConnections.Authorization
    • Add support for Unreject method on resource Account
    • Add support for List method on resource PaymentRecord
    • Add support for SmartDisputesManagement on AccountSession.Components.DisputesList.Features, AccountSession.Components.PaymentDetails.Features, AccountSession.Components.PaymentDisputes.Features, AccountSession.Components.Payments.Features, AccountSessionComponentsDisputesListFeaturesOptions, AccountSessionComponentsPaymentDetailsFeaturesOptions, AccountSessionComponentsPaymentDisputesFeaturesOptions, and AccountSessionComponentsPaymentsFeaturesOptions
    • Add support for AdministrativeAddress and PrincipalPlaceOfBusiness on Account.Company, AccountCompanyOptions, and TokenAccountCompanyOptions
    • Add support for SepaDebitPayments on AccountSettingsOptions
    • Remove support for ProofOfRegistration on AccountDocumentsOptions. This field was limited-use and is being deprecated.
    • Add support for PayoutsAction on AccountRejectOptions
    • Remove support for DynamicTaxRates on CheckoutSessionLineItemOptions. This field was limited-use and is being deprecated.
    • Add support for SetupFutureUsage on Checkout.Session.PaymentMethodOptions.Payco, Checkout.Session.PaymentMethodOptions.SamsungPay, CheckoutSessionPaymentMethodOptionsPaycoOptions, CheckoutSessionPaymentMethodOptionsSamsungPayOptions, PaymentIntent.PaymentMethodOptions.Payco, PaymentIntent.PaymentMethodOptions.SamsungPay, PaymentIntentPaymentMethodOptionsPaycoOptions, PaymentIntentPaymentMethodOptionsSamsungPayOptions, and PaymentLinkPaymentIntentDataOptions
    • Add support for Network on Dispute.PaymentMethodDetails.Card
    • Add support for Limits and ManualEntry on FinancialConnections.SessionCreateOptions and FinancialConnections.Session
    • Add support for RequirePaymentMethodSupport on FinancialConnections.Session.Filters and FinancialConnectionsSessionFiltersOptions
    • Add support for BankAccountToken on FinancialConnections.Session
    • Add support for Metadata on InvoiceSubscriptionDetailsOptions
    • Add support for BusinessName on Issuing.Card.Shipping and IssuingCardShippingOptions
    • Add support for AllowedPaymentMethodTypes on PaymentIntentConfirmOptions, PaymentIntentCreateOptions, PaymentIntentUpdateOptions, PaymentIntent, SetupIntentConfirmOptions, SetupIntentCreateOptions, SetupIntentUpdateOptions, and SetupIntent
    • Add support for Referrer on PaymentIntentRadarOptionsOptions
    • Add support for ConsentCollection and ShippingOptions on PaymentLinkUpdateOptions
    • Add support for CustomFields, Description, and Footer on Quote.InvoiceSettings, QuoteInvoiceSettingsOptions, SubscriptionSchedule.DefaultSettings.InvoiceSettings, SubscriptionSchedule.Phase.InvoiceSettings, SubscriptionScheduleDefaultSettingsInvoiceSettingsOptions, and SubscriptionSchedulePhaseInvoiceSettingsOptions
    • Add support for CustomerAccount and Customer on Refund
    • Add support for PaymentMethod on Refund and Topup
    • Add support for Trial on SubscriptionSchedule.Phase
    • Add support for MassTransitParkingTax and ParkingTax on Tax.Registration.CountryOptions.Us and TaxRegistrationCountryOptionsUsOptions
    • Add support for InitiatedBy and PaymentMethodOptions on Topup
    • Add support for AdditionalAddresses on V2.Core.Account.Identity.BusinessDetails, V2CoreAccountIdentityBusinessDetailsOptions, and V2CoreAccountTokenIdentityBusinessDetailsOptions
    • Add support for snapshot events FinancialConnectionsAccountExpectedDeactivationDateUpdated, FinancialConnectionsAccountSupportedPaymentMethodTypesUpdated, and FinancialConnectionsAccountUpcomingDeactivation with resource FinancialConnections.Account
    • Add support for snapshot events FinancialConnectionsAuthorizationExpectedDeactivationDateUpdated and FinancialConnectionsAuthorizationUpcomingDeactivation with resource FinancialConnections.Authorization

See the changelog for more details.

52.2.0-beta.1

This release changes the pinned API version to 2026-06-24.preview.

  • #​3390 Update generated code for beta
    • Add support for Redaction on Card, Charge, Checkout.Session, Customer, Issuing.Authorization, Issuing.Card, Issuing.Cardholder, Issuing.Dispute, Issuing.Transaction, PaymentIntent, PaymentMethod, SetupIntent, Source, and Token
    • Add support for DisclaimerVariant on Capital.FinancingOffer and Capital.FinancingSummary.Details
    • Add support for Active on FinancialConnections.Account.StatusDetails and FinancialConnections.Authorization.StatusDetails
    • Change type of FinancialConnectionsSessionLimitsOptions.Accounts from longInteger to emptyable(longInteger)
    • Add support for Pause on InvoiceSubscriptionDetailsOptions
    • Add support for ReleaseDetails on Reserve.Hold
    • Add support for BuyerId on SharedPayment.GrantedToken.PaymentMethodDetails.Bizum and SharedPayment.GrantedToken.PaymentMethodDetails.Blik
    • Add support for Fingerprint on SharedPayment.GrantedToken.PaymentMethodDetails.Pix
    • Add support for MoneyManager on V2.Core.Account.Configuration, V2.Core.Account.Identity.Attestations.TermsOfService, V2CoreAccountConfigurationOptions, V2CoreAccountIdentityAttestationsTermsOfServiceOptions, and V2CoreAccountTokenIdentityAttestationsTermsOfServiceOptions
    • ⚠️ Remove support for Storer on V2.Core.Account.Configuration, V2.Core.Account.Identity.Attestations.TermsOfService, V2CoreAccountConfigurationOptions, V2CoreAccountIdentityAttestationsTermsOfServiceOptions, and V2CoreAccountTokenIdentityAttestationsTermsOfServiceOptions
    • ⚠️ Remove support for MaximumRps on V2.Core.BatchJobCreateOptions and V2.Core.BatchJob
    • Add support for Bic on V2.MoneyManagement.FinancialAddress.Credentials.UsBankAccount
    • ⚠️ Remove support for SwiftCode on V2.MoneyManagement.FinancialAddress.Credentials.UsBankAccount
    • Add support for Processing on V2.MoneyManagement.OutboundPayment.StatusDetails and V2.MoneyManagement.OutboundTransfer.StatusDetails
    • Add support for AccountHolderName on V2.MoneyManagement.ReceivedCredit.BankTransfer.UsBankAccount
    • Add support for Statuses on V2.MoneyManagement.FinancialAccountListOptions
    • ⚠️ Remove support for Status on V2.MoneyManagement.FinancialAccountListOptions
    • Add support for event notifications V2CoreAccountIncludingConfigurationMoneyManagerCapabilityStatusUpdatedEvent and V2CoreAccountIncludingConfigurationMoneyManagerUpdatedEvent with related object V2.Core.Account
    • Add support for event notification V2MoneyManagementOutboundPaymentUnderReviewEvent with related object V2.MoneyManagement.OutboundPayment
    • Add support for event notification V2MoneyManagementOutboundTransferUnderReviewEvent with related object V2.MoneyManagement.OutboundTransfer
    • ⚠️ Remove support for event notifications V2CoreAccountIncludingConfigurationStorerCapabilityStatusUpdatedEvent and V2CoreAccountIncludingConfigurationStorerUpdatedEvent with related object V2.Core.Account

See the changelog for more details.

52.2.0-alpha.5

  • #​3414 Update generated code for private-preview
    • Add support for new resources Billing.AlertNotification and Crypto.DepositAddress
    • Add support for Create, Get, and List methods on resource Crypto.DepositAddress
    • Add support for List method on resource Billing.AlertNotification
    • Add support for Vipps on ConfirmationToken.PaymentMethodPreview, ConfirmationTokenPaymentMethodDataOptions, PaymentIntent.PaymentMethodOptions, PaymentIntentPaymentMethodDataOptions, PaymentIntentPaymentMethodOptionsOptions, PaymentMethodConfigurationCreateOptions, PaymentMethodConfigurationUpdateOptions, PaymentMethodConfiguration, PaymentMethodCreateOptions, PaymentMethod, and SetupIntentPaymentMethodDataOptions
    • Add support for Sui on Crypto.OnrampSession.TransactionDetails.WalletAddresses
    • Add support for UseStripeSdk on DelegatedCheckout.RequestedSessionConfirmOptions
    • Add support for EvCharging on PaymentIntentAmountDetailsLineItem.PaymentMethodOptions.Card and PaymentIntentAmountDetailsLineItemsPaymentMethodOptionsCardOptions
    • Add support for TaxItems on PaymentIntent.PaymentDetails.CarRentalDatum.Total.Tax, PaymentIntent.PaymentDetails.FlightDatum.Total.Tax, and PaymentIntent.PaymentDetails.LodgingDatum.Total.Tax
    • ⚠️ Remove support for Taxes on PaymentIntent.PaymentDetails.CarRentalDatum.Total.Tax, PaymentIntent.PaymentDetails.FlightDatum.Total.Tax, and PaymentIntent.PaymentDetails.LodgingDatum.Total.Tax
    • Add support for Card on RadarPaymentEvaluationPaymentDetailsPaymentMethodDetailsOptions
    • ⚠️ Remove support for AcssDebit, AfterpayClearpay, Alipay, Alma, AmazonPay, AuBecsDebit, BacsDebit, Bancontact, Billie, Bizum, Blik, Boleto, CardPresent, Cashapp, Crypto, CustomerBalance, Eps, Fpx, GiftCard, Giropay, Gopay, Grabpay, IdBankTransfer, Ideal, InteracPresent, KakaoPay, Konbini, KrCard, MbWay, Mobilepay, Multibanco, NaverPay, NzBankAccount, Oxxo, P24, PayByBank, Payco, Paynow, Paypal, Paypay, Payto, Pix, Promptpay, Qris, Rechnung, RevolutPay, SamsungPay, Satispay, Scalapay, SepaDebit, Shopeepay, Sofort, StripeBalance, Sunbit, Swish, Tamara, Twint, Upi, UsBankAccount, WechatPay, and Zip on SharedPayment.GrantedToken.PaymentMethodDetails
    • Add support for SpendCard on V2.Core.Account.Configuration.CardCreator.Capabilities.Commercial.Stripe and V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialStripeOptions

See the changelog for more details.

52.2.0-alpha.4

  • #​3410 Update generated code for private-preview
    • ⚠️ Remove support for resource FrMealVouchersOnboarding
    • ⚠️ Remove support for Create, Get, List, and Update methods on resource FrMealVouchersOnboarding
    • Add support for Create method on resource PaymentRecord
    • ⚠️ Remove support for FinancialAccountsTransactions, FinancialAccounts, and RecipientsList on AccountSessionComponentsOptions
    • Add support for SmartDisputesManagement on AccountSession.Components.DisputesList.Features, AccountSession.Components.PaymentDetails.Features, AccountSession.Components.PaymentDisputes.Features, and AccountSession.Components.Payments.Features
    • Add support for Mode on FinancialConnections.Session.ManualEntry
    • Add support for BusinessName on Issuing.Card.Shipping
    • Add support for PauseSchedules on QuotePreviewSubscriptionSchedule, SubscriptionScheduleCreateOptions, SubscriptionScheduleUpdateOptions, and SubscriptionSchedule
    • Add support for Trial on QuotePreviewSubscriptionSchedule.Phase and SubscriptionSchedule.Phase
    • Add support for PaymentRecord on RefundCreateOptions
    • Add support for RedirectToUrl on SharedPayment.IssuedToken.NextAction
    • ⚠️ Change type of SharedPayment.IssuedToken.NextAction.Type from literal('use_stripe_sdk') to enum('redirect_to_url'|'use_stripe_sdk')
    • Add support for snapshot events FinancialConnectionsAccountExpectedDeactivationDateUpdated, FinancialConnectionsAccountSupportedPaymentMethodTypesUpdated, and FinancialConnectionsAccountUpcomingDeactivation with resource FinancialConnections.Account
    • Add support for snapshot events FinancialConnectionsAuthorizationExpectedDeactivationDateUpdated and FinancialConnectionsAuthorizationUpcomingDeactivation with resource FinancialConnections.Authorization

See the changelog for more details.

52.2.0-alpha.3

This release changes the pinned API version to 2026-07-08.preview.

  • #​3407 Update generated code for private-preview
    • Add support for ActivateGiftCard, CashoutGiftCard, CheckGiftCardBalance, and ReloadGiftCard methods on resource Terminal.Reader
    • Add support for AggregationPeriod on Billing.AlertRecovered
    • Add support for AdministrativeAddress and PrincipalPlaceOfBusiness on Account.Company
    • Add support for AddressCollectionPrecision on Checkout.Session.AutomaticTax
    • Add support for TaxId on Checkout.Session.CollectedInformation
    • ⚠️ Remove support for TaxIds on Checkout.Session.CollectedInformation
    • Add support for SetupFutureUsage on Checkout.Session.PaymentMethodOptions.Payco, Checkout.Session.PaymentMethodOptions.SamsungPay, PaymentIntent.PaymentMethodOptions.Payco, PaymentIntent.PaymentMethodOptions.Paypay, PaymentIntent.PaymentMethodOptions.SamsungPay, and PaymentIntentPaymentMethodOptionsPaypayOptions
    • Add support for Network on Dispute.PaymentMethodDetails.Card
    • Add support for RequirePaymentMethodSupport on FinancialConnections.Session.Filters
    • Add support for NetworkData on Issuing.Authorization.RequestHistory
    • Add support for AcquiringInstitutionCountry, AcquiringInstitutionId, RetrievalReferenceNumber, RoutedNetwork, and TraceId on Issuing.Transaction.NetworkData
    • Add support for CustomFields, Description, and Footer on Quote.InvoiceSettings, QuotePreviewSubscriptionSchedule.DefaultSettings.InvoiceSettings, QuotePreviewSubscriptionSchedule.Phase.InvoiceSettings, SubscriptionSchedule.DefaultSettings.InvoiceSettings, and SubscriptionSchedule.Phase.InvoiceSettings
    • Add support for Paypay on SetupAttempt.PaymentMethodDetails
    • Add support for MassTransitParkingTax and ParkingTax on Tax.Registration.CountryOptions.Us
    • Add support for GiftCardBrand on TerminalReaderCollectConfigOptions and TerminalReaderProcessConfigOptions
    • Add support for ActivateGiftCard, CashoutGiftCard, CheckGiftCardBalance, DeactivateGiftCard, and ReloadGiftCard on Terminal.Reader.Action
    • Add support for StatusTransitions on V2.Billing.Contract
    • ⚠️ Remove support for OneTimeFees on V2.Billing.ContractCreateOptions and V2.Billing.Contract
    • ⚠️ Remove support for StatusDetails on V2.Billing.Contract
    • Add support for Id and Priority on V2.Billing.Contract.PricingLines.Data.Pricing.PriceDetails.PricingOverrides.Data
    • ⚠️ Remove support for PricingOverride on V2.Billing.Contract.PricingLines.Data.Pricing.PriceDetails.PricingOverrides.Data
    • ⚠️ Remove support for TieringMode and Tiers on V2.Billing.Contract.PricingLines.Data.Pricing.PriceDetails.PricingOverrides.Data.OverwritePrice, V2BillingContractPricingLineActionAddPricingPriceDetailsPricingOverrideOverwritePriceOptions, V2BillingContractPricingLineActionUpdatePricingPriceDetailsPricingOverrideActionAddOverwritePriceOptions, V2BillingContractPricingLinePricingPriceDetailsPricingOverrideOverwritePriceOptions, and V2BillingContractPricingOverrideActionAddOverwritePriceOptions
    • Add support for MultiplyPricing on V2.Billing.Contract.PricingOverrides.Data, V2BillingContractPricingOverrideActionAddOptions, and V2BillingContractPricingOverrideOptions
    • ⚠️ Remove support for Multiplier on V2.Billing.Contract.PricingOverrides.Data, V2BillingContractPricingOverrideActionAddOptions, and V2BillingContractPricingOverrideOptions
    • ⚠️ Change type of V2.Billing.Contract.PricingOverrides.Data.Type, V2BillingContractPricingOverrideActionAddOptions.Type, and V2BillingContractPricingOverrideOptions.Type from literal('multiplier') to literal('multiply_pricing')
    • Add support for RelatedNetworkObject on V2.Core.AccountListOptions and V2.Core.Account
    • Add support for NetworkBusinessProfileWallet on V2.MoneyManagement.PayoutMethod
    • Add support for StripeNetworkTransfer on V2.MoneyManagement.ReceivedCredit
    • ⚠️ Change type of V2BillingContractPricingLineActionAddPricingPriceDetailsPricingOverrideEndsAtOptions.Type, V2BillingContractPricingLineEndsAtOptions.Type, V2BillingContractPricingLinePricingPriceDetailsPricingOverrideEndsAtOptions.Type, and V2BillingContractPricingOverrideEndsAtOptions.Type from enum('contract_end'|'timestamp') to literal('timestamp')
    • ⚠️ Change type of V2BillingContractPricingLineActionAddPricingPriceDetailsPricingOverrideStartsAtOptions.Type, V2BillingContractPricingLinePricingPriceDetailsPricingOverrideStartsAtOptions.Type, V2BillingContractPricingLineStartsAtOptions.Type, and V2BillingContractPricingOverrideStartsAtOptions.Type from enum('contract_start'|'timestamp') to literal('timestamp')
    • ⚠️ Change type of `V2BillingContractPricingLineActionAddEndsAtOptions.Type...

Description has been truncated

Bumps AWSSDK.S3 from 4.0.25.3 to 4.0.102.1
Bumps dotnet-ef from 10.0.9 to 10.0.11
Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.9 to 10.0.11
Bumps Microsoft.EntityFrameworkCore.Design from 10.0.9 to 10.0.11
Bumps Microsoft.EntityFrameworkCore.InMemory from 10.0.9 to 10.0.11
Bumps Microsoft.EntityFrameworkCore.Relational from 10.0.9 to 10.0.11
Bumps Npgsql.EntityFrameworkCore.PostgreSQL from 10.0.2 to 10.0.3
Bumps OpenTelemetry.Exporter.Console from 1.16.0 to 1.17.0
Bumps OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.16.0 to 1.17.0
Bumps OpenTelemetry.Extensions.Hosting from 1.16.0 to 1.17.0
Bumps OpenTelemetry.Instrumentation.AspNetCore from 1.16.0 to 1.17.0
Bumps OpenTelemetry.Instrumentation.Http from 1.16.0 to 1.17.0
Bumps Stripe.net from 52.0.0 to 52.3.0
Bumps xunit.runner.visualstudio from 3.1.4 to 3.1.5

---
updated-dependencies:
- dependency-name: AWSSDK.S3
  dependency-version: 4.0.102.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor
- dependency-name: dotnet-ef
  dependency-version: 10.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-version: 10.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-version: 10.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-version: 10.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
  dependency-version: 10.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
  dependency-version: 10.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-version: 10.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor
- dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor
- dependency-name: OpenTelemetry.Exporter.Console
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-minor
- dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-minor
- dependency-name: OpenTelemetry.Extensions.Hosting
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-minor
- dependency-name: OpenTelemetry.Instrumentation.AspNetCore
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-minor
- dependency-name: OpenTelemetry.Instrumentation.Http
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-minor
- dependency-name: Stripe.net
  dependency-version: 52.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-minor
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants