Skip to content

Releases: philips-software/amp-embedded-infra-lib

v6.1.0

01 May 07:29
bca9534
Compare
Choose a tag to compare

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)

v6.0.0

24 Jan 12:11
8d945aa
Compare
Choose a tag to compare

6.0.0 (2024-01-24)

⚠ BREAKING CHANGES

  • refactor adc to support multiple samples (#530)

Features

  • Add ExecuteUntil to event dispatchers, add EventDispatcherThreadAware (#526) (d05d1f3)
  • Add targets in order upgrade pack (#488) (e528794)
  • Added generic gatt dis characteristic uuid (#457) (be6fdde)
  • Added hal/generic/UartGeneric and hal/generic/SynchronousUartGeneric (#535) (799e0ee)
  • Changed EMIL_ENABLE_GLOBAL_TRACING define to EMIL_ENABLE_TRACING and EMIL_DISABLE_TRACING (#521) (2d4eb48)
  • Forward tags to scenario request handler (#483) (a66f711)
  • Made EventDispatcher and EventDispatcherWithWeakptr exception safe when executing an action (#525) (46a118c)
  • Optional tracing (#489) (0c594d9)
  • Refactor adc to support multiple samples (#530) (419f636)

Bug Fixes

  • Handle echo message split over multiple streams (#481) (37d7878)
  • HttpClientBasic reporting error for reestablished connections (#473) (0619299)
  • Incorrect handling of float numbers in json (#478) (c8ee456)
  • Infra/util/Endian: fix comparison against C++ version (#486) (4fe74e5)
  • Null json value (#470) (e72d48f)
  • Remove \r from end of line of certificates (#510) (7f581d8)
  • Remove virtual destructors reducing binary size (#502) (fc69a3c)
  • ServiceForwarder with LimitedStreamReader ends up in infinite loop (#524) (9e7f949)

v5.0.1

15 Nov 09:55
db26350
Compare
Choose a tag to compare

5.0.1 (2023-11-15)

Bug Fixes

v5.0.0

09 Nov 15:19
67fcfd1
Compare
Choose a tag to compare

5.0.0 (2023-11-09)

⚠ BREAKING CHANGES

  • generic pairing/bonding classes updated (#330)
  • ble interface improvements (#300)

Features

Bug Fixes

  • Add acd sources to lwip (#400) (a4f68ef)
  • Added workaround mbedtls and clang-cl incomatibility (#441) (063b595)
  • Cpp:S6232 well-defined type-punning method should be used instead of a union-based one (d809c17)
  • Destruction of HttpClientJson while resetting the reader resulted in memory corruption (#404) (ed8a8a0)
  • Detaching HttpClient while in HeaderAvailable resulted in a crash (#406) (a905a30)
  • Enable service scoping of method invocations in services.echo_console (#325) (7090a40)
  • UpgradePackBuilderFacade setting mbedtls global memory pool on stack (#324) (ec567d5)
  • UpgradePackBuilderFacade setting mbedtls global memory pool on stack, causing a crash when combined with ConnectionMbedTls (ec567d5)

v4.0.0

02 Jun 12:36
54a8a82
Compare
Choose a tag to compare

4.0.0 (2023-06-02)

⚠ BREAKING CHANGES

  • security for MessageCommunication (#294)

Features

Bug Fixes

  • Correct order of destruction in EchoForwarderToSerial. (#291) (3267831)
  • CucumberWireProtocolFormatter; max string value size does not fit into stepMatchArgumentsBuffer. (#311) (5504202)
  • Ensure forwarding constructors have constraints (#290) (5015938)
  • GattClient notification (#284) (15ff387)
  • Line termination mismatch in hex files (#307) (47482c3)
  • Remove superfluous > from cmake/emil_xsltproc.cmake (#276) (be139b2)
  • Usable memory loss in HttpClientBasic::Path (#304) (d5d4abf)

v3.2.0

21 Apr 12:50
578c75a
Compare
Choose a tag to compare

3.2.0 (2023-04-21)

Features

  • Add websocket client example (#235) (d4aa174)
  • Downgrade mbedtls to 3.2.1 from 3.3.0 (#237) (bdec832)
  • Workaround OutputStream optimization issue with Visual Studio 2019 (#258) (ea3de1e)

Bug Fixes

  • Decouple host and embedded builds (#225) (d443b16)
  • Protobuf/echo/EchoInstantiation: fix compilation errors (#267) (9b53dc1)

v3.1.0

23 Mar 09:24
11f07b8
Compare
Choose a tag to compare

3.1.0 (2023-03-23)

Features

  • echo_console: Add support for ECHO over websockets over http (#230) (b814f0e)
  • osal: Add osal (#82) (3f5c568)

Bug Fixes

v3.0.0

09 Mar 09:27
a2012af
Compare
Choose a tag to compare

3.0.0 (2023-03-08)

⚠ BREAKING CHANGES

  • add upgrade.pack_builder_instantations (#190)

Features

Bug Fixes

  • Add check for availability of __has_cpp_attribute (#218) (98b5c8d), closes #134
  • Add missing overloads to JsonObjectFormatter (#212) (c4047c3)
  • external/protoc: Download protoc for correct host architecture (#214) (6ed6bd1)
  • hal/windows: Correct header sequence for UartPortFinder (#209) (d102e2b)

v2.2.1

25 Jan 14:26
9f3db31
Compare
Choose a tag to compare

2.2.1 (2023-01-25)

Bug Fixes

  • Use gh cli to publish release assets (#184) (9de4c45)

v2.2.0

24 Jan 15:18
fe254a3
Compare
Choose a tag to compare

2.2.0 (2023-01-24)

Features

Bug Fixes

  • .vscode/tasks.json: Call correct clangformat target (#178) (a3427b3)
  • protobuf: More granular control over excluded warnings (354e15e)
  • Release asset upload (#150) (76b5fd1)
  • Use EMIL_MAYBE_UNUSED (3d9834d)
  • Use EMIL_MAYBE_UNUSED in version file generation (#177) (3d9834d)