-
Notifications
You must be signed in to change notification settings - Fork 184
[asio]: Bump v1.32.0~1 #993
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
Merged
david-cermak
merged 3 commits into
espressif:master
from
david-cermak:bump/asio_1.32.0_1
Feb 12, 2026
Merged
[asio]: Bump v1.32.0~1 #993
david-cermak
merged 3 commits into
espressif:master
from
david-cermak:bump/asio_1.32.0_1
Feb 12, 2026
Conversation
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
abdca0a to
dd9a392
Compare
dd9a392 to
6dff0b1
Compare
6dff0b1 to
60b2e12
Compare
c9d10bc to
20553c8
Compare
euripedesrocha
approved these changes
Feb 11, 2026
2f23558 to
827774e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
1.32.0~1 Features - Add mbedtls specific APIs to use TLS stack specific features (ad94cc9) Bug Fixes - Add a simple unit test to check the leaks (c3b0168) - Use mbedtls-v4 API (PSA-crypto support) (a465ad4) - memory leaks over ssl::stream lifetime (d33cb61) - Fix picolib missing pthread_sigmask() declaration (25d54ef) - Fixed TLS server-client example failure per cert expiry (4885d28) Updated - change mbedtls_*_free destruction order (9590aec) - chore(asio): Fixed formatting (ff5d602)
827774e to
8d72233
Compare
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.
Changelog
1.32.0~1
Features
Bug Fixes
Note
Medium Risk
Moderate risk due to CI workflow matrix and artifact format changes that could break builds/tests across ESP-IDF versions, though runtime/library code changes are limited to adding a new test and version metadata.
Overview
Bumps the
components/asiopackage version to1.32.0~1and updatesCHANGELOG.mdaccordingly.Adds a new
components/asio/tests/unitESP-IDF unit-test app that exercisesasio::ssl::streamcreation/handshake and asserts no memory leaks via Unity/pytest-embedded.Updates the
asio__build-target-testGitHub Actions workflow to expand the ESP-IDF version matrix (addsrelease-v5.5andrelease-v6.0, drops some older entries), include the newunittarget in build/target tests, and switch artifact handling to zip the cleanedbuilddirectory and unzip it on the runner before pytest.Written by Cursor Bugbot for commit 8d72233. This will update automatically on new commits. Configure here.