Skip to content

v7.1.0

Latest
Compare
Choose a tag to compare
@philips-software-forest-releaser philips-software-forest-releaser released this 15 Jan 14:58
4239adf

7.1.0 (2025-01-15)

Features

  • Add AdcMultiChannel interface (#784) (c77731b)
  • Add ble state 'initiating' (bcfe895)
  • Add instantiations for EchoOnSesameSecured (#801) (4c5d083)
  • Add query and fragment parsing to HttpRequestParser (#766) (644934b)
  • Add TimerLimitedRepeating::Start overload to support TriggerImmediately (#760) (631ec6c)
  • Add verb and target to HttpClientAuthentication to enable Digest authentication (#768) (ea7de38)
  • Added starts_with ends_with and ""_s literal for Bounded(Const)String (#777) (6c5cb00)
  • Changed BoundedString::copy to copy up to length-pos characters (#779) (6659905)
  • Extend GattClient interface with enable/disable indication/notification (#744) (e110c4d)
  • Improve hal::Can::Id (#786) (50860b1)
  • Infra::Optional returns the type on Emplace instead of void (#762) (49bce7d)
  • Make all hal::Can::Id functions constexpr and add static assert tests (#803) (6184a66)
  • Make terminal's hardcoded sizes configurable (#798) (9cc6606)
  • Refactor BodyReader handling in HttpClient implementations (#781) (6c84af5)
  • Replaced assert with really_assert to align BoundedString overflow behaviour with other Bounded classes (#780) (d3b1218)

Bug Fixes

  • Assert when serial server and terminal receive data queue is full (#802) (8a83678)
  • In HttpClientApplication don't crash when detaching during StatusAvailable (#770) (e626133)
  • When opening an ECHO connection over websockets, use the full URL (#799) (4f62987)
  • Workaround lwip dhcp+auto-ip issue (#753) (2bb0caf)