You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved the coverage script and switched to lcov.
In case when the LwM2M server answers with an RST message to a notification
that is yielding an error value (e.g. failure to read), which effectively
cancels the notification, Anjay is not infinitely trying to transmit that
message with error value once again. New behavior is enabled by default, and
controlled with WITH_AVS_COAP_OBSERVE_FORCE_CANCEL_ON_UNACKED_ERROR option
of avs_coap. Existing projects have to opt-in explicitly.
Added --nobest flag to dnf update in Rockylinux image preparation for
tests to solve installation candidates conflicts.
Bugfixes
Actually fixed compatibility with Mbed TLS 3.6.
Fixed compatibility of integration test framework with Mbed TLS versions that
enabled TLS 1.3, but didn't use MBEDTLS_USE_PSA_CRYPTO.
The -Wformat warning appearing in some compilers has been fixed.