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: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -465,6 +465,7 @@ Cellular samples
465
465
* Board support files to enable Wi-Fi scanning for the Thingy:91 X.
466
466
* The :kconfig:option:`CONFIG_SEND_ONLINE_ALERT` Kconfig option to enable calling the :c:func:`nrf_cloud_alert` function on startup.
467
467
* Logging of the `reset reason code <nRF9160 RESETREAS_>`_.
468
+
* The :kconfig:option:`CONFIG_POST_PROVISIONING_INTERVAL_M` Kconfig option to reduce the provisioning connection interval once the device successfully connects.
468
469
469
470
* Updated:
470
471
@@ -474,6 +475,7 @@ Cellular samples
474
475
* Renamed the :file:`overlay_nrf7002ek_wifi_coap_no_lte.conf` overlay to :file:`overlay_nrf700x_wifi_coap_no_lte.conf`.
475
476
* The value of the :kconfig:option:`CONFIG_COAP_EXTENDED_OPTIONS_LEN_VALUE` Kconfig option in the :file:`overlay_coap.conf` file.
476
477
A larger value is required now that the :kconfig:option:`CONFIG_NRF_CLOUD_COAP_DOWNLOADS` Kconfig option is enabled.
478
+
* Handling of credentials check to disable network if not using the provisioning service.
477
479
478
480
* Fixed an issue where the accepted shadow was not marked as received because the config section did not yet exist in the shadow.
479
481
* Removed redundant logging now done by the :ref:`lib_nrf_cloud` library.
@@ -486,6 +488,11 @@ Cellular samples
486
488
* The :kconfig:option:`CONFIG_SEND_ONLINE_ALERT` Kconfig option to enable calling the :c:func:`nrf_cloud_alert` function on startup.
487
489
* Logging of the `reset reason code <nRF9160 RESETREAS_>`_.
488
490
491
+
* Updated:
492
+
493
+
* Credentials check to also see if AWS root CA cert is likely present.
494
+
* Credentials check failure to disable network if not using the provisioning service.
495
+
489
496
* Removed redundant logging now done by the :ref:`lib_nrf_cloud` library.
490
497
491
498
* :ref:`nrf_cloud_rest_cell_pos_sample` sample:
@@ -886,6 +893,10 @@ Modem libraries
886
893
* Added the :kconfig:option:`CONFIG_AT_SHELL_UNESCAPE_LF` Kconfig option to enable reception of multiline AT commands.
887
894
* Updated the :c:func:`at_shell` function to replace ``\n`` with ``<CR><LF>`` if :kconfig:option:`CONFIG_AT_SHELL_UNESCAPE_LF` is enabled.
888
895
896
+
* :ref:`modem_key_mgmt` library:
897
+
898
+
* Updated the :c:func:`modem_key_mgmt_read()` function to return the actual size buffer required to read the certificate if the size provided is too small.
899
+
889
900
Multiprotocol Service Layer libraries
890
901
-------------------------------------
891
902
@@ -922,6 +933,7 @@ Libraries for networking
922
933
* The :kconfig:option:`CONFIG_NRF_CLOUD_VERBOSE_DETAILS` Kconfig option to print all details instead of only the device ID.
923
934
* Experimental support for shadow transform requests over MQTT using the :c:func:`nrf_cloud_shadow_transform_request` function.
924
935
This functionality is enabled by the :kconfig:option:`CONFIG_NRF_CLOUD_MQTT_SHADOW_TRANSFORMS` Kconfig option.
936
+
* The :kconfig:option:`CONFIG_NRF_CLOUD_COMBINED_CA_CERT_SIZE_THRESHOLD` and :kconfig:option:`CONFIG_NRF_CLOUD_COAP_CA_CERT_SIZE_THRESHOLD` Kconfig options to compare with the current root CA certificate size.
925
937
926
938
* Updated:
927
939
@@ -932,6 +944,8 @@ Libraries for networking
932
944
* To use nRF Cloud's custom MQTT topics instead of the default AWS topics.
933
945
* MQTT and CoAP transports to use a single unified DNS lookup mechanism that supports IPv4 and IPv6, fallback to IPv4, and handling of multiple addresses returned by :c:func:`getaddrinfo`.
934
946
* The log module in the :file:`nrf_cloud_fota_common.c` file from ``NRF_CLOUD`` to ``NRF_CLOUD_FOTA``.
947
+
* The :c:func:`nrf_cloud_credentials_configured_check` function to retrieve the size of the root CA, and compare it to thresholds to decide whether the CoAP, AWS, or both root CA certs are present.
948
+
Use this information to log helpful information and decide whether the root CA certificates are compatible with the configured connection type.
935
949
936
950
* Deprecated:
937
951
@@ -976,6 +990,8 @@ Libraries for networking
976
990
* Fixed the missing log source when passing a direct log call to the nRF Cloud logging backend.
977
991
This caused the log parser to incorrectly use the first declared log source with direct logs when using dictionary mode.
978
992
993
+
* Updated to use INF log level when the cloud side changes the log level.
994
+
979
995
* :ref:`lib_nrf_cloud_fota` library:
980
996
981
997
* Added:
@@ -990,13 +1006,18 @@ Libraries for networking
990
1006
The range of the option is now from 128 to 1900 bytes, and the default value is 1700 bytes.
991
1007
* The function :c:func:`nrf_cloud_fota_poll_process` to be used asynchrounously if a callback to handle errors is provided.
992
1008
1009
+
* :ref:`lib_mqtt_helper` library:
1010
+
1011
+
* Updated the :kconfig:option:`CONFIG_MQTT_HELPER_PROVISION_CERTIFICATES` Kconfig option to depend on :kconfig:option:`CONFIG_TLS_CREDENTIALS` instead of specific boards.
1012
+
993
1013
* :ref:`lib_nrf_provisioning` library:
994
1014
995
1015
* Added support for the ``SO_KEEPOPEN`` socket option to keep the socket open even during PDN disconnect and reconnect.
1016
+
* Updated the check interval logging to use INF to improve customer experience.
996
1017
997
-
* :ref:`lib_mqtt_helper` library:
1018
+
* :ref:`lib_nrf_cloud_alert` library:
998
1019
999
-
* Updated the :kconfig:option:`CONFIG_MQTT_HELPER_PROVISION_CERTIFICATES` Kconfig option to depend on :kconfig:option:`CONFIG_TLS_CREDENTIALS` instead of specific boards.
1020
+
* Updated to use INF log level when cloud side changes the alert enable flag.
0 commit comments