Skip to content

Commit 629a56e

Browse files
chore(main): release 7.2.0
1 parent a199040 commit 629a56e

File tree

6 files changed

+34
-5
lines changed

6 files changed

+34
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.1.0"
2+
".": "7.2.0"
33
}

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,35 @@ All notable changes to this project will be documented in this file.
77

88
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
99

10+
## [7.2.0](https://github.com/philips-software/amp-embedded-infra-lib/compare/v7.1.0...v7.2.0) (2025-04-10)
11+
12+
13+
### Features
14+
15+
* Add address type and rssi to discovered device ([#822](https://github.com/philips-software/amp-embedded-infra-lib/issues/822)) ([2e0b3ec](https://github.com/philips-software/amp-embedded-infra-lib/commit/2e0b3ecac46240163795b4cdac69d48423b8de69))
16+
* Add AreAnyBitsSet() and AreAllBitsSet() ([#823](https://github.com/philips-software/amp-embedded-infra-lib/issues/823)) ([f83c37b](https://github.com/philips-software/amp-embedded-infra-lib/commit/f83c37bb48f733b7e7969d52a0432b98db798113))
17+
* Add ble dtm interface ([#844](https://github.com/philips-software/amp-embedded-infra-lib/issues/844)) ([394cf55](https://github.com/philips-software/amp-embedded-infra-lib/commit/394cf55e9fdc3c1bf104b589ba4824100975dbab))
18+
* Add error code to GattClient operations ([#843](https://github.com/philips-software/amp-embedded-infra-lib/issues/843)) ([4b5b4eb](https://github.com/philips-software/amp-embedded-infra-lib/commit/4b5b4eb3adafb1aea164b84b19a7b8b1367fc94e))
19+
* Add NoneAllocated to SharedObjectAllocator ([#808](https://github.com/philips-software/amp-embedded-infra-lib/issues/808)) ([ed9ac24](https://github.com/philips-software/amp-embedded-infra-lib/commit/ed9ac24de4934f103975b71da277d13c28674746))
20+
* Add PulseWidthModulation hal interface ([#834](https://github.com/philips-software/amp-embedded-infra-lib/issues/834)) ([a216de3](https://github.com/philips-software/amp-embedded-infra-lib/commit/a216de39bb3eab10c736a1f62ee734e79658af1d))
21+
* Add support to create x509 certificates ([#826](https://github.com/philips-software/amp-embedded-infra-lib/issues/826)) ([7dfa477](https://github.com/philips-software/amp-embedded-infra-lib/commit/7dfa477e696294e13d40253f9e0935cd36f4e06f))
22+
* Add support to resolve MAC address ([#792](https://github.com/philips-software/amp-embedded-infra-lib/issues/792)) ([3b8d1a4](https://github.com/philips-software/amp-embedded-infra-lib/commit/3b8d1a4703a6533d2dbc93322a044839b40da2d1))
23+
* Added configuration to enable tls 1.3 ([#820](https://github.com/philips-software/amp-embedded-infra-lib/issues/820)) ([c392d44](https://github.com/philips-software/amp-embedded-infra-lib/commit/c392d44dcd24318a15f3465e6583a002704f8d63))
24+
* Added GetIntegerAs to JsonObject to convert a JsonValue to a target integer width with bounds checking ([#830](https://github.com/philips-software/amp-embedded-infra-lib/issues/830)) ([c4c26e0](https://github.com/philips-software/amp-embedded-infra-lib/commit/c4c26e05d5b559757824c72830269279dc0e3796))
25+
* Documentation update ([#809](https://github.com/philips-software/amp-embedded-infra-lib/issues/809)) ([661a1ee](https://github.com/philips-software/amp-embedded-infra-lib/commit/661a1eeee5cc787f8ab4565c4e7e561bbdaef2a6))
26+
* Streamed http put and post without chunked transfer encoding ([#817](https://github.com/philips-software/amp-embedded-infra-lib/issues/817)) ([1943573](https://github.com/philips-software/amp-embedded-infra-lib/commit/1943573ebc842bba73d8d78cecda11d5dd26e130))
27+
* Update mbedtls from v3.2.1 to v3.6.2 ([#813](https://github.com/philips-software/amp-embedded-infra-lib/issues/813)) ([46b4fe8](https://github.com/philips-software/amp-embedded-infra-lib/commit/46b4fe8c0bc95227959cc5adf0a5f4678c791b98))
28+
* Updated mbedtls config file to latest ([#837](https://github.com/philips-software/amp-embedded-infra-lib/issues/837)) ([dc73dfa](https://github.com/philips-software/amp-embedded-infra-lib/commit/dc73dfaa908a649966cc4c344583c37fbb681042))
29+
30+
31+
### Bug Fixes
32+
33+
* Keep EchoOnConnection alive while the factory is alive ([#840](https://github.com/philips-software/amp-embedded-infra-lib/issues/840)) ([3cdb0c4](https://github.com/philips-software/amp-embedded-infra-lib/commit/3cdb0c458915d17a13c97ce558b875ed1b3eeb9c))
34+
* Keep websocket alive while reader or writer is alive ([#839](https://github.com/philips-software/amp-embedded-infra-lib/issues/839)) ([99efc71](https://github.com/philips-software/amp-embedded-infra-lib/commit/99efc7156a78e39bb18eca263a25d129e0664185))
35+
* Revert "fix: keep websocket alive while reader or writer is alive ([#839](https://github.com/philips-software/amp-embedded-infra-lib/issues/839))" ([#847](https://github.com/philips-software/amp-embedded-infra-lib/issues/847)) ([eb0fa86](https://github.com/philips-software/amp-embedded-infra-lib/commit/eb0fa86e424b3c2c2735965ca576f681cb920422))
36+
* Services/util/SesameSecured: avoid timing attack on verifying MAC ([#818](https://github.com/philips-software/amp-embedded-infra-lib/issues/818)) ([51dca2d](https://github.com/philips-software/amp-embedded-infra-lib/commit/51dca2dd532975e17cc53e5f43521916ebb2657e))
37+
* Solved crash using uart linux when starting the read thread ([#832](https://github.com/philips-software/amp-embedded-infra-lib/issues/832)) ([a23f00f](https://github.com/philips-software/amp-embedded-infra-lib/commit/a23f00f0ab278d6c6dd7872f5987372f288d5cb0))
38+
1039
## [7.1.0](https://github.com/philips-software/amp-embedded-infra-lib/compare/v7.0.0...v7.1.0) (2025-01-15)
1140

1241

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (APPLE)
77
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version")
88
endif()
99

10-
project(emil LANGUAGES C CXX VERSION 7.1.0) # x-release-please-version
10+
project(emil LANGUAGES C CXX VERSION 7.2.0) # x-release-please-version
1111

1212
set(CMAKE_CXX_STANDARD 17)
1313
set(CMAKE_CXX_STANDARD_REQUIRED On)

documents/antora.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: embedded_infrastructure_library
22
title: Embedded Infrastructure Library documentation
3-
version: 7.1.0
3+
version: 7.2.0
44
nav:
55
- modules/ROOT/nav.adoc

protobuf/echo/protocol_buffer_echo.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function(emil_fetch_echo_plugins)
1717
return()
1818
endif()
1919

20-
set(emil_version "7.1.0") # x-release-please-version
20+
set(emil_version "7.2.0") # x-release-please-version
2121

2222
if (CMAKE_HOST_WIN32)
2323
set(os_postfix "win64")

sonar-project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sonar.organization=philips-software
33

44
sonar.projectName=embeddedinfralib
55
# x-release-please-start-version
6-
sonar.projectVersion=7.1.0
6+
sonar.projectVersion=7.2.0
77
# x-release-please-end
88

99
sonar.links.homepage=https://github.com/philips-software/amp-embedded-infra-lib

0 commit comments

Comments
 (0)