Skip to content

Tst ci #2

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

Draft
wants to merge 83 commits into
base: master
Choose a base branch
from
Draft

Tst ci #2

wants to merge 83 commits into from

Conversation

glmfe
Copy link
Owner

@glmfe glmfe commented Feb 8, 2025

No description provided.

david-cermak and others added 30 commits December 19, 2024 16:40
Broker-less two chip example which virtual private IoT
networks on MQTT protocol.
Since esp-tls structs are using in public header files
Used tagged version v2.0.20
2.0.20~0
Features
- Upgrade to mosquitto v2.0.20 (3b2c614)
- Add support for on-message callback (cdeab8f)
- Add example with two brokers synced on P2P (d57b8c5)
Bug Fixes
- Fix dependency issues moving esp-tls to public deps (6cce87e)
2.0.20~1
Bug Fixes
- Use sock_utils instead of func stubs (3cd0ed3)
- Update API docs adding on-message callback (5dcc333)
0.2.1
Bug Fixes
- Fix potential macro colission including standard headers (ade9448)
…ine_conflict

[sock-utils] Fix potential macro conflict
Previous gai_strerror() returned numeric representation of the code,
but used TLS storage, which might cause issues with stack sizes on all
tasks in the system. Alternatively we can leave the storage to static
only (which wouldn't be thread-safe) or we could one-time allocate and
never free (which is wrong).
This option uses hardcoded strings for common error codes used in lwip.
The disadvantage is that we might need to update the impl in the future
when lwip adds more codes.
0.2.2
Bug Fixes
- Fix gai_strerror() impl to return const string (f12a205)
…rror

fix(sockutls): Fix gai_strerror() impl to return const string
…te_zero_item_of_subtype_for_mdns

feat(mdns): support zero item when update subtype (IDFGH-14369)
1.4.3
Features
- support zero item when update subtype (5bd82c0)
Since it's used by public API as maximum length of user buffer

Closes espressif#724
Closes coverity warning: 470092 Overflowed integer argument
Mixing esp_err_t (int) with err_t (uint8_t) from lwip.

Closes coverity isssue: 470139 Overflowed return value
invalid mdns_if was handled for enabling/announcing pcbs,
but not for the consequent browsing

Closes coverity isssue: 470162 Out-of-bounds access
david-cermak and others added 29 commits January 24, 2025 10:47
1.32.0
Features
- Upgrade asio to 1.32 (9bdd429)
- Drop esp/asio patches in favor of sock-utils (27435b7)
Bug Fixes
- Fix chat example to print only the message body (76aaea0)
- Make asio enable if_nametoindex to fix linking (5db32cc)
- Re-applie refs to common comps idf_component.yml (9fe44a4)
- Reference common component from IDF (74fc228)
- Revert referencing protocol_examples_common from IDF (f9e0281)
- reference protocol_examples_common from IDF (09abb18)
- specify override_path in example manifest files (1d8923c)
Updated
- docs(asio): Updates asio docs (ce9337d)
…tream

[asio]: Drop esp-asio patches in favor of sock-utils
Related to the bump-commit: ac6a388
but missed to update idf_component.yml
This publishes ASIO-1.32-0~0
bump(asio): Publish 1.32.0 to component manager
…-tls-errors

fix(websocket): propagate error type (IDFGH-14518)
fix(mdns): Fix _mdns_append_fqdn excessive stack usage (IDFGH-14506)
Closes coverity reported issue: 473829 Dereference null return value
1.5.2
Bug Fixes
- Fix potential NULL deref when sending sub-buy (e7273c4)
- Fix _mdns_append_fqdn excessive stack usage (bd23c23)
…/client_ds_data

feat(websocket): Support DS peripheral for mutual TLS (IDFGH-12285)
…-destroy

fix(websocket): wait for task on destroy (IDFGH-14533)
[websocket]: Fix pytest to verify client correctly
1.4.0
Features
- Support DS peripheral for mutual TLS (55385ec)
Bug Fixes
- wait for task on destroy (42674b4)
- Fix pytest to verify client correctly (9046af8)
- propagate error type (eeeb900)
- fix example buffer leak (5219c39)
Updated
- chore(websocket): align structure members (beb6e57)
- chore(websocket): remove unused client variable (15d3a01)
not the entire packet, so we can still reply to next questions

Closes espressif#754
1.5.3
Bug Fixes
- Fix responder to ignore only invalid queries (cd07228, espressif#754)
…ly_invalid_queries

[mdns]: Fix the responder to ignore only invalid queries
@glmfe glmfe added the lws label Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants