deps: Bump the elsa-preview group with 2 updates - #9
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps Elsa.Studio from 3.6.3 to 3.8.4 Bumps Elsa.Studio.Agents from 3.6.3 to 3.8.4 --- updated-dependencies: - dependency-name: Elsa.Studio dependency-version: 3.8.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: elsa-preview - dependency-name: Elsa.Studio.Agents dependency-version: 3.8.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: elsa-preview ... Signed-off-by: dependabot[bot] <support@github.com>
|
PR author is not in the allowed authors list. |
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 Elsa.Studio from 3.6.3 to 3.8.4.
Release notes
Sourced from Elsa.Studio's releases.
3.8.4
Compare:
3.8.2...3.8.4Elsa Studio 3.8.4 — Release Notes
Critical patch for consumers of Studio packages.
elsa-studio 3.8.3 on nuget.org declares
Elsa.Api.Client >= 3.8.0-preview.5565, which is not published. Clean restores fail (NU1603) or fall back to an old preview (#1052). nuget.org versions are immutable, so this 3.8.4 release ships Studio packages that depend on a published stableElsa.Api.Client(aligned with Core 3.8.4).🌟 Highlights
Elsa.Api.Clientpackage reference points at published stable 3.8.4 (not a missing preview). (#1052)🐛 Fixes
Elsa.Api.Clientin Directory.Packages / package metadata to a nuget.org-available stable version. (#1052)3.8.3
What's Changed
New Contributors
Full Changelog: elsa-workflows/elsa-studio@3.8.0...3.8.3
3.8.2
Compare:
3.8.1...3.8.2Elsa Studio 3.8.2 — Release Notes
Patch release paired with elsa-core 3.8.2 and elsa-extensions 3.8.2.
Package-reference bump to Core 3.8.2 for the aligned patch train. No Studio product-behavior changes vs 3.8.1.
🌟 Highlights
🐛 Fixes
3.8.1
Compare:
3.8.0...3.8.1Elsa Studio 3.8.1 — Release Notes
Patch release for Studio 3.8.0: OpenID Connect host startup, static-feature dashboard modules, and the Executions details drawer.
Upgrade together with elsa-core 3.8.1 (and elsa-extensions 3.8.1 if you use those packages).
🌟 Highlights
AddOpenIdConnectAuthno longer throwsTryAddIndistinguishableTypeToEnumerablewhen registering the authentication provider. (#1016, #1025)Acme.Identity) are not treated as Elsa modules.🐛 Fixes
AddOpenIdConnectAuthcan start. (#1016, #1025)MudDrawerwhile open so selecting an Executions row shows details (including overlay / header close). (#1021, #1028)3.8.0
Compare:
3.7.1...3.8.0🌟 Highlights
Operational dashboard: Studio’s root experience is now a dashboard shell with remote-gated workflow and diagnostics widgets. Companion modules contribute widgets through stable zones and payload contracts, so hosts can include only the capabilities their backend advertises. (
948777a7,ac383501,72bf112a,#879)Diagnostics workspace: Studio adds separate Structured Logs, raw Console Logs, and OpenTelemetry viewers with recent-data backfill, live SignalR updates, feature/permission gating, workflow/trace correlation, and dashboard status widgets. Structured Logs remains semantic
ILoggerdata; Console Logs remains raw stdout/stderr. (#810,#821,#822,#833,#834)Workflow authoring: Sequence workflows gain a React Flow designer and explicit sequence mode; State Machine workflows move to X6 and gain structured state/transition inspectors, trigger/condition/action authoring, lossless condition editing, JSON repair guidance, and accessible activity selection. (
#812,#818,#819,#873,#985)Root activity and designer productivity: New workflow creation and embedded activity ports can choose a root activity template. The activity picker supports suggested/recent/all views, category filtering, search, designer-backed replacement, and safer JSON editing while preserving activity identity. (
#878,#946,6f178db2,a5b2d237)Authentication and administration: Studio adds brokered External Authentication management, connection and identity-link workspaces, configurable application/login themes, user and role management, and improved identity display/copy flows. (
#920,#921,#936,39637f74,3905f930)Operational extensions: New Secrets management and picker/update UX, Alterations staging/designer flows, Platform artifact submission actions, HTTP Webhooks navigation, and the Weaver AI workspace extend Studio beyond workflow editing. Weaver streams Core-owned capabilities, tools, and chat; proposal review/apply controls remain unavailable until Core exposes the corresponding action endpoints. (
#823,#826,#839,#900,a067420e)Authentication composition is now explicitly selected. Hosts that adopt the shared authentication UI or brokered External Authentication must register exactly one authentication provider. Direct OpenID Connect and Elsa Identity remain supported, but legacy
Elsa.Studio.Login, Elsa Identity, direct OIDC, and brokered External Authentication registrations must not be mixed. See the External Authentication migration guide. (c0b1969f,aa8dd851)Brokered External Authentication has separate Server and WebAssembly trust models. Server hosts use a confidential client with server-side credential retention; WebAssembly hosts use a public client with mandatory PKCE and memory-only credentials by default. Configure
Authentication:Providerand the matchingAuthentication:ExternalAuthenticationsection before enabling it. (497a3cae,docs/migrations/external-authentication.md)Pair Studio with the matching Elsa Core diagnostics and authentication features. Diagnostics navigation and dashboard widgets are remote-feature and permission gated; when the backend does not advertise a feature, the corresponding route is hidden or renders an unavailable/unauthorized state. (
72bf112a,3b2ea27f,d6018c30)Backend compatibility: Studio 3.8.0 consumes
Elsa.Api.Client3.8.0. Upgrade the corresponding Core packages before updating Studio. (85395246)✨ New features
Dashboard and diagnostics
948777a7,5997b32d,d746b39d,ac383501,72bf112a)#810,#816,#821)#822,#831,#833,b82e3756)#834,3b2ea27f,2cdb8853)#823,#837,43dbadc9)#826,#840,8145e7e3)#839,c8755016)a067420e)Workflow designer
#812,#819,#873,64034310)#818,d8077579,1de8617a,402168f1,69285b09,ab8261fb)1133f8fa,6f178db2,a5b2d237)... (truncated)
3.8.0-rc2
Studio grew from a workflow editor into an operations console. A dashboard on the home page, three diagnostics workspaces, an alterations designer, SSO and user management, and two new designers — Sequence and StateMachine — alongside an opt-in React Flow rewrite of the flowchart canvas.
This is the release candidate for 3.8.0, covering everything since 3.7.1: 51 pull requests and 18 new modules. It pairs with elsa-core 3.8.0-rc2, which shipped the backend half of most of what's here — the dashboard API, the diagnostics endpoints, the secrets store, the external authentication broker and Weaver. Upgrade both together. Studio 3.8 talks to APIs that 3.7 servers don't expose, and most new screens are gated on a backend feature being present, so against an older server they simply won't appear.
3.7.1...3.8.0-rc2Highlights
1. The home page is now an operational dashboard
/used to be a static welcome page. It now renders metric cards, a needs-attention list, workflow trends, recent activity, a diagnostics snapshot and optional hotspots, backed by the new/dashboard/*endpoints in Core. Unauthorized and backend-unavailable states degrade gracefully rather than erroring.The part worth knowing about is what happened underneath. The first version hardcoded workflow and diagnostics content into the dashboard page. #879 and #886 replaced that with a widget composition model: descriptors, semantic zones, a registry with validation, and cascading widget context. The dashboard page now renders whatever widgets are registered, and the dashboard module no longer references the workflows module at all.
Widgets ship in companion modules —
Elsa.Studio.Workflows.Dashboard,Elsa.Studio.Diagnostics.ConsoleLogs.Dashboard,Elsa.Studio.Diagnostics.StructuredLogs.Dashboard,Elsa.Studio.Diagnostics.OpenTelemetry.Dashboard— each gated on its backend feature being present. So the dashboard shows what your server actually has, and your own modules can contribute panels without the dashboard knowing they exist.#871 · #879 · #886 · #887
2. Three diagnostics workspaces
Core 3.8 made an Elsa host observable. Studio 3.8 is where you look at it.
/diagnostics/structured-logs— backend server logs with an authenticated SignalR subscription for live updates. Filters for level, text, category, workflow instance, tenant, trace and correlation ID, time and source. Merged clustered views plus source-specific focus for individual pods, processes or containers, with source health indicators and source-change handling. Pause/resume, reconnect, clear, auto-scroll, wrapping, compact mode, copy selected or visible rows, and deep links from the workflow instance viewer. Trace metadata filters were added in #821. (#810 · #816)/diagnostics/console— raw stdout/stderr capture with its own REST and SignalR clients, URL state mapping, export and highlight helpers. And usefully, a Console tab inside the workflow instance viewer: the viewer was extracted into a reusable component and given a workflow-scoped filter, so you can read what one specific run printed instead of searching a shared stream. (#822 · #831 · #833)/diagnostics/opentelemetry— views over the OTEL data Core now emits, with live updates, setup helpers and cross-links to the other two diagnostics surfaces. (#834)3. Two new designers, and a third canvas implementation
StateMachine designer. Core 3.8 added a
StateMachineactivity; Studio can now draw one. A dedicated diagram provider and canvas wrapper with graph models, a JSON mapper, a validation service and activity-slot drag/drop. (#818)... (truncated)
3.8.0-rc1
Elsa Studio 3.8.0-rc1
Studio grew from a workflow editor into an operations console. A dashboard on the home page, three diagnostics workspaces, an alterations designer, SSO and user management, and two new designers — Sequence and StateMachine — alongside an opt-in React Flow rewrite of the flowchart canvas.
This is the release candidate for 3.8.0, covering everything since 3.7.1: 51 pull requests and 18 new modules. It pairs with elsa-core 3.8.0-rc1, which shipped the backend half of most of what's here — the dashboard API, the diagnostics endpoints, the secrets store, the external authentication broker and Weaver. Upgrade both together. Studio 3.8 talks to APIs that 3.7 servers don't expose, and most new screens are gated on a backend feature being present, so against an older server they simply won't appear.
3.7.1...3.8.0-rc1Highlights
1. The home page is now an operational dashboard
/used to be a static welcome page. It now renders metric cards, a needs-attention list, workflow trends, recent activity, a diagnostics snapshot and optional hotspots, backed by the new/dashboard/*endpoints in Core. Unauthorized and backend-unavailable states degrade gracefully rather than erroring.The part worth knowing about is what happened underneath. The first version hardcoded workflow and diagnostics content into the dashboard page. #879 and #886 replaced that with a widget composition model: descriptors, semantic zones, a registry with validation, and cascading widget context. The dashboard page now renders whatever widgets are registered, and the dashboard module no longer references the workflows module at all.
Widgets ship in companion modules —
Elsa.Studio.Workflows.Dashboard,Elsa.Studio.Diagnostics.ConsoleLogs.Dashboard,Elsa.Studio.Diagnostics.StructuredLogs.Dashboard,Elsa.Studio.Diagnostics.OpenTelemetry.Dashboard— each gated on its backend feature being present. So the dashboard shows what your server actually has, and your own modules can contribute panels without the dashboard knowing they exist.#871 · #879 · #886 · #887
2. Three diagnostics workspaces
Core 3.8 made an Elsa host observable. Studio 3.8 is where you look at it.
/diagnostics/structured-logs— backend server logs with an authenticated SignalR subscription for live updates. Filters for level, text, category, workflow instance, tenant, trace and correlation ID, time and source. Merged clustered views plus source-specific focus for individual pods, processes or containers, with source health indicators and source-change handling. Pause/resume, reconnect, clear, auto-scroll, wrapping, compact mode, copy selected or visible rows, and deep links from the workflow instance viewer. Trace metadata filters were added in #821. (#810 · #816)/diagnostics/console— raw stdout/stderr capture with its own REST and SignalR clients, URL state mapping, export and highlight helpers. And usefully, a Console tab inside the workflow instance viewer: the viewer was extracted into a reusable component and given a workflow-scoped filter, so you can read what one specific run printed instead of searching a shared stream. (#822 · #831 · #833)/diagnostics/opentelemetry— views over the OTEL data Core now emits, with live updates, setup helpers and cross-links to the other two diagnostics surfaces. (#834)3. Two new designers, and a third canvas implementation
StateMachine designer. Core 3.8 added a
StateMachineactivity; Studio can now draw one. A dedicated diagram provider and canvas wrapper with graph models, a JSON mapper, a validation service and activity-slot drag/drop. (#818)... (truncated)
3.8.0-preview1
What's Changed
New Contributors
Full Changelog: elsa-workflows/elsa-studio@3.7.0...3.8.0-preview1
3.7.1
Compare:
3.7.0...origin/release/3.7.1Highlights
Elsa.Api.Clientdependency from the 3.7.0 preview build to the published Elsa Core 3.7.1 package so Studio 3.7.1 consumes the matching patch-level API client.Upgrade notes
Dependencies
Elsa.Api.Client:3.7.0-preview.4523->3.7.1Full changelog
abcf9b76a0- Update Elsa API client to 3.7.13.7.0
Elsa Studio 3.7.0
Compare:
3.6.1...3.7.0IAuthenticationProvider,IAuthenticationProviderManager, andTokenNamesmoved out ofElsa.Studio.CoreintoElsa.Studio.Loginnamespaces. Consumers importing these APIs fromElsa.Studio.Coreshould update package references/usings toElsa.Studio.Login. (2192884a48) (#723)MudBlazorwas upgraded from8.15.0to9.0.0,Radzen.Blazorfrom8.3.5to9.0.5, andCodeBeam.MudBlazor.Extensionsfrom8.3.0to9.0.0-rc.1. Applications customizing Elsa Studio UI components should validate compatibility with these major versions. (04b858a8d0) (#760)✨ New features
Authentication
ElsaIdentityUIFeatureand switched the WASM host default authentication provider from legacyElsaLogintoElsaIdentity. (7ffc15a591)ElsaLoginsupport for WASM host configuration, preserving an upgrade path for existing host apps. (8612d5b195)Workflow instance diagnostics
IActivityExecutionService.GetCallStackAsync, anActivityCallStackcomponent, execution details drawer, and activity selection/highlighting in the workflow instance viewer. (691d373bbd) (#750)Incidentstab. (b3ca85f818) (#739)Pendingas a workflow instance sub-status filter and updated translations. (9af41aebb2) (#737)Extensibility and UI composition
IThemeProviderso host applications can supply a customMudThememore directly. (07e94f58a7) (#754)DataPanelItemFormat, customValueTemplate, reusable value component support, and dedicated renderers for timestamp/code/text values. (2b55e410d2) (#740)IActivityTabwith optional icon, icon color, visibility, and scroll-wrapping customization hooks, plus a reusableActivityTabimplementation. (2192884a48) (#723)🔧 Improvements
QueryTableComponentBasequery state handling and initialization logic. (91868f273b)ExpressionDescriptorProvidermutable inActivityPropertiesPaneland cleaned up formatting. (918dd8c862)🐛 Fixes
IHttpConnectionOptionsConfiguratorinElsa.Studio.Host.CustomElementssoWorkflowInstanceObserverFactoryresolves correctly when rendering custom-element viewers with API key or access-token attributes. (797449faf1) (#800)IAuthenticationProviderManagerregistrations viaTryAddScoped. (9799d93b3c) (#792)... (truncated)
3.7.0-rc1
Compare:
3.6.0...3.7.0-rc1IAuthenticationProvider,IAuthenticationProviderManager, andTokenNamesmoved out ofElsa.Studio.CoreintoElsa.Studio.Loginnamespaces. Consumers importing these APIs fromElsa.Studio.Coreshould update package references/usings toElsa.Studio.Login. (2192884a48) (#723)MudBlazorwas upgraded from8.15.0to9.0.0,Radzen.Blazorfrom8.3.5to9.0.5, andCodeBeam.MudBlazor.Extensionsfrom8.3.0to9.0.0-rc.1. Applications customizing Elsa Studio UI components should validate compatibility with these major versions. (04b858a8d0) (#760)✨ New features
Authentication
ElsaIdentityUIFeatureand switched the WASM host default authentication provider from legacyElsaLogintoElsaIdentity. (7ffc15a591)ElsaLoginsupport for WASM host configuration, preserving an upgrade path for existing host apps. (8612d5b195)Workflow instance diagnostics
IActivityExecutionService.GetCallStackAsync, anActivityCallStackcomponent, execution details drawer, and activity selection/highlighting in the workflow instance viewer. (691d373bbd) (#750)Incidentstab. (b3ca85f818) (#739)Pendingas a workflow instance sub-status filter and updated translations. (9af41aebb2) (#737)Extensibility and UI composition
IThemeProviderso host applications can supply a customMudThememore directly. (07e94f58a7) (#754)DataPanelItemFormat, customValueTemplate, reusable value component support, and dedicated renderers for timestamp/code/text values. (2b55e410d2) (#740)IActivityTabwith optional icon, icon color, visibility, and scroll-wrapping customization hooks, plus a reusableActivityTabimplementation. (2192884a48) (#723)🔧 Improvements
QueryTableComponentBasequery state handling and initialization logic. (91868f273b)ExpressionDescriptorProvidermutable inActivityPropertiesPaneland cleaned up formatting. (918dd8c862)🐛 Fixes
IHttpConnectionOptionsConfiguratorinElsa.Studio.Host.CustomElementssoWorkflowInstanceObserverFactoryresolves correctly when rendering custom-element viewers with API key or access-token attributes. (797449faf1) (#800)IAuthenticationProviderManagerregistrations viaTryAddScoped. (9799d93b3c) (#792)ExpressionDescriptorProvideris initialized, fixing syntax values such as JavaScript reverting to literal/default on reopen. (880525fd18) (#780)🔒 Security
api-key/access-tokencredentials into SignalRHttpConnectionOptions, allowing secured workflow viewers to connect without pulling in a full login module. (797449faf1) (#800)🧩 Developer-facing changes
IAnonymousBackendApiClientProviderand default implementation for anonymous backend API access. (2192884a48) (#723)... (truncated)
Commits viewable in compare view.
Updated Elsa.Studio.Agents from 3.6.3 to 3.8.4.
Release notes
Sourced from Elsa.Studio.Agents's releases.
3.8.4
Compare:
3.8.2...3.8.4Elsa Extensions 3.8.4 — Release Notes
Patch release paired with elsa-core 3.8.4 and elsa-studio 3.8.4 for version alignment after the Studio 3.8.3 restore integrity issue (#1052).
No Extensions product-behavior changes vs 3.8.2 beyond package reference bumps to the 3.8.4 train. Mongo/Dapper continue to ship the 3-param
TryMarkInterruptedAsyncsurface from the 3.8.2 integrity fix (#205).🌟 Highlights
ElsaVersion/ElsaStudioVersiontrack Core and Studio 3.8.4.🐛 Fixes
3.8.2
Compare:
3.8.1...3.8.2Elsa Extensions 3.8.2 — Release Notes
Critical patch for hosts using MongoDB or Dapper workflow-instance persistence with elsa-core 3.8.1+.
The NuGet packages published as Extensions 3.8.1 were built from a tip that still exposed the older two-parameter
TryMarkInterruptedAsync. Core 3.8.1 requires the three-parameter shape, soAddElsa()fails at startup withTypeLoadExceptionbefore the host runs (#205).Source on the
3.8.1git tag was already correct; nuget.org versions are immutable, so this 3.8.2 republish ships the corrected assemblies.🌟 Highlights
MongoWorkflowInstanceStoreandDapperWorkflowInstanceStoreimplement the Core 3.8.1+TryMarkInterruptedAsyncsignature soAddElsa()no longer TypeLoadExceptions. (#205)Elsa.Persistence.MongoDb/Elsa.Persistence.Dapper) to 3.8.2, and prefer aligning elsa-core / elsa-studio to 3.8.2 as well.3.8.1on nuget.org — that version cannot be overwritten.🐛 Fixes
TryMarkInterruptedAsyncmatches Core’s three-parameter interface. (#205)3.8.1
Compare:
3.8.0...3.8.1Elsa Extensions 3.8.1 — Release Notes
Patch release for Extensions 3.8.0: MongoDB persistence regressions, interruption-store companions for Core 3.8.1, and a Dapper filter bug that restarted live workflows.
Consume with elsa-core 3.8.1 (Management / runtime changes).
🌟 Highlights
VariableSerializerresolves storage drivers against the real registry soStorageDriverTypeis not dropped. (#8047, #185)JsonObject/JsonArray/JsonValuedeserialize correctly instead of failing with missing parameterless constructors. (#8048, #186)TryMarkInterruptedAsynccompanions keep Extensions stores aligned with Core’s interruption API. (#187, #188)BeforeLastUpdatedis honored in the workflow instance filter soRestartInterruptedWorkflowsTaskdoes not treat every executing instance as interrupted. (#183, #189)IWorkflowInstanceStoremust take this Extensions patch (or implementTryMarkInterruptedAsyncthemselves) when bumping Management packages from Core 3.8.1.🐛 Fixes
VariableSerializerdroppingStorageDriverTypewhen resolving against an empty default registry. (#8047, #185)JsonNodetypes so persisted workflow state round-trips. (#8048, #186)TryMarkInterruptedAsyncon Mongo and Dapper workflow instance stores. (#187, #188)WorkflowInstanceFilter.BeforeLastUpdatedin the Dapper store. (#183, #189)3.8.0
Compare:
3.7.1...3.8.0🌟 Highlights
Stable package alignment: Extensions consumes Elsa Core and Elsa Studio 3.8.0 stable packages. (66861ae082)
Package discovery: Extension manifests now identify their runtime as Server, helping platform tooling distinguish server packages. (d407e96217)
Webhooks: Webhook modules are consumed as packages instead of being built from this repository. (335a264953)
Publishing: Stable NuGet publishing uses the account that created the Trusted Publishing policy. (a44e2b09af)
Elsa.Http.WebhooksandElsa.Studio.Http.Webhookssources have moved out of Extensions. Custom solutions that referenced these projects by path should use the corresponding package references, as the bundled hosts and OrchardCore integration now do. (335a264953)🧩 Developer-facing changes
Elsa.Platform.PackageManifest.Generator0.0.1-preview.50 and include a Server runtime hint. (d407e96217)🔁 CI / Build
📦 Dependencies
🔒 Known dependency advisories
Hangfire.Storage.SQLitedependency chain includesSQLitePCLRaw.lib.e_sqlite32.0.4, which is affected by GHSA-2m69-gcr7-jv3q. The SQLite backend is selected throughUseSqliteStorage. This release does not remediate that dependency; deployments using it should review the advisory. The dependency's presence is not proof that the vulnerable SQL pattern is reachable through Hangfire.SharpCompress0.30.1. MongoDB's maintainer assessment states that the driver uses in-memory ZLib compression and does not call the affected archive-extraction API.📦 Full changelog (short)
... (truncated)
3.8.0-rc2
Full Changelog: elsa-workflows/elsa-extensions@3.7.1...3.8.0-rc2
3.7.1
Compare:
3.7.0...origin/release/3.7.1Highlights
Upgrade notes
Fixes
elsa-tctto leave more room for configured application instance names. (e1ba7249b4)Dependencies
ElsaVersion:3.7.0->3.7.1ElsaStudioVersion:3.7.0->3.7.1Tests
Full changelog
e0142b576b- Ensure durable Quartz job exists before scheduling its trigger172669a945- address greptile review feedback (greploop iteration 1)02de01c507- Merge pull request #162 from elsa-workflows/sfmskywalker-port-quartz-durable-job-370e1ba7249b4- Shorten change-token signal endpoint name8ebaede7de- Shorten temporary workflow endpoint names4e1658d4a7- Update Elsa packages to 3.7.13.7.0
Compare:
3.6.1...origin/release/3.7.0🌟 Highlights
3.7.0packages and applies the requested release version duringdotnet pack. (52ba48b07a)✨ New features
Persistence
GetExecutionChainAsyncto Dapper and MongoDB activity execution record stores. (d060d3acb8)AggregateFaultCount. (48abd83098, c34a90f991, 22ee4208b4)Shells and hosting
Package catalog
🔧 Improvements
QuartzSchedulerFeatureandResilienceFeaturewhere appropriate. (20ff304125, f0ac7a3bb6)🐛 Fixes
WorkflowGraphNotFoundException. (f5439bdcef, 889aaf41c5)... (truncated)
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