You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
## Changelog for Pelion Device Management Client
2
2
3
+
### Release 4.12.0 (01.03.2022)
4
+
5
+
-[Linux] Security improvement - the update encryption key is stored in the NVM and not in the header.
6
+
- Enable connection to any LwM2M compliant bootstrap and device management services.
7
+
- Introduce a new `LWM2M_COMPLIANT` flag that enables connection to any LwM2M compliant bootstrap and device management services. Disabled by default.
8
+
- Introduce a new `DISABLE_SERVER_CERT_VERIFY` flag that disables the server certificate verification during the TLS handshake. Disabled by default.
9
+
3
10
### Release 4.11.2 (01.12.2021)
4
11
5
12
Fixed a potential dead-lock situation in sn_nsdl.c CoAP tracing when tracing is enabled but trace-level is set below INFO. This fixes a regression introduced in 4.11.0 release.
0 commit comments