Bump the backend group with 12 updates#130
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps Elastic.OpenTelemetry from 1.0.0-beta.1 to 1.4.0 Bumps Hangfire.PostgreSql from 1.20.13 to 1.21.1 Bumps MailKit from 4.16.0 to 4.17.0 Bumps MassTransit.RabbitMQ from 8.3.7 to 8.5.9 Bumps Microsoft.EntityFrameworkCore from 10.0.5 to 10.0.8 Bumps Microsoft.EntityFrameworkCore.Design from 10.0.7 to 10.0.8 Bumps Npgsql.EntityFrameworkCore.PostgreSQL from 10.0.1 to 10.0.2 Bumps Npgsql.OpenTelemetry from 9.0.1 to 9.0.5 Bumps Serilog from 4.2.0 to 4.3.1 Bumps StackExchange.Redis from 2.8.31 to 2.13.17 Bumps Stripe.net from 51.1.0 to 51.2.0 Bumps xunit.runner.visualstudio from 3.1.4 to 3.1.5 --- updated-dependencies: - dependency-name: Elastic.OpenTelemetry dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: Hangfire.PostgreSql dependency-version: 1.21.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: MailKit dependency-version: 4.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: MailKit dependency-version: 4.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: MassTransit.RabbitMQ dependency-version: 8.5.9 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: Npgsql.OpenTelemetry dependency-version: 9.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: Serilog dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: StackExchange.Redis dependency-version: 2.13.17 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: Stripe.net dependency-version: 51.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Elastic.OpenTelemetry from 1.0.0-beta.1 to 1.4.0.
Release notes
Sourced from Elastic.OpenTelemetry's releases.
1.4.0
What's Changed
This release updates to the latest upstream releases for the OpenTelemetry SDK, contrib and auto-instrumentation components. For core components the version used is 1.15.3 and for auto-instrumentation it is 1.15.0.
Behaviour Change
This release includes a behavior change by re-enabling
IncludeScopesfor logging. This ensures richer attributes on logs, but can increase storage costs. This is now safe to use using EDOT collector and managed OTLP endpoints.Full Changelog: elastic/elastic-otel-dotnet@1.3.0...1.4.0
1.3.0
What's Changed
Features
Full Changelog: elastic/elastic-otel-dotnet@1.2.2...1.3.0
1.2.2
What's Changed
Fixes
Full Changelog: elastic/elastic-otel-dotnet@1.2.1...1.2.2
1.2.1
What's Changed
Fixes
Full Changelog: elastic/elastic-otel-dotnet@1.2.0...1.2.1
1.2.0
What's Changed
Enhancements
Fixes
New Contributors
Full Changelog: elastic/elastic-otel-dotnet@1.1.0...1.2.0
1.1.0
What's Changed
New Contributors
Full Changelog: elastic/elastic-otel-dotnet@1.0.2...1.1.0
1.0.2
What's Changed
Enhancements
Improves the trace logging for diagnostic and support purposes.
Behaviour change
The upstream SDK isn't spec-compliant regarding not exporting duplicate attributes. As such, when using
IncludeScopesin ASP.NET Core, log entries often include a duplicatedRequestIdattribute. The Elasticsearch exporter component of the collector expects the data to comply with the spec and, for performance reasons, doesn't attempt to de-duplicate, resulting in export errors for the log record. EDOT .NET no longer enablesIncludeScopesby default as a partial workaround. This will be re-enabled in a future release, once the risk of data loss is resolved upstream.References:
Full Changelog: elastic/elastic-otel-dotnet@1.0.1...1.0.2
1.0.1
What's Changed
Full Changelog: elastic/elastic-otel-dotnet@1.0.0...1.0.1
1.0.0
What's Changed
generateapichangesfor release by @stevejgordon in Disablegenerateapichangesfor release elastic/elastic-otel-dotnet#259Full Changelog: elastic/elastic-otel-dotnet@1.0.0-beta.4...1.0.0
1.0.0-beta.4
What's Changed
Full Changelog: elastic/elastic-otel-dotnet@1.0.0-beta.3...1.0.0-beta.4
1.0.0-beta.3
What's Changed
New Contributors
Full Changelog: elastic/elastic-otel-dotnet@1.0.0-beta.2...1.0.0-beta.3
1.0.0-beta.2
What's Changed
Full Changelog: elastic/elastic-otel-dotnet@1.0.0-beta.1...1.0.0-beta.2
Commits viewable in compare view.
Updated Hangfire.PostgreSql from 1.20.13 to 1.21.1.
Release notes
Sourced from Hangfire.PostgreSql's releases.
1.21.1
What's Changed
Full Changelog: hangfire-postgres/Hangfire.PostgreSql@1.21.0...1.21.1
1.21.0
What's Changed
New Contributors
Full Changelog: hangfire-postgres/Hangfire.PostgreSql@1.20.13...1.21.0
Commits viewable in compare view.
Updated MailKit from 4.16.0 to 4.17.0.
Release notes
Sourced from MailKit's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated MassTransit.RabbitMQ from 8.3.7 to 8.5.9.
Release notes
Sourced from MassTransit.RabbitMQ's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore from 10.0.5 to 10.0.8.
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.7 to 10.0.8.
Release notes
Sourced from Microsoft.EntityFrameworkCore.Design's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Npgsql.EntityFrameworkCore.PostgreSQL from 10.0.1 to 10.0.2.
Release notes
Sourced from Npgsql.EntityFrameworkCore.PostgreSQL's releases.
10.0.2
Milestone issue
What's Changed
bytea.Any()aslength > 0by @georg-jung in Translatebytea.Any()aslength > 0npgsql/efcore.pg#3817Full Changelog: npgsql/efcore.pg@v10.0.1...v10.0.2
Commits viewable in compare view.
Updated Npgsql.OpenTelemetry from 9.0.1 to 9.0.5.
Release notes
Sourced from Npgsql.OpenTelemetry's releases.
9.0.5
v9.0.5 contains several minor bug fixes.
Milestone issues
Full Changelog: npgsql/npgsql@v9.0.4...v9.0.5
9.0.4
v9.0.4 contains several minor bug fixes.
Milestone issues
Full Changelog: npgsql/npgsql@v9.0.3...v9.0.4
9.0.3
v9.0.3 contains several minor bug fixes.
Milestone issues
Full Changelog: npgsql/npgsql@v9.0.2...v9.0.3
9.0.2
9.0.2 was released to fix SSL certificate validation (#5942).
Milestone issues
Full Changelog: npgsql/npgsql@v9.0.1...v9.0.2
Commits viewable in compare view.
Updated Serilog from 4.2.0 to 4.3.1.
Release notes
Sourced from Serilog's releases.
4.3.1
What's Changed
New Contributors
Full Changelog: serilog/serilog@v4.3.0...v4.3.1
4.3.0
What's Changed
LogEvent.AddPropertyIfAbsent(ILogEventPropertyFactory, ...)overload that helps avoid allocations (@vanni-giachin)LogContext.Push()overloads acceptingIEnumerable<ILogEventEnricher>andReadOnlySpan<ILogEventEnricher>(@SimonCropp)New Contributors
Full Changelog: serilog/serilog@v4.2.0...v4.3.0
Commits viewable in compare view.
Updated StackExchange.Redis from 2.8.31 to 2.13.17.
Release notes
Sourced from StackExchange.Redis's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Stripe.net from 51.1.0 to 51.2.0.
Release notes
Sourced from Stripe.net's releases.
51.2.0
This release changes the pinned API version to 2026-05-27.dahlia.
V2.Commerce.ProductCatalogImportCreateandGetmethods on resourceV2.Commerce.ProductCatalogImportBizumPaymentsandScalapayPaymentsonAccount.CapabilitiesandAccountCapabilitiesOptionsAutomaticTransferRulesByCurrencyonBalanceSettings.Payments.PayoutsandBalanceSettingsPaymentsPayoutsOptionsStartOfDayonBalanceSettings.Payments.SettlementTimingandBalanceSettingsPaymentsSettlementTimingOptionsDescriptiononChargeTransferDataOptions,PaymentIntent.TransferData, andPaymentIntentTransferDataOptionsBizumonCharge.PaymentMethodDetails,ConfirmationToken.PaymentMethodPreview,ConfirmationTokenPaymentMethodDataOptions,PaymentAttemptRecord.PaymentMethodDetails,PaymentIntent.PaymentMethodOptions,PaymentIntentPaymentMethodDataOptions,PaymentIntentPaymentMethodOptionsOptions,PaymentMethodConfigurationCreateOptions,PaymentMethodConfigurationUpdateOptions,PaymentMethodConfiguration,PaymentMethodCreateOptions,PaymentMethod,PaymentRecord.PaymentMethodDetails,SetupIntent.PaymentMethodOptions,SetupIntentPaymentMethodDataOptions, andSetupIntentPaymentMethodOptionsOptionsScalapayonCharge.PaymentMethodDetails,Checkout.Session.PaymentMethodOptions,CheckoutSessionPaymentMethodOptionsOptions,ConfirmationToken.PaymentMethodPreview,ConfirmationTokenPaymentMethodDataOptions,PaymentAttemptRecord.PaymentMethodDetails,PaymentIntent.PaymentMethodOptions,PaymentIntentPaymentMethodDataOptions,PaymentIntentPaymentMethodOptionsOptions,PaymentMethodConfigurationCreateOptions,PaymentMethodConfigurationUpdateOptions,PaymentMethodConfiguration,PaymentMethodCreateOptions,PaymentMethod,PaymentRecord.PaymentMethodDetails,Refund.DestinationDetails, andSetupIntentPaymentMethodDataOptionsMandateonCharge.PaymentMethodDetails.Twint,PaymentAttemptRecord.PaymentMethodDetails.Twint, andPaymentRecord.PaymentMethodDetails.TwintCheckoutSessionPaymentMethodOptionsTwintOptions.SetupFutureUsageandPaymentIntentPaymentMethodOptionsTwintOptions.SetupFutureUsagefromliteral('none')toenum('none'|'off_session')Checkout.Session.PaymentMethodOptions.Twint.SetupFutureUsageandPaymentIntent.PaymentMethodOptions.Twint.SetupFutureUsagefromliteral('none')toenum('none'|'off_session')CreditedItemsonInvoiceItem.ProrationDetailsDiscountableonInvoiceScheduleDetailsPhaseAddInvoiceItemOptions,SubscriptionAddInvoiceItemOptions,SubscriptionSchedule.Phase.AddInvoiceItem, andSubscriptionSchedulePhaseAddInvoiceItemOptionsBillingSchedulesonInvoiceSubscriptionDetailsOptions,SubscriptionCreateOptions,SubscriptionUpdateOptions, andSubscriptionAmountPaidOffStripeonInvoiceTwintonMandate.PaymentMethodDetailsandSetupAttempt.PaymentMethodDetailsMetadataonPaymentIntent.TransferData,PaymentIntentTransferDataOptions, andSubscription.PendingUpdatePaymentDataonPaymentIntent.TransferDataandPaymentIntentTransferDataOptionsBlikAuthorizeonPaymentIntent.NextActionandSetupIntent.NextActionPaymentMethodOptionsonPaymentLinkCreateOptions,PaymentLinkUpdateOptions, andPaymentLinkActiveonPaymentMethodConfigurationListOptionsBilledUntilonSubscriptionItemDiscountandDiscountsonSubscription.PendingUpdateVerifoneM425,VerifoneP630,VerifoneUx700, andVerifoneV660ponTerminal.ConfigurationCreateOptions,Terminal.ConfigurationUpdateOptions, andTerminal.ConfigurationApiErrorandPrintContentonTerminal.Reader.ActionCustomeronTestHelpers.TestClockCreateOptionsSigneronV2.Core.Account.Identity.BusinessDetails.Documents.ProofOfRegistration,V2.Core.Account.Identity.BusinessDetails.Documents.ProofOfUltimateBeneficialOwnership,V2CoreAccountIdentityBusinessDetailsDocumentsProofOfRegistrationOptions,V2CoreAccountIdentityBusinessDetailsDocumentsProofOfUltimateBeneficialOwnershipOptions,V2CoreAccountTokenIdentityBusinessDetailsDocumentsProofOfRegistrationOptions, andV2CoreAccountTokenIdentityBusinessDetailsDocumentsProofOfUltimateBeneficialOwnershipOptionsAzureEventGridonV2.Core.EventDestinationCreateOptionsandV2.Core.EventDestinationV2CommerceProductCatalogImportsFailedEvent,V2CommerceProductCatalogImportsProcessingEvent,V2CommerceProductCatalogImportsSucceededEvent, andV2CommerceProductCatalogImportsSucceededWithErrorsEventwith related objectV2.Commerce.ProductCatalogImportstripe-notifyheader is present in responseSee the changelog for more details.
51.2.0-beta.2
V2.Commerce.ProductCatalogImport,V2.Data.Reporting.QueryRun,V2.Extend.WorkflowRun,V2.Extend.Workflow,V2.Iam.ActivityLog,V2.Network.BusinessProfile, andV2.OrchestratedCommerce.AgreementConfirm,Create,Get,List, andTerminatemethods on resourceV2.OrchestratedCommerce.AgreementGetandMemethods on resourceV2.Network.BusinessProfileListmethod on resourceV2.Iam.ActivityLogGetandListmethods on resourceV2.Extend.WorkflowRunGet,Invoke, andListmethods on resourceV2.Extend.WorkflowCreateandGetmethods on resourcesV2.Commerce.ProductCatalogImportandV2.Data.Reporting.QueryRunV2.Billing.Cadence.SettingsData.Collection.PaymentMethodOptions.Konbini,V2.Billing.CollectionSetting.PaymentMethodOptions.Konbini,V2.Billing.CollectionSettingVersion.PaymentMethodOptions.Konbini, andV2BillingCollectionSettingPaymentMethodOptionsOptions.Konbinifrommap(string: dynamic)toan objectV2.Billing.Cadence.SettingsData.Collection.PaymentMethodOptions.SepaDebit,V2.Billing.CollectionSetting.PaymentMethodOptions.SepaDebit,V2.Billing.CollectionSettingVersion.PaymentMethodOptions.SepaDebit, andV2BillingCollectionSettingPaymentMethodOptionsOptions.SepaDebitfrommap(string: dynamic)toan objectV2.MoneyManagement.InboundTransfer.TransferHistory.BankDebitProcessingfrommap(string: dynamic)toan objectV2.MoneyManagement.InboundTransfer.TransferHistory.BankDebitQueuedfrommap(string: dynamic)toan objectV2.MoneyManagement.InboundTransfer.TransferHistory.BankDebitSucceededfrommap(string: dynamic)toan objectV2CoreBatchJobEndpointOptions.HttpMethodfromliteral('post')toenum('delete'|'post')TreasuryTransactiononEventsV2MoneyManagementTransactionCreatedEventV2CommerceProductCatalogImportsFailedEvent,V2CommerceProductCatalogImportsProcessingEvent,V2CommerceProductCatalogImportsSucceededEvent, andV2CommerceProductCatalogImportsSucceededWithErrorsEventwith related objectV2.Commerce.ProductCatalogImportV2DataReportingQueryRunCreatedEvent,V2DataReportingQueryRunFailedEvent,V2DataReportingQueryRunSucceededEvent, andV2DataReportingQueryRunUpdatedEventwith related objectV2.Data.Reporting.QueryRunV2ExtendWorkflowRunFailedEvent,V2ExtendWorkflowRunStartedEvent, andV2ExtendWorkflowRunSucceededEventwith related objectV2.Extend.WorkflowRunV2OrchestratedCommerceAgreementConfirmedEvent,V2OrchestratedCommerceAgreementCreatedEvent,V2OrchestratedCommerceAgreementPartiallyConfirmedEvent, andV2OrchestratedCommerceAgreementTerminatedEventwith related objectV2.OrchestratedCommerce.AgreementCannotProceedExceptionSee the changelog for more details.
51.2.0-beta.1
This release changes the pinned API version to 2026-04-22.private.
SharedPayment.GrantedTokenandSharedPayment.IssuedTokenGetmethod on resourceSharedPayment.GrantedTokenCreateandRevoketest helper methods on resourceSharedPayment.GrantedTokenCreate,Get, andRevokemethods on resourceSharedPayment.IssuedTokenBlikonCheckoutSessionPaymentMethodOptionsOptions,Invoice.PaymentSettings.PaymentMethodOptions,InvoicePaymentSettingsPaymentMethodOptionsOptions,QuotePreviewInvoice.PaymentSettings.PaymentMethodOptions,Subscription.PaymentSettings.PaymentMethodOptions, andSubscriptionPaymentSettingsPaymentMethodOptionsOptionsSharedPaymentGrantedTokenonConfirmationTokenPaymentMethodDataOptions,PaymentIntentPaymentMethodDataOptions,PaymentMethod, andSetupIntentPaymentMethodDataOptionsValidationErrorsonPrivacy.RedactionJobTaxDetailsonProductQuotePreviewInvoice.TotalTaxes.TaxRateDetails.TaxRatefromstringtoexpandable($TaxRate)AdmissionsTax,AttendanceTax,EntertainmentTax,GrossReceiptsTax,HospitalityTax,LuxuryTax,ResortTax, andTourismTaxonTaxRegistrationCountryOptionsUsOptionsPurposeonTreasury.OutboundPaymentCreateOptionsandTreasury.OutboundPaymentSee the changelog for more details.
51.2.0-alpha.6
PaymentLocationCapabilityGet,List, andUpdatemethods on resourcePaymentLocationCapabilityCloseandSimulateNetworkLifecycleDisputeResponsetest helper methods on resourceIssuing.DisputeDelegatedCheckoutRequestedSessionDiscountsOptions.Codesfromarray(string)toemptyable(array(string))CreditedItemsonInvoiceItem.ProrationDetailsBalanceResponseonIssuing.AuthorizationPaymentEvaluationsonPaymentAttemptRecordReportCanceledOptions,PaymentAttemptRecordReportFailedOptions,PaymentRecordFailedOptions,PaymentRecordReportPaymentAttemptCanceledOptions, andPaymentRecordReportPaymentAttemptFailedOptionsEnabledonPaymentIntentPaymentDetailsBenefitFrMealVoucherOptionsandSetupIntentSetupDetailsBenefitFrMealVoucherOptionsAdvancedFeatureDetailsandAllowedPaymentMethodTypesonPaymentIntentPaymentLocationAddressOptions.Cityfromstringtoemptyable(string)PaymentLocationAddressOptions.Line1fromstringtoemptyable(string)PaymentLocationAddressOptions.Line2fromstringtoemptyable(string)PaymentLocationAddressOptions.PostalCodefromstringtoemptyable(string)PaymentLocationAddressOptions.Statefromstringtoemptyable(string)PaymentBehavioronSubscriptionResumeOptionsStatusDetailsonSubscriptionSee the changelog for more details.
51.2.0-alpha.5
V2.Core.FeeBatch,V2.Core.FeeEntry,V2.MoneyManagement.DebitDispute, andV2.MoneyManagement.FinancialAccountStatementSimulateNetworkLifecyclePreArbitrationResponseandSimulateNetworkLifecyclePreArbitrationSubmissiontest helper methods on resourceIssuing.DisputeListmethod on resourcePaymentLocationGetandListmethods on resourcesV2.Core.FeeBatch,V2.Core.FeeEntry, andV2.MoneyManagement.FinancialAccountStatementCreate,Get, andListmethods on resourceV2.MoneyManagement.DebitDisputeDiscountsonDelegatedCheckout.RequestedSessionCreateOptions,DelegatedCheckout.RequestedSessionUpdateOptions, andDelegatedCheckout.RequestedSessionAmountSaleonDelegatedCheckout.RequestedSession.LineItemDetailandDelegatedCheckout.RequestedSession.TotalDetailsAmountDiscountandBreakdownonDelegatedCheckout.RequestedSession.TotalDetailsCheckDepositAddressonInvoice.PaymentSettings.PaymentMethodOptions.CheckScan,InvoicePaymentSettingsPaymentMethodOptionsCheckScanOptions,QuotePreviewInvoice.PaymentSettings.PaymentMethodOptions.CheckScan,Subscription.PaymentSettings.PaymentMethodOptions.CheckScan, andSubscriptionPaymentSettingsPaymentMethodOptionsCheckScanOptionsPaymentEvaluationsonPaymentAttemptRecordReportGuaranteedOptions,PaymentRecordGuaranteedOptions, andPaymentRecordReportPaymentAttemptGuaranteedOptionsLocationonPaymentIntentPaymentDetailsOptionsandSetupIntentSetupDetailsOptionsOnboardingDataUpdateAcknowledgedonPaymentLocationUpdateOptionsCustomeronRadar.CustomerEvaluationUpdateOptionsStatusonRadar.CustomerEvaluationUpdateOptionsandRadar.CustomerEvaluationPaymentBehavioronSubscriptionResumeOptionsDisputeDetailsonV2.MoneyManagement.ReceivedDebitDebitDisputeonV2.MoneyManagement.Transaction.FlowandV2.MoneyManagement.TransactionEntry.TransactionDetails.FlowPaymentAttemptRecordonEventsV2PaymentsOffSessionPaymentAttemptFailedEventandEventsV2PaymentsOffSessionPaymentFailedEventV2MoneyManagementFinancialAccountStatementCreatedEventandV2MoneyManagementFinancialAccountStatementRestatedEventwith related objectV2.MoneyManagement.FinancialAccountStatementSee the changelog for more details.
51.2.0-alpha.4
PaymentLocationCreate,Delete,Get, andUpdatemethods on resourcePaymentLocationProtectionsonAccountCapabilitiesCardPaymentsOptionsandCapabilityGiftCardonConfirmationToken.PaymentMethodPreview,ConfirmationTokenPaymentMethodDataOptions,PaymentIntentPaymentMethodDataOptions,PaymentMethodCreateOptions,PaymentMethod,SetupIntentPaymentMethodDataOptions, andSharedPayment.GrantedToken.PaymentMethodDetailsMetadataonDelegatedCheckout.RequestedSessionConfirmOptionsCreditedItemsonInvoiceItem.ProrationDetailsNetworkLifecycleonIssuing.DisputeStatusDetailsonSubscriptionSee the changelog for more details.
51.2.0-alpha.3
DebitCardonV2.Core.Account.Configuration.CardCreator.Capabilities.Consumer.Lead,V2.Core.Account.Identity.Attestations.TermsOfService.CardCreator.Consumer.Lead,V2CoreAccountConfigurationCardCreatorCapabilitiesConsumerLeadOptions, andV2CoreAccountIdentityAttestationsTermsOfServiceCardCreatorConsumerLeadOptionsSee the changelog for more details.
51.2.0-alpha.2
V2.Data.Analytics.MetricQueryResultCreate,Get, andRevokemethods on resourceSharedPayment.IssuedTokenCreatemethod on resourceV2.Data.Analytics.MetricQueryResultBalanceReportandPayoutReconciliationReportonAccountSession.ComponentsandAccountSessionComponentsOptionsAppDistributionandSunbitPaymentsonAccount.CapabilitiesandAccountCapabilitiesOptionsSunbitonCharge.PaymentMethodDetails,ConfirmationToken.PaymentMethodPreview,ConfirmationTokenPaymentMethodDataOptions,PaymentAttemptRecord.PaymentMethodDetails,PaymentIntentPaymentMethodDataOptions,PaymentMethodConfigurationCreateOptions,PaymentMethodConfigurationUpdateOptions,PaymentMethodConfiguration,PaymentMethodCreateOptions,PaymentMethod,PaymentRecord.PaymentMethodDetails, andSetupIntentPaymentMethodDataOptionsLast4onCharge.PaymentMethodDetails.GiftCard,PaymentAttemptRecord.PaymentMethodDetails.GiftCard, andPaymentRecord.PaymentMethodDetails.GiftCardLocationandReaderonCharge.PaymentMethodDetails.Klarna,PaymentAttemptRecord.PaymentMethodDetails.Klarna, andPaymentRecord.PaymentMethodDetails.KlarnaBlikonCheckoutSessionPaymentMethodOptionsOptions,Invoice.PaymentSettings.PaymentMethodOptions,InvoicePaymentSettingsPaymentMethodOptionsOptions,QuotePreviewInvoice.PaymentSettings.PaymentMethodOptions,Subscription.PaymentSettings.PaymentMethodOptions, andSubscriptionPaymentSettingsPaymentMethodOptionsOptionsSharedPaymentGrantedTokenonConfirmationTokenPaymentMethodDataOptions,PaymentIntentPaymentMethodDataOptions,PaymentMethod, andSetupIntentPaymentMethodDataOptionsCreditNote.TotalTaxes.TaxRateDetails.TaxRate,CreditNoteLineItem.Taxes.TaxRateDetails.TaxRate,Invoice.TotalTaxes.TaxRateDetails.TaxRate,InvoiceLineItem.Taxes.TaxRateDetails.TaxRate, andQuotePreviewInvoice.TotalTaxes.TaxRateDetails.TaxRatefromstringtoexpandable($TaxRate)BuyerConsentsonDelegatedCheckout.RequestedSessionConfirmOptionsConsentsonDelegatedCheckout.RequestedSession.BuyerConsents.MarketingPaymentFacilitatorIdandSubMerchantIdonIssuingAuthorizationMerchantDataOptionsandIssuingTransactionMerchantDataOptionsCardPresenceonIssuing.AuthorizationAllowedCardPresencesandBlockedCardPresencesonIssuing.Card.SpendingControls,Issuing.Cardholder.SpendingControls,IssuingCardSpendingControlsOptions, andIssuingCardholderSpendingControlsOptionsPaymentAttemptRecord.PaymentMethodDetails.GiftCard.BalanceandPaymentRecord.PaymentMethodDetails.GiftCard.BalancefromPaymentFlowsPrivatePaymentMethodsGiftCardDeprecatedDetailsResourceBalanceAmounttonullable(PaymentsPrimitivesPaymentRecordsResourcePaymentMethodGiftCardDetailsResourceBalance)AmountToConfirmonPaymentIntentConfirmOptionsKlarnaDisplayQrCodeonPaymentIntent.NextActionValidationErrorsonPrivacy.RedactionJobTaxDetailsonProductMotoonSetupAttempt.PaymentMethodDetails.CardAdmissionsTax,AttendanceTax,EntertainmentTax,GrossReceiptsTax,HospitalityTax,LuxuryTax,ResortTax, andTourismTaxonTaxRegistrationCountryOptionsUsOptionsPurposeonTreasury.OutboundPaymentCreateOptionsandTreasury.OutboundPaymentCryptoWalletonV2.MoneyManagement.FinancialAddress.CredentialsMxBankAccountonV2.MoneyManagement.FinancialAddress.CredentialsandV2.MoneyManagement.ReceivedCredit.BankTransferCryptoWalletTransferonV2.MoneyManagement.ReceivedCreditEuBankAccountonV2.MoneyManagement.ReceivedCredit.BankTransferCryptoPropertiesandSettlementCurrencyonV2.MoneyManagement.FinancialAddressCreateOptionsV2CoreApprovalRequestCreatedEventandV2CoreApprovalRequestExpiredEventwith related objectV2.Core.ApprovalRequestV2ExtendExtensionRunFailedEventSee the changelog for more details.
51.2.0-alpha.1
This release changes the pinned API version to 2026-04-22.private.
V2.Commerce.ProductCatalogImport,V2.Core.ApprovalRequest,V2.Extend.WorkflowRun,V2.Extend.Workflow,V2.Iam.ActivityLog,V2.Network.BusinessProfile, andV2.OrchestratedCommerce.AgreementV2.Core.WorkflowRunandV2.Core.WorkflowConfirm,Create,Get,List, andTerminatemethods on resourceV2.OrchestratedCommerce.AgreementGetandMemethods on resourceV2.Network.BusinessProfileListmethod on resourceV2.Iam.ActivityLogGetandListmethods on resourceV2.Extend.WorkflowRunGet,Invoke, andListmethods on resourceV2.Extend.WorkflowCancel,Execute,Get,List, andSubmitmethods on resourceV2.Core.ApprovalRequestCreateandGetmethods on resourceV2.Commerce.ProductCatalogImportGetandListmethods on resourceV2.Core.WorkflowRunGet,Invoke, andListmethods on resourceV2.Core.WorkflowRenewOnboardingLinkmethod on resourceV2.Core.ClaimableSandboxCustomeronSharedPayment.IssuedTokenBillManagementandSendMoneyonAccountSession.Components.Bills.FeaturesGiftCardonCharge.PaymentMethodDetails,PaymentAttemptRecord.PaymentMethodDetails, andPaymentRecord.PaymentMethodDetailsCustomPaymentMethodTypesonCheckout.SessionCreateOptionsandCheckout.SessionPaymentRecordonCheckout.SessionSharedPaymentGrantedTokenonConfirmationTokenPaymentMethodDataOptions,PaymentIntentPaymentMethodDataOptions,PaymentIntent,PaymentMethod, andSetupIntentPaymentMethodDataOptionsPaymentMethodonConfirmationToken.PaymentMethodPreview.SepaDebit.GeneratedFrom,PaymentMethod.SepaDebit.GeneratedFrom, andSharedPayment.GrantedToken.PaymentMethodDetails.SepaDebit.GeneratedFromReturnUrlonDelegatedCheckout.RequestedSessionConfirmOptionsBuyerConsentsonDelegatedCheckout.RequestedSessionCryptoTransactionsonIssuing.Authorization,Issuing.Dispute, andIssuing.TransactionPaymentFacilitatorIdandSubMerchantIdonIssuing.Authorization.MerchantDataandIssuing.Transaction.MerchantDataIdentifiersonOrderLineItemProductDataOptions,ProductCreateOptions,ProductUpdateOptions, andProductAgentDetailsonPaymentIntentExternalReferenceonPriceCreateOptionsandPriceUpdateOptionsLoginSucceededandRegistrationSucceededonRadar.AccountEvaluation.EventsandRadar.AccountEvaluationUpdateOptionsPrintContentonTerminal.Reader.ActionAppChannelonV2.Core.ClaimableSandboxCreateOptionsandV2.Core.ClaimableSandboxOnboardingLinkDetailsandOwnerDetailsonV2.Core.ClaimableSandboxClaimUrlonV2.Core.ClaimableSandboxOwnerAccountonV2.Core.ClaimableSandbox.SandboxDetailsSnapshotEventonV2.Core.EventMultiprocessorSettlementonV2.MoneyManagement.FinancialAccountCaBankAccountonV2.MoneyManagement.FinancialAddress.CredentialsandV2.MoneyManagement.ReceivedCredit.BankTransferAmountDetailsandPaymentDetailsonV2.Payments.OffSessionPaymentCaptureOptions,V2.Payments.OffSessionPaymentCreateOptions, andV2.Payments.OffSessionPaymentDescriptiononV2.Payments.OffSessionPaymentCreateOptionsandV2.Payments.OffSessionPaymentMcconV2PaymentsOffSessionPaymentPaymentMethodOptionsCardOptionsStorageonV2.MoneyManagement.FinancialAccountUpdateOptionsFxQuoteonV2.MoneyManagement.CurrencyConversionCreateOptionsOnboardingLinkDetailsonV2.Core.ClaimableSandboxCreateOptionsV2CoreBatchJobEndpointOptions.HttpMethodfromliteral('post')toenum('delete'|'post')TreasuryTransactiononEventsV2MoneyManagementTransactionCreatedEventV1AccountApplicationAuthorizedEvent,V1AccountApplicationDeauthorizedEvent,V1AccountExternalAccountCreatedEvent,V1AccountExternalAccountDeletedEvent,V1AccountExternalAccountUpdatedEvent,V1BillingPortalSessionCreatedEvent,V1EntitlementsActiveEntitlementSummaryUpdatedEvent,V2CoreHealthMeterEventSummariesDelayedFiringEvent, andV2CoreHealthMeterEventSummariesDelayedResolvedEventV1AccountUpdatedEventwith related objectAccountV1ApplicationFeeCreatedEventandV1ApplicationFeeRefundedEventwith related objectApplicationFeeV1ApplicationFeeRefundUpdatedEventwith related objectApplicationFeeRefund... (truncated)
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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