Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions releases/v1.26.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Bugfixes

## Spring Boot
* Fixed an issue where Workflows could not be registered if they used a constructor to autowire.

## Nexus
* Fixed an issue where some Workflow options were not passed when using `WorkflowClientOperationHandlers`.

# What's Changed

2024-11-21 - 01530ecd - Fix workflow implementation in springboot failing if no default constructor is present (#2300)
2024-11-21 - 8372337a - Make sure workflow options from proxy call are propagated (#2310)
Loading