Release/v2.1.0#558
Merged
Merged
Conversation
wolfSSL-Fenrir-bot
left a comment
There was a problem hiding this comment.
Fenrir Automated Review — PR #558
Scan targets checked: wolfmqtt-bugs, wolfmqtt-src
No new issues found in the changed files. ✅
There was a problem hiding this comment.
Pull request overview
Prepares the wolfMQTT codebase for the v2.1.0 release by bumping version metadata across build systems, updating release notes, and hardening test/exampleruntime behavior (test broker FD hygiene; safer firmware signing init/cleanup path).
Changes:
- Bump project/library version references to 2.1.0 (Autotools, CMake, generated version header).
- Improve test robustness in parallel builds by preventing mosquitto from inheriting GNU make jobserver FDs.
- Update release notes for v2.1.0 and adjust firmware example to initialize RNG/ECC key earlier for safer cleanup.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| wolfmqtt/version.h | Updates exported library version string/hex to 2.1.0. |
| configure.ac | Bumps Autotools package version and libtool version-info. |
| CMakeLists.txt | Bumps CMake project version to 2.1.0. |
| ChangeLog.md | Adds v2.1.0 release notes section and “What’s Changed” list. |
| Makefile.am | Adds out-of-tree test data staging/cleanup for distcheck/test runs. |
| scripts/client.test | Closes inherited FDs when launching mosquitto to avoid jobserver stalls. |
| scripts/nbclient.test | Same FD-hygiene change for mosquitto launch. |
| scripts/multithread.test | Same FD-hygiene change for mosquitto launch. |
| scripts/firmware.test | Same FD-hygiene change for mosquitto launch. |
| scripts/stress.test | Same FD-hygiene change for mosquitto launch (plus explanatory comment). |
| examples/firmware/fwpush.c | Initializes RNG/ECC key earlier and checks init return codes for safer cleanup on early errors. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
dgarske
approved these changes
Jul 2, 2026
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.
No description provided.