Skip to content

Bump the minor-and-patch group with 19 updates - #12

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Api.IntegrationTests/minor-and-patch-6df41022bc
Open

Bump the minor-and-patch group with 19 updates#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Api.IntegrationTests/minor-and-patch-6df41022bc

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updated Microsoft.AspNetCore.Authentication.JwtBearer from 10.0.9 to 10.0.10.

Release notes

Sourced from Microsoft.AspNetCore.Authentication.JwtBearer'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.AspNetCore.OpenApi from 10.0.9 to 10.0.10.

Release notes

Sourced from Microsoft.AspNetCore.OpenApi's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Data.Sqlite from 10.0.9 to 10.0.10.

Release notes

Sourced from Microsoft.Data.Sqlite's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore from 10.0.9 to 10.0.10.

Release notes

Sourced from Microsoft.EntityFrameworkCore'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.Sqlite from 10.0.9 to 10.0.10.

Release notes

Sourced from Microsoft.EntityFrameworkCore.Sqlite's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Diagnostics.HealthChecks from 10.0.9 to 10.0.10.

Release notes

Sourced from Microsoft.Extensions.Diagnostics.HealthChecks's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Logging.Abstractions from 10.0.9 to 10.0.10.

Release notes

Sourced from Microsoft.Extensions.Logging.Abstractions's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.IdentityModel.Tokens from 8.19.1 to 8.22.0.

Release notes

Sourced from Microsoft.IdentityModel.Tokens's releases.

8.22.0

What's Changed

Full Changelog: AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.21.0...8.22.0

8.21.0

Performance Improvements

  • Add JsonWebToken header-replacement path to avoid re-parsing payload. See PR #​3553.
  • Add claims dictionary preallocation. See PR #​3550.

Bug Fixes

  • Fix CI build failures: remove unused log message and add missing DPoP API entries. See PR #​3551.

8.19.2

What's Changed

Full Changelog: AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.19.1...8.19.2

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 18.7.0 to 18.8.1.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.8.1

What's Changed

Full Changelog: microsoft/vstest@v18.8.0...v18.8.1

18.8.0

What's Changed

Full Changelog: microsoft/vstest@v18.7.0...v18.8.0

Commits viewable in compare view.

Updated NLog from 6.1.3 to 6.1.4.

Release notes

Sourced from NLog's releases.

6.1.4

Improvements

  • #​6225 AsyncTaskTarget - Fixed bug when using BatchSize=1 and doing explicit flush and next LogEvent fails. (@​snakefoot)
  • #​6206 MruCache - Changed to ConcurrentDictionary but still single writer. (@​snakefoot)
  • #​6205 TargetWithFilterChain - Increase CallSite MaxCapacity from 1000 to 2000. (@​snakefoot)
  • #​6197 JsonAttribute - New constructor with JsonLayout and Encode = false. (@​snakefoot)
  • #​6174 Reduce AOT file-size. Changed PropertyTypeConverter to avoid Dictionary for conversion mapping. (@​snakefoot)
  • #​6177 Reduce AOT file-size. Changed LogFactory PurgeObsoleteLoggers to clone Dictionary instead of ToList. (@​snakefoot)
  • #​6185 Reduce AOT file-size. Changed to use yield instead of Linq. (@​snakefoot)
  • #​6188 Reduce AOT file-size. Changed ConfigurationItemFactory from Dictionary to Array of PropertyInfo. (@​snakefoot)
  • #​6192 Reduce AOT file-size. Changed Target FindAllLayouts to use HashSet instead of Linq Distinct. (@​snakefoot)
  • #​6193 Reduce AOT file-size. Changed XmlLoggingConfiguration AutoReloadFileNames to use yield instead of Linq. (@​snakefoot)
  • #​6195 Reduce AOT file-size. Changed LoggingConfiguration CheckUnusedTargets to use HashSet instead of Linq. (@​snakefoot)
  • #​6204 TemplateEnumerator - Replace LiteralHole with CurrentHole and CurrentLiteral. (@​snakefoot)
  • #​6223 XmlParser - ReadUntilChar avoid extra string-allocation on trim InnerText. (@​snakefoot)
  • #​6222 XmlParser - Simplify ReadUntilChar by extracting parse of attribute-name into ReadEntityName. (@​snakefoot)
  • #​6209 AppVeyor - Visual Studio 2026. (@​snakefoot)
  • #​6199 Fixed nullable warnings from Activator.CreateInstance. (@​snakefoot)
  • #​6190 SetupConfigurationTargetBuilder - Fix Sonar Code Smell. (@​snakefoot)
  • #​6176 TryNLogSpecificConversion - Refactor parsing Layout from string. (@​snakefoot)
  • #​6210 ScopeContext - Fix List capacity for GetAllNestedStates. (@​jnyrup)
  • #​6211 ScopeContext - Renamed PushNestedState to CollectNestedState. (@​snakefoot)
  • #​6214 ScopeContext - Rename CaptureNestedContext to CloneNestedContext. (@​snakefoot)
  • #​6216 ScopeContext - Simplify CaptureContextProperties when only nested state. (@​snakefoot)
  • #​6217 ScopeContext - Unify CollectNestedState implementation. (@​snakefoot)

Commits viewable in compare view.

Updated NLog.Web.AspNetCore from 6.1.3 to 6.1.4.

Release notes

Sourced from NLog.Web.AspNetCore's releases.

6.1.4

  • #​1151 Updated dependency NLog v6.1.4 (@​snakefoot)
  • #​1145 AppVeyor - Visual Studio 2026 (@​snakefoot)

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 Resend from 0.5.1 to 0.8.0.

Release notes

Sourced from Resend's releases.

0.8.0

What's Changed

Full Changelog: resend/resend-dotnet@v0.7.0...v0.8.0

0.7.0

What's Changed

Full Changelog: resend/resend-dotnet@v0.6.0...v0.7.0

0.6.0

What's Changed

New Contributors

Full Changelog: resend/resend-dotnet@v0.5.1...v0.6.0

Commits viewable in compare view.

Updated Scalar.AspNetCore from 2.16.10 to 2.16.18.

Release notes

Sourced from Scalar.AspNetCore's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Stripe.net from 52.1.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, V2BillingContractPricingLineActionUpdateEndsAtOptions.Type, V2BillingContractPricingLineActionUpdatePricingPriceDetailsPricingOverrideActionAddEndsAtOptions.Type, V2BillingContractPricingLineActionUpdatePricingPriceDetailsPricingOverrideActionUpdateEndsAtOptions.Type, V2BillingContractPricingOverrideActionAddEndsAtOptions.Type, and V2BillingContractPricingOverrideActionUpdateEndsAtOptions.Type from enum('billing_period_end'|'timestamp') to literal('timestamp')
    • ⚠️ Change type of V2BillingContractPricingLineActionAddStartsAtOptions.Type, V2BillingContractPricingLineActionUpdatePricingPriceDetailsPricingOverrideActionAddStartsAtOptions.Type, V2BillingContractPricingLineActionUpdatePricingPriceDetailsPricingOverrideActionUpdateStartsAtOptions.Type, V2BillingContractPricingLineActionUpdateStartsAtOptions.Type, V2BillingContractPricingOverrideActionAddStartsAtOptions.Type, and V2BillingContractPricingOverrideActionUpdateStartsAtOptions.Type from enum('billing_period_start'|'timestamp') to literal('timestamp')
    • Add support for event notifications V2BillingContractActivatedEvent, V2BillingContractCanceledEvent, V2BillingContractCreatedEvent, V2BillingContractEndedEvent, and V2BillingContractUpdatedEvent with related object V2.Billing.Contract

See the changelog for more details.

52.2.0-alpha.2

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

  • #​3405 Update generated code for private-preview
    • Add support for new resources Crypto.CustomerConsumerWallet, Crypto.CustomerPaymentToken, Crypto.Customer, Crypto.OnrampSession, and Crypto.OnrampTransactionLimits
    • Add support for Get and List methods on resource Crypto.Customer
    • Add support for Checkout, Create, Get, List, and Quote methods on resource Crypto.OnrampSession
    • Add support for Get method on resource Crypto.OnrampTransactionLimits
    • Add support for ElectronicCommerceIndicator on Charge.PaymentMethodDetails.Card
    • Add support for AmountReceived and AmountRequested on Charge.PaymentMethodDetails.Crypto, PaymentAttemptRecord.PaymentMethodDetails.Crypto, and PaymentRecord.PaymentMethodDetails.Crypto
    • Add support for Fingerprint on Charge.PaymentMethodDetails.GiftCard, PaymentAttemptRecord.PaymentMethodDetails.GiftCard, and PaymentRecord.PaymentMethodDetails.GiftCard
    • Add support for AddressCollectionPrecision on CheckoutSessionAutomaticTaxOptions
    • Add support for Subscription on Checkout.Session.Item
    • ⚠️ Remove support for Deactivation on GiftCardOperation
    • Add support for MerchantAmountExchangeRate on Issuing.Authorization and Issuing.Transaction
    • Add support for DeviceId on Issuing.Authorization.TokenDetails.NetworkData.Device and Issuing.Token.NetworkData.Device
    • Add support for Program on Issuing.Card
    • Add support for PaymentMethodDetails on PaymentAttemptRecordReportFailedOptions and PaymentRecordReportPaymentAttemptFailedOptions
    • Add support for Reason on PaymentAttemptRecordReportRefundOptions and PaymentRecordReportRefundOptions
    • Add support for AmountReconciliation on PaymentIntent.PaymentMethodOptions.Crypto and PaymentIntentPaymentMethodOptionsCryptoOptions
    • Add support for ConnectPermissions and Permissions on V2.Iam.ApiKeyCreateOptions, V2.Iam.ApiKeyUpdateOptions, and V2.Iam.ApiKey
    • Add support for Credit on V2.MoneyManagement.FinancialAccount
    • Add support for Account, IssuingAuthorization, IssuingDispute, and IssuingTransaction on V2.MoneyManagement.Transaction.Flow and V2.MoneyManagement.TransactionEntry.TransactionDetails.Flow
    • Change type of V2.MoneyManagement.FinancialAccountCreateOptions.Type from literal('storage') to enum('credit'|'storage')
    • Add support for ExpiresAt on V2.Iam.ApiKeyCreateOptions

See the changelog for more details.

52.2.0-alpha.1

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

  • #​3403 Update generated code for private-preview
    • Add support for new resources V2.Billing.ContractPricingLineQuantityChange, V2.Core.Health.AlertHistoryEntry, V2.Core.Health.Alert, V2.MoneyManagement.FinancialAddressDebitSimulation, and V2.MoneyManagement.PayoutIntent
    • ⚠️ Remove support for resource V2.Billing.ContractLicensePricingQuantityChange
    • Add support for ReportOfferAcceptance method on resource Issuing.CreditUnderwritingRecord
    • Add support for ProvisionalCredit test helper method on resource Issuing.Dispute
    • Add support for ReportEarlyFraudWarning method on resource PaymentAttemptRecord
    • Add support for Search method on resource PaymentRecord
    • Add support for Debit method on resource V2.MoneyManagement.FinancialAddressDebitSimulation
    • Add support for Cancel, Create, Get, List, and Update methods on resource V2.MoneyManagement.PayoutIntent
    • Add support for Get and List methods on resource V2.Core.Health.Alert
    • Add support for Delete method on resource V2.Billing.Contract
    • ⚠️ Remove support for PerformanceLocationDetails on Tax.TransactionLineItem
    • Add support for FinancialAccountsTransactions, FinancialAccounts, and RecipientsList on AccountSession.Components and AccountSessionComponentsOptions
    • Add support for Location and Reader on Charge.PaymentMethodDetails.GiftCard, GiftCardOperation, PaymentAttemptRecord.PaymentMethodDetails.GiftCard, and PaymentRecord.PaymentMethodDetails.GiftCard
    • Add support for Subscription on CheckoutSessionItemOptions
    • Add support for Items on Checkout.Session
    • Add support for Brand on Checkout.Session.CurrentAttempt.PaymentMethodDetails.Card
    • Add support for NetworkData on Issuing.TestHelpersAuthorizationCaptureOptions and Issuing.TestHelpersTransactionCreateForceCaptureOptions
    • Add support for EnrichedMerchantData on Issuing.Authorization
    • Add support for AvailableBalance and CurrentBalance on Issuing.Authorization.BalanceResponse
    • ⚠️ Remove support for Amount on Issuing.Authorization.BalanceResponse
    • Add support for DecisionDeadlineUpdatedAt on Issuing.CreditUnderwritingRecord
    • Add support for AcquirerReferenceNumber on Issuing.Transaction.NetworkData
    • Add support for Tip on PaymentIntentAmountDetailsOptions
    • Add support for BillingCycleAnchor on V2.Billing.ContractCreateOptions and V2.Billing.Contract
    • ⚠️ Remove support for ContractLineDetails, ContractValueDetails, and LicenseQuantities on V2.Billing.Contract
    • Add support for BillSettingsDetails on V2.Billing.Contract.BillingSettings and V2BillingContractBillingSettingsOptions
    • Add support for BillingProfileDetails and CollectionSettingsDetails on V2.Billing.Contract.BillingSettings
    • ⚠️ Remove support for ContractBillingDetails on V2.Billing.Contract.BillingSettings and V2BillingContractBillingSettingsOptions
    • ⚠️ Change type of V2.Billing.Contract.OneTimeFees from array(an object) to an object
    • ⚠️ Change type of V2.Billing.Contract.PricingLines from array(an object) to an object
    • ⚠️ Change type of V2.Billing.Contract.PricingOverrides from array(an object) to an object
    • Add support for Mode on V2.Commerce.ProductCatalogImport
    • 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
    • Add support for SunbitPayments on V2.Core.Account.Configuration.Merchant.Capabilities and V2CoreAccountConfigurationMerchantCapabilitiesOptions
    • Add support for Ach, Becs, Eft, Fedwire, Fps, Npp, Rtp, SepaCredit, SepaInstant, and Swift on V2.Core.Account.Configuration.Recipient.Capabilities.BankAccounts and V2CoreAccountConfigurationRecipientCapabilitiesBankAccountsOptions
    • Add support for ConsumerMoneyManager on V2.Core.Account.Identity.Attestations.TermsOfService and V2CoreAccountIdentityAttestationsTermsOfServiceOptions
    • Add support for CryptoMoneyManager on V2.Core.Account.Identity.Attestations.TermsOfService, V2CoreAccountIdentityAttestationsTermsOfServiceOptions, and V2CoreAccountTokenIdentityAttestationsTermsOfServiceOptions
    • ⚠️ Remove support for ConsumerStorer on V2.Core.Account.Identity.Attestations.TermsOfService and V2CoreAccountIdentityAttestationsTermsOfServiceOptions
    • ⚠️ Remove support for CryptoStorer on V2.Core.Account.Identity.Attestations.TermsOfService, 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 Attachment on V2.MoneyManagement.OutboundPayment.DeliveryOptions.PaperCheck and V2MoneyManagementOutboundPaymentDeliveryOptionsPaperCheckOptions
    • Add support for Processing on V2.MoneyManagement.OutboundPayment.StatusDetails and V2.MoneyManagement.OutboundTransfer.StatusDetails
    • Add support for PayoutMethodOptions on V2.MoneyManagement.OutboundPayment.To, V2.MoneyManagement.OutboundTransfer.To, V2MoneyManagementOutboundPaymentToOptions, and V2MoneyManagementOutboundTransferToOptions
    • Add support for AccountHolderName on V2.MoneyManagement.ReceivedCredit.BankTransfer.UsBankAccount
      ... (truncated)

52.1.1

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

See the changelog for more details.

Commits viewable in compare view.

Updated System.IdentityModel.Tokens.Jwt from 8.19.1 to 8.22.0.

Release notes

Sourced from System.IdentityModel.Tokens.Jwt's releases.

8.22.0

What's Changed

Full Changelog: AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.21.0...8.22.0

8.21.0

Performance Improvements

  • Add JsonWebToken header-replacement path to avoid re-parsing payload. See PR #​3553.
  • Add claims dictionary preallocation. See PR #​3550.

Bug Fixes

  • Fix CI build failures: remove unused log message and add missing DPoP API entries. See PR #​3551.

8.19.2

What's Changed

Full Changelog: AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.19.1...8.19.2

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 Microsoft.AspNetCore.Authentication.JwtBearer from 10.0.9 to 10.0.10
Bumps Microsoft.AspNetCore.Mvc.Testing from 10.0.9 to 10.0.10
Bumps Microsoft.AspNetCore.OpenApi from 10.0.9 to 10.0.10
Bumps Microsoft.Data.Sqlite from 10.0.9 to 10.0.10
Bumps Microsoft.EntityFrameworkCore 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.Sqlite from 10.0.9 to 10.0.10
Bumps Microsoft.Extensions.Diagnostics.HealthChecks from 10.0.9 to 10.0.10
Bumps Microsoft.Extensions.Logging.Abstractions from 10.0.9 to 10.0.10
Bumps Microsoft.IdentityModel.Tokens from 8.19.1 to 8.22.0
Bumps Microsoft.NET.Test.Sdk from 18.7.0 to 18.8.1
Bumps NLog from 6.1.3 to 6.1.4
Bumps NLog.Web.AspNetCore from 6.1.3 to 6.1.4
Bumps Npgsql.EntityFrameworkCore.PostgreSQL from 10.0.2 to 10.0.3
Bumps Resend from 0.5.1 to 0.8.0
Bumps Scalar.AspNetCore from 2.16.10 to 2.16.18
Bumps Stripe.net from 52.1.0 to 52.3.0
Bumps System.IdentityModel.Tokens.Jwt from 8.19.1 to 8.22.0

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Microsoft.Data.Sqlite
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Microsoft.IdentityModel.Tokens
  dependency-version: 8.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: NLog
  dependency-version: 6.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: NLog
  dependency-version: 6.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: NLog.Web.AspNetCore
  dependency-version: 6.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Resend
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: Scalar.AspNetCore
  dependency-version: 2.16.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: Stripe.net
  dependency-version: 52.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-version: 8.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

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 11, 2026
@sonarqubecloud

Copy link
Copy Markdown

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