LTS_03_2024_Ref02
ewertons
released this
26 Jun 18:26
·
26 commits
to main
since this release
Refresh for long-term support (LTS) release for Azure IoT C SDK, published on 2024-03-04.
For details about LTS branches, please see our documentation.
vcpkg:
- Port: azure-iot-sdk-c
- Version: 2024-06-24
C Device SDK:
- Code version: 1.12.1
- Fixed upload to blob error capturing and callback in convenience layer
- Fixed link list delete in remove_timed_out_events (telemetry/AMQP)
- Avoid double-free in amqp messaging module (#2599)
- Fix possible UAF in readApplicationPropertiesFromuAMQPMessage (telemetry/AMQP) (#2618)
C-Utility
- Indicate error in tlsio schannel if list operation fails
- Update first_pending_io, schannel fix (Azure/azure-c-shared-utility#663)
uAMQP:
- Fixed argument being freed in message_set_body_amqp_value (Azure/azure-uamqp-c#460)
- Fixed possible double free during decoding in amqpvalue (Azure/azure-uamqp-c#463)
- Reset link credit on last transfer legally received (Azure/azure-uamqp-c#465)