Skip to content

RabbitMQ client version upgrade #1367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

nurlanmikayilov
Copy link

Description of Change

Upgraded the RabbitMQ.Client NuGet package to version 7.1.2 and made necessary adjustments to ensure compatibility with the updated API.

Implementation Details

This update was necessary to fix a MethodNotFoundException caused by version conflicts—other dependencies in the project were referencing a newer version of RabbitMQ.Client, which led to runtime errors. Aligning the versions resolved the issue.

Tests

No new tests were added, as the changes were limited to dependency upgrades and minor compatibility adjustments. Existing tests continue to pass successfully.

Breaking Changes

This change is not expected to break existing functionality. However, consumers relying on older versions of RabbitMQ.Client should verify compatibility.

Additional Context

The upgrade ensures consistency across project dependencies and prevents runtime issues due to version mismatches.

If you have any feedback or would like to see additional refinements, feel free to let me know—I’m happy to make further improvements if needed.

…kflow

- Added `should_execute_json_workflow_with_complex_input_type` test to verify handling of complex input properties.
- Ensured `AssignTask` step correctly sets `Assignee` information in `FlowData`.
- Included JSON workflow definition with complex input property.
- Verified `Assignee` and `UnitInfo` properties are correctly set in the test.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants