Skip to content

Bump the dotnet-minor group with 14 updates#12

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 18, 2026

Copy link
Copy Markdown

Updated AWSSDK.S3 from 4.0.25.3 to 4.0.101.3.

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.10.

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.10.

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.10.

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.10.

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.10.

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.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.1

1.17.0-alpha.1

Commits viewable in compare view.

Updated Stripe.net from 52.0.0 to 52.1.1.

Release notes

Sourced from Stripe.net's releases.

52.1.1

  • #​3409 Replace source hash with Telemetry UUID
  • #​3408 Make Error fields generated

See the changelog for more details.

52.1.0

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

  • #​3399 Update generated code
    • Add support for ReleaseDetails on Reserve.Hold
    • Add support for BuyerId on Charge.PaymentMethodDetails.Bizum, ConfirmationToken.PaymentMethodPreview.Bizum, ConfirmationToken.PaymentMethodPreview.Blik, PaymentAttemptRecord.PaymentMethodDetails.Bizum, PaymentMethod.Bizum, PaymentMethod.Blik, and PaymentRecord.PaymentMethodDetails.Bizum
    • Add support for TransactionLinkId on Charge.PaymentMethodDetails.Card
    • Add support for Fingerprint on Charge.PaymentMethodDetails.Pix, ConfirmationToken.PaymentMethodPreview.Pix, PaymentMethod.Pix, and SetupAttempt.PaymentMethodDetails.Pix
    • Add support for Sunbit on Checkout.Session.PaymentMethodOptions, CheckoutSessionPaymentMethodOptionsOptions, PaymentIntent.PaymentMethodOptions, and PaymentIntentPaymentMethodOptionsOptions
    • Add support for BillingCycleAnchorConfig on CheckoutSessionSubscriptionDataOptions
    • Add support for WechatPay on Checkout.Session.PaymentMethodOptions
    • Add support for MastercardCompliance on Dispute.Evidence.EnhancedEvidence, Dispute.EvidenceDetails.EnhancedEligibility, and DisputeEvidenceEnhancedEvidenceOptions
    • Add support for StatusDetails on FinancialConnections.Account
    • ⚠️ Remove support for StoredCredentialUsage on PaymentAttemptRecord.PaymentMethodDetails.Card and PaymentRecord.PaymentMethodDetails.Card
    • Add support for SetupFutureUsage on PaymentIntent.PaymentMethodOptions.Satispay and PaymentIntentPaymentMethodOptionsSatispayOptions
    • Add support for Satispay on SetupAttempt.PaymentMethodDetails
    • Add support for CustomFields, Description, and Footer on Subscription.InvoiceSettings and SubscriptionInvoiceSettingsOptions
    • Add support for PaymentMethodOptions and PaymentMethod on TopupCreateOptions
    • Add support for Mode on V2.Commerce.ProductCatalogImport
    • Add support for SunbitPayments on V2.Core.Account.Configuration.Merchant.Capabilities and V2CoreAccountConfigurationMerchantCapabilitiesOptions
    • Add support for CryptoMoneyManager and MoneyManager on V2CoreAccountIdentityAttestationsTermsOfServiceOptions
    • ⚠️ Remove support for CryptoStorer and Storer on V2CoreAccountIdentityAttestationsTermsOfServiceOptions

See the changelog for more details.

52.1.0-alpha.2

  • #​3397 Update generated code for private-preview
    • Add support for Get method on resource Radar.CustomerEvaluation
    • Add support for DisableStripeUserAuthentication on AccountSession.Components.Bills.Features
    • Add support for Tamara on Charge.PaymentMethodDetails, ConfirmationToken.PaymentMethodPreview, ConfirmationTokenPaymentMethodDataOptions, PaymentAttemptRecord.PaymentMethodDetails, PaymentIntentPaymentMethodDataOptions, PaymentMethodCreateOptions, PaymentMethod, PaymentRecord.PaymentMethodDetails, SetupIntentPaymentMethodDataOptions, and SharedPayment.GrantedToken.PaymentMethodDetails
    • Add support for Status on Charge.PaymentMethodDetails.Card.AccountFunding
    • ⚠️ Remove support for ProcessedTransactionType on Charge.PaymentMethodDetails.Card.AccountFunding
    • Add support for Items on Checkout.SessionCreateOptions
    • ⚠️ Remove support for Brand on Checkout.Session.CurrentAttempt.PaymentMethodDetails.Card
    • ⚠️ Remove support for First6 on ConfirmationToken.PaymentMethodPreview.GiftCard, PaymentMethod.GiftCard, and SharedPayment.GrantedToken.PaymentMethodDetails.GiftCard
    • Add support for Fingerprint on GiftCard
    • Add support for Blik on Mandate.PaymentMethodDetails
    • Add support for BuyerId on Order.Payment.Settings.PaymentMethodOptions.WechatPay, OrderPaymentSettingsPaymentMethodOptionsWechatPayOptions, PaymentIntent.PaymentMethodOptions.WechatPay, and PaymentIntentPaymentMethodOptionsWechatPayOptions
    • Add support for PaymentMethodDetails on PaymentAttemptRecordReportGuaranteedOptions and PaymentRecordReportPaymentAttemptGuaranteedOptions
    • Add support for Failed and RefundGroup on PaymentAttemptRecordReportRefundOptions and PaymentRecordReportRefundOptions
    • Change type of PaymentAttemptRecordReportRefundOptions.Outcome and PaymentRecordReportRefundOptions.Outcome from literal('refunded') to enum('failed'|'refunded')
    • Add support for BeneficiaryDetails on PaymentIntent.PaymentDetails.MoneyServices and PaymentIntentPaymentDetailsMoneyServicesOptions
    • ⚠️ Remove support for BeneficiaryAccount and BeneficiaryDetails on PaymentIntent.PaymentDetails.MoneyServices.AccountFunding and PaymentIntentPaymentDetailsMoneyServicesAccountFundingOptions
    • ⚠️ Remove support for SenderAccount on PaymentIntentPaymentDetailsMoneyServicesAccountFundingOptions
    • Add support for GivenName and Surname on PaymentIntent.PaymentDetails.MoneyServices.AccountFunding.SenderDetails and PaymentIntentPaymentDetailsMoneyServicesAccountFundingSenderDetailsOptions
    • ⚠️ Remove support for Name on PaymentIntent.PaymentDetails.MoneyServices.AccountFunding.SenderDetails and PaymentIntentPaymentDetailsMoneyServicesAccountFundingSenderDetailsOptions
    • Change type of PaymentIntentPaymentMethodOptionsCardOptions.CaptureMethod from literal('manual') to enum('automatic_delayed'|'manual')
    • ⚠️ Remove support for Wallet on PaymentIntentPaymentMethodOptionsCardPaymentDetailsMoneyServicesAccountFundingOptions and PaymentIntentPaymentMethodOptionsCardPresentPaymentDetailsMoneyServicesAccountFundingOptions
    • Add support for TransactionVerificationOptions on PaymentIntent.PaymentMethodOptions.Crypto and PaymentIntentPaymentMethodOptionsCryptoOptions
    • Change type of TestHelpersPaymentIntentSimulateCryptoDepositOptions.TokenCurrency from literal('usdc') to enum('usdc'|'usdg'|'usdp')
    • Add support for ForcedCapture on PaymentIntent.AdvancedFeatureDetails
    • Add support for WechatPayHandleAppRedirect on PaymentIntent.NextAction and SetupIntent.NextAction
    • Add support for Ethereum and Polygon on PaymentIntent.NextAction.CryptoDisplayDetails.DepositAddresses
    • ⚠️ Change type of PaymentIntent.NextAction.CryptoDisplayDetails.DepositAddresses.Base.SupportedToken.TokenCurrency, PaymentIntent.NextAction.CryptoDisplayDetails.DepositAddresses.Solana.SupportedToken.TokenCurrency, and PaymentIntent.NextAction.CryptoDisplayDetails.DepositAddresses.Tempo.SupportedToken.TokenCurrency from literal('usdc') to enum('usdc'|'usdg'|'usdp')
    • Add support for BeneficiaryAccount on PaymentIntent.PaymentDetails.MoneyServices
    • ⚠️ Change type of PaymentIntent.PaymentMethodOptions.Card.CaptureMethod from literal('manual') to enum('automatic_delayed'|'manual')
    • Change type of PaymentLocationBusinessRegistrationOptions.Siret from string to emptyable(string)
    • Add support for Card on PaymentRecordPaymentMethodDetailsOptions
    • Change type of PaymentRecordPaymentMethodDetailsOptions.Type from literal('custom') to enum('card'|'custom')
    • Add support for ManagedPayments on Product
    • Add support for PaymentAttemptRecord on RefundCreateOptions and RefundListOptions
    • Add support for PaymentRecord on RefundListOptions
    • Add support for Protections on V2.Core.Account.Configuration.CardCreator.Capabilities.Commercial.Celtic.ChargeCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Commercial.Celtic.SpendCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Commercial.CrossRiverBank.ChargeCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Commercial.CrossRiverBank.PrepaidCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Commercial.CrossRiverBank.SpendCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Commercial.FifthThird.ChargeCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Commercial.Lead.PrepaidCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Commercial.Stripe.ChargeCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Commercial.Stripe.PrepaidCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Consumer.Celtic.RevolvingCreditCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Consumer.CrossRiverBank.PrepaidCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Consumer.Lead.DebitCard, V2.Core.Account.Configuration.CardCreator.Capabilities.Consumer.Lead.PrepaidCard, V2.Core.Account.Configuration.Customer.Capabilities.AutomaticIndirectTax, V2.Core.Account.Configuration.Merchant.Capabilities.AchDebitPayments, V2.Core.Account.Configuration.Merchant.Capabilities.AcssDebitPayments, V2.Core.Account.Configuration.Merchant.Capabilities.AffirmPayments, V2.Core.Account.Configuration.Merchant.Capabilities.AfterpayClearpayPayments, V2.Core.Account.Configuration.Merchant.Capabilities.AlmaPayments, V2.Core.Account.Configuration.Merchant.Capabilities.AmazonPayPayments, V2.Core.Account.Configuration.Merchant.Capabilities.AuBecsDebitPayments, V2.Core.Account.Configuration.Merchant.Capabilities.BacsDebitPayments, V2.Core.Account.Configuration.Merchant.Capabilities.BancontactPayments, V2.Core.Account.Configuration.Merchant.Capabilities.BlikPayments, V2.Core.Account.Configuration.Merchant.Capabilities.BoletoPayments, V2.Core.Account.Configuration.Merchant.Capabilities.CardPayments, V2.Core.Account.Configuration.Merchant.Capabilities.CartesBancairesPayments, V2.Core.Account.Configuration.Merchant.Capabilities.CashappPayments, V2.Core.Account.Configuration.Merchant.Capabilities.EpsPayments, V2.Core.Account.Configuration.Merchant.Capabilities.FpxPayments, V2.Core.Account.Configuration.Merchant.Capabilities.GbBankTransferPayments, V2.Core.Account.Configuration.Merchant.Capabilities.GrabpayPayments, V2.Core.Account.Configuration.Merchant.Capabilities.IdealPayments, V2.Core.Account.Configuration.Merchant.Capabilities.JcbPayments, V2.Core.Account.Configuration.Merchant.Capabilities.JpBankTransferPayments, V2.Core.Account.Configuration.Merchant.Capabilities.KakaoPayPayments, V2.Core.Account.Configuration.Merchant.Capabilities.KlarnaPayments, V2.Core.Account.Configuration.Merchant.Capabilities.KonbiniPayments, V2.Core.Account.Configuration.Merchant.Capabilities.KrCardPayments, V2.Core.Account.Configuration.Merchant.Capabilities.LinkPayments, V2.Core.Account.Configuration.Merchant.Capabilities.MobilepayPayments, V2.Core.Account.Configuration.Merchant.Capabilities.MultibancoPayments, V2.Core.Account.Configuration.Merchant.Capabilities.MxBankTransferPayments, V2.Core.Account.Configuration.Merchant.Capabilities.NaverPayPayments, V2.Core.Account.Configuration.Merchant.Capabilities.OxxoPayments, V2.Core.Account.Configuration.Merchant.Capabilities.P24Payments, V2.Core.Account.Configuration.Merchant.Capabilities.PayByBankPayments, V2.Core.Account.Configuration.Merchant.Capabilities.PaycoPayments, V2.Core.Account.Configuration.Merchant.Capabilities.PaynowPayments, V2.Core.Account.Configuration.Merchant.Capabilities.PromptpayPayments, V2.Core.Account.Configuration.Merchant.Capabilities.RevolutPayPayments, V2.Core.Account.Configuration.Merchant.Capabilities.SamsungPayPayments, V2.Core.Account.Configuration.Merchant.Capabilities.SepaBankTransferPayments, V2.Core.Account.Configuration.Merchant.Capabilities.SepaDebitPayments, V2.Core.Account.Configuration.Merchant.Capabilities.StripeBalance.Payouts, V2.Core.Account.Configuration.Merchant.Capabilities.SwishPayments, V2.Core.Account.Configuration.Merchant.Capabilities.TwintPayments, V2.Core.Account.Configuration.Merchant.Capabilities.UsBankTransferPayments, V2.Core.Account.Configuration.Merchant.Capabilities.ZipPayments, V2.Core.Account.Configuration.Recipient.Capabilities.BankAccounts.Instant, V2.Core.Account.Configuration.Recipient.Capabilities.BankAccounts.Local, V2.Core.Account.Configuration.Recipient.Capabilities.BankAccounts.Wire, V2.Core.Account.Configuration.Recipient.Capabilities.Cards, V2.Core.Account.Configuration.Recipient.Capabilities.CryptoWallets, V2.Core.Account.Configuration.Recipient.Capabilities.PaperChecks, V2.Core.Account.Configuration.Recipient.Capabilities.StripeBalance.Payouts, V2.Core.Account.Configuration.Recipient.Capabilities.StripeBalance.StripeTransfers, V2.Core.Account.Configuration.Storer.Capabilities.Consumer.HoldsCurrencies.Usd, V2.Core.Account.Configuration.Storer.Capabilities.FinancialAddresses.BankAccounts, V2.Core.Account.Configuration.Storer.Capabilities.FinancialAddresses.CryptoWallets, V2.Core.Account.Configuration.Storer.Capabilities.HoldsCurrencies.Eur, V2.Core.Account.Configuration.Storer.Capabilities.HoldsCurrencies.Gbp, V2.Core.Account.Configuration.Storer.Capabilities.HoldsCurrencies.Usd, V2.Core.Account.Configuration.Storer.Capabilities.HoldsCurrencies.Usdc, V2.Core.Account.Configuration.Storer.Capabilities.InboundTransfers.BankAccounts, V2.Core.Account.Configuration.Storer.Capabilities.OutboundPayments.BankAccounts, V2.Core.Account.Configuration.Storer.Capabilities.OutboundPayments.Cards, V2.Core.Account.Configuration.Storer.Capabilities.OutboundPayments.CryptoWallets, V2.Core.Account.Configuration.Storer.Capabilities.OutboundPayments.FinancialAccounts, V2.Core.Account.Configuration.Storer.Capabilities.OutboundPayments.PaperChecks, V2.Core.Account.Configuration.Storer.Capabilities.OutboundTransfers.BankAccounts, V2.Core.Account.Configuration.Storer.Capabilities.OutboundTransfers.CryptoWallets, V2.Core.Account.Configuration.Storer.Capabilities.OutboundTransfers.FinancialAccounts, V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialCelticChargeCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialCelticSpendCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialCrossRiverBankChargeCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialCrossRiverBankPrepaidCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialCrossRiverBankSpendCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialFifthThirdChargeCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialLeadPrepaidCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialStripeChargeCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesCommercialStripePrepaidCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesConsumerCelticRevolvingCreditCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesConsumerCrossRiverBankPrepaidCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesConsumerLeadDebitCardOptions, V2CoreAccountConfigurationCardCreatorCapabilitiesConsumerLeadPrepaidCardOptions, V2CoreAccountConfigurationCustomerCapabilitiesAutomaticIndirectTaxOptions, V2CoreAccountConfigurationMerchantCapabilitiesAchDebitPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesAcssDebitPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesAffirmPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesAfterpayClearpayPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesAlmaPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesAmazonPayPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesAuBecsDebitPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesBacsDebitPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesBancontactPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesBlikPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesBoletoPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesCardPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesCartesBancairesPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesCashappPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesEpsPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesFpxPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesGbBankTransferPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesGrabpayPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesIdealPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesJcbPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesJpBankTransferPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesKakaoPayPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesKlarnaPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesKonbiniPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesKrCardPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesLinkPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesMobilepayPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesMultibancoPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesMxBankTransferPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesNaverPayPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesOxxoPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesP24PaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesPayByBankPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesPaycoPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesPaynowPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesPromptpayPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesRevolutPayPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesSamsungPayPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesSepaBankTransferPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesSepaDebitPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesSwishPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesTwintPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesUsBankTransferPaymentsOptions, V2CoreAccountConfigurationMerchantCapabilitiesZipPaymentsOptions, V2CoreAccountConfigurationRecipientCapabilitiesBankAccountsInstantOptions, V2CoreAccountConfigurationRecipientCapabilitiesBankAccountsLocalOptions, V2CoreAccountConfigurationRecipientCapabilitiesBankAccountsWireOptions, V2CoreAccountConfigurationRecipientCapabilitiesCardsOptions, V2CoreAccountConfigurationRecipientCapabilitiesCryptoWalletsOptions, V2CoreAccountConfigurationRecipientCapabilitiesPaperChecksOptions, V2CoreAccountConfigurationRecipientCapabilitiesStripeBalanceStripeTransfersOptions, V2CoreAccountConfigurationStorerCapabilitiesConsumerHoldsCurrenciesUsdOptions, V2CoreAccountConfigurationStorerCapabilitiesFinancialAddressesBankAccountsOptions, V2CoreAccountConfigurationStorerCapabilitiesFinancialAddressesCryptoWalletsOptions, V2CoreAccountConfigurationStorerCapabilitiesHoldsCurrenciesEurOptions, V2CoreAccountConfigurationStorerCapabilitiesHoldsCurrenciesGbpOptions, V2CoreAccountConfigurationStorerCapabilitiesHoldsCurrenciesUsdOptions, V2CoreAccountConfigurationStorerCapabilitiesHoldsCurrenciesUsdcOptions, V2CoreAccountConfigurationStorerCapabilitiesInboundTransfersBankAccountsOptions, V2CoreAccountConfigurationStorerCapabilitiesOutboundPaymentsBankAccountsOptions, V2CoreAccountConfigurationStorerCapabilitiesOutboundPaymentsCardsOptions, V2CoreAccountConfigurationStorerCapabilitiesOutboundPaymentsCryptoWalletsOptions, V2CoreAccountConfigurationStorerCapabilitiesOutboundPaymentsFinancialAccountsOptions, V2CoreAccountConfigurationStorerCapabilitiesOutboundPaymentsPaperChecksOptions, V2CoreAccountConfigurationStorerCapabilitiesOutboundTransfersBankAccountsOptions, V2CoreAccountConfigurationStorerCapabilitiesOutboundTransfersCryptoWalletsOptions, and V2CoreAccountConfigurationStorerCapabilitiesOutboundTransfersFinancialAccountsOptions

See the changelog for more details.

52.1.0-alpha.1

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

  • #​3395 Update generated code for private-preview
    • Add support for new resources GiftCardOperation, GiftCard, and TaxFund
    • Add support for Get method on resource GiftCardOperation
    • Add support for Activate, Cashout, CheckBalance, Create, Get, Reload, and VoidOperation methods on resource GiftCard
    • Add support for Get and List methods on resource TaxFund
    • Add support for UpdateCryptoRefundAddress method on resource PaymentIntent
    • Add support for PerformanceLocationDetails on Tax.CalculationLineItem, Tax.TransactionLineItem, and TaxCalculationLineItemOptions
    • ⚠️ Remove support for MoneyServices on ChargePaymentDetailsOptions and PaymentIntentPaymentDetailsOptions
    • Add support for FrMealVoucher on Charge.PaymentMethodDetails.Card.Benefits
    • Add support for Multicapture 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 Pix on Checkout.Session.CurrentAttempt.PaymentMethodDetails
    • Add support for ProvisionalCredit on Issuing.DisputeUpdateOptions and Issuing.Dispute
    • Add support for Reason on PaymentAttemptRecordReportCanceledOptions and PaymentRecordReportPaymentAttemptCanceledOptions
    • Add support for FiservValuelink, Givex, and Svs on PaymentAttemptRecord.ProcessorDetails and PaymentRecord.ProcessorDetails
    • ⚠️ Change type of PaymentAttemptRecord.ProcessorDetails.Type and PaymentRecord.ProcessorDetails.Type from literal('custom') to enum('custom'|'fiserv_valuelink'|'givex'|'svs')
    • Add support for CaptureBy and CaptureDelay on PaymentIntent.PaymentMethodOptions.CardPresent, PaymentIntent.PaymentMethodOptions.Card, PaymentIntentPaymentMethodOptionsCardOptions, and PaymentIntentPaymentMethodOptionsCardPresentOptions
    • ⚠️ Remove support for LiquidAsset on PaymentIntentPaymentMethodOptionsCardPaymentDetailsMoneyServicesAccountFundingOptions and PaymentIntentPaymentMethodOptionsCardPresentPaymentDetailsMoneyServicesAccountFundingOptions
    • Add support for RequestMulticapture on PaymentIntent.PaymentMethodOptions.CardPresent and PaymentIntentPaymentMethodOptionsCardPresentOptions
    • Add support for IgnoreApplicationFee, IgnoreTransferData, and RequestPartialAuthorization on PaymentIntentPaymentMethodOptionsGiftCardOptions
    • Add support for LatestPaymentAttemptRecord and PaymentRecord on PaymentIntent
    • ⚠️ Remove support for Reauthorization and ReauthorizeBefore on PaymentIntent.AdvancedFeatureDetails
    • Add support for RefundAddress on PaymentIntent.NextAction.CryptoDisplayDetails.DepositAddresses.Base, PaymentIntent.NextAction.CryptoDisplayDetails.DepositAddresses.Solana, and PaymentIntent.NextAction.CryptoDisplayDetails.DepositAddresses.Tempo
    • Add support for Location on PaymentIntent.PaymentDetails and SetupIntent.SetupDetails
    • Add support for Data on RadarAccountEvaluationLoginInitiatedClientDeviceMetadataDetailsOptions, RadarAccountEvaluationRegistrationInitiatedClientDeviceMetadataDetailsOptions, and RadarCustomerEvaluationEvaluationContextClientDetailsOptions
    • ⚠️ Change type of V2.Core.FeeBatch.Adjustments.TaxAdjustment from amount to an object
    • ⚠️ Change type of V2.Core.FeeBatch.Amount, V2.Core.FeeBatch.CollectionRecord.Amount, V2.Core.FeeBatch.CollectionRecord.Tax.Amount, V2.Core.FeeBatch.Tax.Amount, V2.Core.FeeEntry.Amount, and V2.Core.FeeEntry.Tax.Amount from amount to an object
    • Add support for TaxFund on V2.MoneyManagement.Transaction.Flow and V2.MoneyManagement.TransactionEntry.TransactionDetails.Flow

See the changelog for more details.

Commits viewable in compare view.

Updated xunit.runner.visualstudio from 3.1.4 to 3.1.5.

Release notes

Sourced from xunit.runner.visualstudio's releases.

3.1.5

Release notes: https://xunit.net/releases/visualstudio/3.1.5

Commits viewable in compare view.

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps AWSSDK.S3 from 4.0.25.3 to 4.0.101.3
Bumps dotnet-ef from 10.0.9 to 10.0.10
Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.9 to 10.0.10
Bumps Microsoft.EntityFrameworkCore.Design from 10.0.9 to 10.0.10
Bumps Microsoft.EntityFrameworkCore.InMemory from 10.0.9 to 10.0.10
Bumps Microsoft.EntityFrameworkCore.Relational from 10.0.9 to 10.0.10
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.1.1
Bumps xunit.runner.visualstudio from 3.1.4 to 3.1.5

---
updated-dependencies:
- dependency-name: AWSSDK.S3
  dependency-version: 4.0.101.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor
- dependency-name: dotnet-ef
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-version: 10.0.10
  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.1.1
  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 Jul 18, 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