Releases: elsa-workflows/elsa-studio
Releases · elsa-workflows/elsa-studio
3.3.1
What's Changed
- Optimize activity state updates. by @sfmskywalker in #375
Full Changelog: 3.3.0...3.3.1
3.3.0
What's Changed
- Add Elsa.Agents Module for Agent Management UI by @sfmskywalker in #283
- Add 'run' command item in the context menu in workflow defination list page. by @zergmk2 in #278
- Add automatic UI refresh feature in workflow instances list view with periodic polling. by @zergmk2 in #277
- Increase max upload size on WorkflowDefinitionEditor by @sNakiex in #276
- Extend Actvity Input Dropdown to allow other UI provider by @jdevillard in #274
- MudBlazor v7 by @Sverre-W in #282
- Secrets UI by @sfmskywalker in #285
- Add activity execution summaries and API endpoints by @sfmskywalker in #300
- Update Elsa.Api.Client to version 3.2.1-blueberry.2230 by @sfmskywalker in #303
- Refactor: Remove unnecessary Blazor service context invocations by @sfmskywalker in #307
- Refactor record retrieval logic by @sfmskywalker in #310
- Add support for schema-based detection of JSON workflow definitions for import by @sfmskywalker in #312
- Add UI support for Persistence Mode Strategies by @sfmskywalker in #313
- Add Functionality to Copy Entire Path from HTTP Endpoint Activity #133 by @abhishekp21 in #308
- Update variable handling for WorkflowInstanceDetails by @sfmskywalker in #321
- Add TypePicker component and handler by @sfmskywalker in #322
- Auto-refresh of Activity Execution Record Details by @sfmskywalker in #301
- Elsa Localization Support by @mohdali in #324
- Implement Dynamic Expression Evaluation for Log Persistence Mode by @sfmskywalker in #328
- Fix intermittent ApiResponse error by @sfmskywalker in #333
- Fix null handling and default value assignments in components by @sfmskywalker in #337
- Fixed display of log persistance type input by @MariusVuscanNx in #338
- Handle null checks and improve error handling. by @sfmskywalker in #339
- Update WorkflowDefinitionService to use LatestOrPublished by @sfmskywalker in #343
- Fix duplicate definition IDs in workflow instance list by @sfmskywalker in #347
- [ENH] Add Log Persistence Mode Display in Workflow Instance Viewer (#5271) in elsa-workflows/elsa-core#5271 by @amirhaghajani in #336
- feat: customize Elsa logo and the title by @geffzhang in #345
- Create dependabot.yml by @sfmskywalker in #361
- Refactor workflow import process with enhanced result handling by @sfmskywalker in #360
- Bump JetBrains.Annotations from 2024.2.0 to 2024.3.0 by @dependabot in #362
- Bump Microsoft.AspNetCore.Components.Web, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.JSInterop and MudBlazor by @dependabot in #364
- Bump Microsoft.CodeAnalysis.ResxSourceGenerator from 3.11.0-beta1.24508.2 to 3.11.0-beta1.24605.2 by @dependabot in #363
- Bump MudBlazor.Translations from 1.3.0 to 1.6.0 by @dependabot in #366
- Refactor authentication handler and update workflow filters. by @sfmskywalker in #374
New Contributors
- @Sverre-W made their first contribution in #282
- @abhishekp21 made their first contribution in #308
- @amirhaghajani made their first contribution in #336
- @geffzhang made their first contribution in #345
- @dependabot made their first contribution in #362
Full Changelog: 3.2.1...3.3.0
3.3.0 RC8
What's Changed
- Create dependabot.yml by @sfmskywalker in #361
- Refactor workflow import process with enhanced result handling by @sfmskywalker in #360
- Bump JetBrains.Annotations from 2024.2.0 to 2024.3.0 by @dependabot in #362
- Bump Microsoft.AspNetCore.Components.Web, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.JSInterop and MudBlazor by @dependabot in #364
- Bump Microsoft.CodeAnalysis.ResxSourceGenerator from 3.11.0-beta1.24508.2 to 3.11.0-beta1.24605.2 by @dependabot in #363
- Bump MudBlazor.Translations from 1.3.0 to 1.6.0 by @dependabot in #366
New Contributors
- @dependabot made their first contribution in #362
Full Changelog: 3.3.0-rc7...3.3.0-rc8
3.3.0 RC7
Full Changelog: 3.3.0-rc6...3.3.0-rc7
3.3.0 RC6
- Updated to Elsa API Client 3.3.0-rc6
Full Changelog: 3.3.0-rc5...3.3.0-rc6
3.3.0 RC5
What's Changed
- Update WorkflowDefinitionService to use LatestOrPublished by @sfmskywalker in #343
- Fix duplicate definition IDs in workflow instance list by @sfmskywalker in #347
- [ENH] Add Log Persistence Mode Display in Workflow Instance Viewer (#5271) in elsa-workflows/elsa-core#5271 by @amirhaghajani in #336
- feat: customize Elsa logo and the title by @geffzhang in #345
New Contributors
- @amirhaghajani made their first contribution in #336
- @geffzhang made their first contribution in #345
Full Changelog: 3.3.0-rc4...3.3.0-rc5
3.3.0 RC4
What's Changed
- Fix intermittent ApiResponse error by @sfmskywalker in #333
- Fix null handling and default value assignments in components by @sfmskywalker in #337
- Fixed display of log persistence type input by @MariusVuscanNx in #338
- Handle null checks and improve error handling. by @sfmskywalker in #339
Full Changelog: 3.3.0-rc3...3.3.0-rc4
3.3.0 RC3
What's Changed
- Auto-refresh of Activity Execution Record Details by @sfmskywalker in #301
- Elsa Localization Support by @mohdali in #324
- Implement Dynamic Expression Evaluation for Log Persistence Mode by @sfmskywalker in #328
Full Changelog: 3.3.0-rc2...3.3.0-rc3
3.3.0 RC2
What's Changed
- Update variable handling for WorkflowInstanceDetails by @sfmskywalker in #321
- Add TypePicker component and handler by @sfmskywalker in #322
Full Changelog: 3.3.0-rc1...3.3.0-rc2
3.3.0 RC1
What's Changed
- Add Elsa.Agents Module for Agent Management UI by @sfmskywalker in #283
- Add 'run' command item in the context menu in workflow defination list page. by @zergmk2 in #278
- Add automatic UI refresh feature in workflow instances list view with periodic polling. by @zergmk2 in #277
- Increase max upload size on WorkflowDefinitionEditor by @sNakiex in #276
- Extend Actvity Input Dropdown to allow other UI provider by @jdevillard in #274
- MudBlazor v7 by @Sverre-W in #282
- Secrets UI by @sfmskywalker in #285
- Add activity execution summaries and API endpoints by @sfmskywalker in #300
- Update Elsa.Api.Client to version 3.2.1-blueberry.2230 by @sfmskywalker in #303
- Refactor: Remove unnecessary Blazor service context invocations by @sfmskywalker in #307
- Refactor record retrieval logic by @sfmskywalker in #310
- Add support for schema-based detection of JSON workflow definitions for import by @sfmskywalker in #312
- Add UI support for Persistence Mode Strategies by @sfmskywalker in #313
- Add Functionality to Copy Entire Path from HTTP Endpoint Activity #133 by @abhishekp21 in #308
New Contributors
- @Sverre-W made their first contribution in #282
- @abhishekp21 made their first contribution in #308
Full Changelog: 3.2.1...3.3.0-rc1