Skip to content

Bump the elsa group with 4 updates#1416

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/nuget/Elsademo/ElsaCore.Server/elsa-3617d509aa
May 20, 2026
Merged

Bump the elsa group with 4 updates#1416
github-actions[bot] merged 1 commit into
masterfrom
dependabot/nuget/Elsademo/ElsaCore.Server/elsa-3617d509aa

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Updated Elsa from 3.6.2 to 3.7.0.

Release notes

Sourced from Elsa's releases.

3.7.0

What's Changed

New Contributors

Full Changelog: elsa-workflows/elsa-core@3.6.0...3.7.0

3.7.0-rc1

Compare: 3.7.0-preview1...3.7.0-rc1


✨ New features

Modular server runtime

  • Elsa.ModularServer.Web: Integrated Elsa.Workflows.Runtime.Distributed and configured all shells with the core workflow, runtime, management, distributed runtime, and API shell features. (e7eaa4b1fe)

🔧 Improvements

  • Elsa.ModularServer.Web configuration: Updated the modular server sample configuration to route the default shell at the root path, add HTTP activity base URL settings, and include SQLite identity persistence options. (ad90e81af9)
  • Elsa.Http: Declared HttpJavaScriptFeature dependency on JavaScriptFeature so shell feature activation includes the required JavaScript integration first. (ad90e81af9)
  • Elsa.Workflows.Management: Registered workflow definition export and file name sanitization services in WorkflowManagementFeature, making exporter services available through shell feature setup. (ad90e81af9)
  • Elsa.ModularServer.Web logging: Reduced noisy CShells endpoint registration logs in development configuration. (ad90e81af9)

🐛 Fixes

  • Elsa.Expressions: Fixed GetFriendlyTypeName for arrays of generic and nested generic types, including multi-dimensional arrays, by resolving array element types before generic formatting. (b88af1e023) (#​7400)

🧩 Developer-facing changes

  • Elsa.Workflows.Management: Shells using WorkflowManagementFeature now receive IWorkflowDefinitionExporter and IFileNameSanitizer registrations by default. (ad90e81af9)
  • Elsa.ModularServer.Web: The sample modular server now references Elsa.Http and Elsa.Workflows.Runtime.Distributed, reflecting the expected feature set for distributed runtime and HTTP activity configuration. (e7eaa4b1fe) (ad90e81af9)

🧪 Tests

  • Added coverage for TypeExtensions.GetFriendlyTypeName, including non-generic types, generic types, arrays of generic types, nested generic arrays, multi-dimensional arrays, and square bracket formatting. (b88af1e023) (#​7400)

🔁 CI / Build

  • Added the Claude Code GitHub Actions workflow, enabling repository maintainers with write access to trigger Claude Code from issue and PR comments. (8ee0b43b34) (#​7411)

📦 Full changelog (short)

  • Integrate Elsa.Workflows.Runtime.Distributed into Elsa.ModularServer.Web and configure shell features for enhanced distributed runtime support. (e7eaa4b1fe)
  • Enhance logging configuration, update HttpFeature dependencies, and add new identity persistence options. (ad90e81af9)
    ... (truncated)

3.7.0-preview1

Full Changelog: elsa-workflows/elsa-core@3.7.0-preview1...3.7.0-preview1

What's Changed

New Contributors

Full Changelog: elsa-workflows/elsa-core@3.6.1...3.7.0-preview1

Commits viewable in compare view.

Updated Elsa.Identity from 3.6.2 to 3.7.0.

Release notes

Sourced from Elsa.Identity's releases.

3.7.0

What's Changed

New Contributors

Full Changelog: elsa-workflows/elsa-core@3.6.0...3.7.0

3.7.0-rc1

Compare: 3.7.0-preview1...3.7.0-rc1


✨ New features

Modular server runtime

  • Elsa.ModularServer.Web: Integrated Elsa.Workflows.Runtime.Distributed and configured all shells with the core workflow, runtime, management, distributed runtime, and API shell features. (e7eaa4b1fe)

🔧 Improvements

  • Elsa.ModularServer.Web configuration: Updated the modular server sample configuration to route the default shell at the root path, add HTTP activity base URL settings, and include SQLite identity persistence options. (ad90e81af9)
  • Elsa.Http: Declared HttpJavaScriptFeature dependency on JavaScriptFeature so shell feature activation includes the required JavaScript integration first. (ad90e81af9)
  • Elsa.Workflows.Management: Registered workflow definition export and file name sanitization services in WorkflowManagementFeature, making exporter services available through shell feature setup. (ad90e81af9)
  • Elsa.ModularServer.Web logging: Reduced noisy CShells endpoint registration logs in development configuration. (ad90e81af9)

🐛 Fixes

  • Elsa.Expressions: Fixed GetFriendlyTypeName for arrays of generic and nested generic types, including multi-dimensional arrays, by resolving array element types before generic formatting. (b88af1e023) (#​7400)

🧩 Developer-facing changes

  • Elsa.Workflows.Management: Shells using WorkflowManagementFeature now receive IWorkflowDefinitionExporter and IFileNameSanitizer registrations by default. (ad90e81af9)
  • Elsa.ModularServer.Web: The sample modular server now references Elsa.Http and Elsa.Workflows.Runtime.Distributed, reflecting the expected feature set for distributed runtime and HTTP activity configuration. (e7eaa4b1fe) (ad90e81af9)

🧪 Tests

  • Added coverage for TypeExtensions.GetFriendlyTypeName, including non-generic types, generic types, arrays of generic types, nested generic arrays, multi-dimensional arrays, and square bracket formatting. (b88af1e023) (#​7400)

🔁 CI / Build

  • Added the Claude Code GitHub Actions workflow, enabling repository maintainers with write access to trigger Claude Code from issue and PR comments. (8ee0b43b34) (#​7411)

📦 Full changelog (short)

  • Integrate Elsa.Workflows.Runtime.Distributed into Elsa.ModularServer.Web and configure shell features for enhanced distributed runtime support. (e7eaa4b1fe)
  • Enhance logging configuration, update HttpFeature dependencies, and add new identity persistence options. (ad90e81af9)
    ... (truncated)

3.7.0-preview1

Full Changelog: elsa-workflows/elsa-core@3.7.0-preview1...3.7.0-preview1

What's Changed

New Contributors

Full Changelog: elsa-workflows/elsa-core@3.6.1...3.7.0-preview1

Commits viewable in compare view.

Updated Elsa.Scheduling from 3.6.2 to 3.7.0.

Release notes

Sourced from Elsa.Scheduling's releases.

3.7.0

What's Changed

New Contributors

Full Changelog: elsa-workflows/elsa-core@3.6.0...3.7.0

3.7.0-rc1

Compare: 3.7.0-preview1...3.7.0-rc1


✨ New features

Modular server runtime

  • Elsa.ModularServer.Web: Integrated Elsa.Workflows.Runtime.Distributed and configured all shells with the core workflow, runtime, management, distributed runtime, and API shell features. (e7eaa4b1fe)

🔧 Improvements

  • Elsa.ModularServer.Web configuration: Updated the modular server sample configuration to route the default shell at the root path, add HTTP activity base URL settings, and include SQLite identity persistence options. (ad90e81af9)
  • Elsa.Http: Declared HttpJavaScriptFeature dependency on JavaScriptFeature so shell feature activation includes the required JavaScript integration first. (ad90e81af9)
  • Elsa.Workflows.Management: Registered workflow definition export and file name sanitization services in WorkflowManagementFeature, making exporter services available through shell feature setup. (ad90e81af9)
  • Elsa.ModularServer.Web logging: Reduced noisy CShells endpoint registration logs in development configuration. (ad90e81af9)

🐛 Fixes

  • Elsa.Expressions: Fixed GetFriendlyTypeName for arrays of generic and nested generic types, including multi-dimensional arrays, by resolving array element types before generic formatting. (b88af1e023) (#​7400)

🧩 Developer-facing changes

  • Elsa.Workflows.Management: Shells using WorkflowManagementFeature now receive IWorkflowDefinitionExporter and IFileNameSanitizer registrations by default. (ad90e81af9)
  • Elsa.ModularServer.Web: The sample modular server now references Elsa.Http and Elsa.Workflows.Runtime.Distributed, reflecting the expected feature set for distributed runtime and HTTP activity configuration. (e7eaa4b1fe) (ad90e81af9)

🧪 Tests

  • Added coverage for TypeExtensions.GetFriendlyTypeName, including non-generic types, generic types, arrays of generic types, nested generic arrays, multi-dimensional arrays, and square bracket formatting. (b88af1e023) (#​7400)

🔁 CI / Build

  • Added the Claude Code GitHub Actions workflow, enabling repository maintainers with write access to trigger Claude Code from issue and PR comments. (8ee0b43b34) (#​7411)

📦 Full changelog (short)

  • Integrate Elsa.Workflows.Runtime.Distributed into Elsa.ModularServer.Web and configure shell features for enhanced distributed runtime support. (e7eaa4b1fe)
  • Enhance logging configuration, update HttpFeature dependencies, and add new identity persistence options. (ad90e81af9)
    ... (truncated)

3.7.0-preview1

Full Changelog: elsa-workflows/elsa-core@3.7.0-preview1...3.7.0-preview1

What's Changed

New Contributors

Full Changelog: elsa-workflows/elsa-core@3.6.1...3.7.0-preview1

Commits viewable in compare view.

Updated Elsa.Workflows.Api from 3.6.2 to 3.7.0.

Release notes

Sourced from Elsa.Workflows.Api's releases.

3.7.0

What's Changed

New Contributors

Full Changelog: elsa-workflows/elsa-core@3.6.0...3.7.0

3.7.0-rc1

Compare: 3.7.0-preview1...3.7.0-rc1


✨ New features

Modular server runtime

  • Elsa.ModularServer.Web: Integrated Elsa.Workflows.Runtime.Distributed and configured all shells with the core workflow, runtime, management, distributed runtime, and API shell features. (e7eaa4b1fe)

🔧 Improvements

  • Elsa.ModularServer.Web configuration: Updated the modular server sample configuration to route the default shell at the root path, add HTTP activity base URL settings, and include SQLite identity persistence options. (ad90e81af9)
  • Elsa.Http: Declared HttpJavaScriptFeature dependency on JavaScriptFeature so shell feature activation includes the required JavaScript integration first. (ad90e81af9)
  • Elsa.Workflows.Management: Registered workflow definition export and file name sanitization services in WorkflowManagementFeature, making exporter services available through shell feature setup. (ad90e81af9)
  • Elsa.ModularServer.Web logging: Reduced noisy CShells endpoint registration logs in development configuration. (ad90e81af9)

🐛 Fixes

  • Elsa.Expressions: Fixed GetFriendlyTypeName for arrays of generic and nested generic types, including multi-dimensional arrays, by resolving array element types before generic formatting. (b88af1e023) (#​7400)

🧩 Developer-facing changes

  • Elsa.Workflows.Management: Shells using WorkflowManagementFeature now receive IWorkflowDefinitionExporter and IFileNameSanitizer registrations by default. (ad90e81af9)
  • Elsa.ModularServer.Web: The sample modular server now references Elsa.Http and Elsa.Workflows.Runtime.Distributed, reflecting the expected feature set for distributed runtime and HTTP activity configuration. (e7eaa4b1fe) (ad90e81af9)

🧪 Tests

  • Added coverage for TypeExtensions.GetFriendlyTypeName, including non-generic types, generic types, arrays of generic types, nested generic arrays, multi-dimensional arrays, and square bracket formatting. (b88af1e023) (#​7400)

🔁 CI / Build

  • Added the Claude Code GitHub Actions workflow, enabling repository maintainers with write access to trigger Claude Code from issue and PR comments. (8ee0b43b34) (#​7411)

📦 Full changelog (short)

  • Integrate Elsa.Workflows.Runtime.Distributed into Elsa.ModularServer.Web and configure shell features for enhanced distributed runtime support. (e7eaa4b1fe)
  • Enhance logging configuration, update HttpFeature dependencies, and add new identity persistence options. (ad90e81af9)
    ... (truncated)

3.7.0-preview1

Full Changelog: elsa-workflows/elsa-core@3.7.0-preview1...3.7.0-preview1

What's Changed

New Contributors

Full Changelog: elsa-workflows/elsa-core@3.6.1...3.7.0-preview1

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 Elsa from 3.6.2 to 3.7.0
Bumps Elsa.Identity from 3.6.2 to 3.7.0
Bumps Elsa.Scheduling from 3.6.2 to 3.7.0
Bumps Elsa.Workflows.Api from 3.6.2 to 3.7.0

---
updated-dependencies:
- dependency-name: Elsa
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: elsa
- dependency-name: Elsa.Identity
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: elsa
- dependency-name: Elsa.Scheduling
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: elsa
- dependency-name: Elsa.Workflows.Api
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: elsa
...

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 May 20, 2026
@github-actions github-actions Bot merged commit b9cfa03 into master May 20, 2026
1 of 2 checks passed
@github-actions github-actions Bot deleted the dependabot/nuget/Elsademo/ElsaCore.Server/elsa-3617d509aa branch May 20, 2026 22:11
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