Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AVSystem/Anjay
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: AVSystem/Anjay
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.8.1_rc2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 106 files changed
  • 2 contributors

Commits on Nov 12, 2024

  1. Anjay 3.8.1

    Improvements
    - 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.
    
    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.
    - Fixed LwM2M CBOR parser incorrectly accepting inputs containing empty arrays
      as keys
    - Prevent from generating non unique session tokens when the monotonic system
      clock granulation is not fine enough.
    - Refactored how timeouts are handled in pymbedtls to be in line with use of
      mbedTLS in avs_commons.
    Kucmasz committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0f091dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dbcd5f View commit details
    Browse the repository at this point in the history
Loading