Skip to content

v6.1.0

Compare
Choose a tag to compare
@rjaegers rjaegers released this 01 May 07:29
bca9534

6.1.0 (2024-05-01)

Features

  • Add connection factory with name resolver mbed tls (#536) (af200d2)
  • Add FlashHeterogenous (#549) (a0deadb)
  • Add Segger RTT tracing output option (#572) (16529d7)
  • Changed compile definitions to be compatible with the gnu assembler (#554) (5a5e5dc)
  • Disabled documentation warning when compiling with AppleClang (#618) (5fd230a)
  • Services/network/HttpClientBasic is now able to process more than 1 request (#576) (0df2625)

Bug Fixes

  • Avoid overflow when scheduling TimerSingleShot (#612) (ea4683c)
  • Ble advertisement parser erroneous data handling (#600) (f6d6b5e)
  • BufferingStreamReader OOB access and Echo segments calculated correctly (#569) (b1c1d12)
  • ConnectionMbedTls no longer calls DataReceived() with 0 bytes (#585) (cd74d66)
  • Duplicate header guard HAL_UART_HOST_HPP (#558) (a8b1e63)
  • Heap memory leak on SerializerFactory::OnHeap (#561) (0ed606b)
  • Networking on linux (#594) (972ff81)
  • Repeated proto message incorrect maxMessageSize calculation (#617) (2d28a51)
  • Services/network/ConnectionMbedTls: Hostname() may not be invoked after ConnectionEstablished() (#609) (fcc469a)
  • Services/network/WebSocketClientConnectionObserver: Don't close websocket connection after 1 minute (#578) (d2e0c05)
  • Timer jumped shall trigger next trigger time update (9bbfb53)
  • Timer jumped will trigger next trigger time update (#590) (9bbfb53)