Skip to content

Commit ea995b3

Browse files
plskeggsnordicjm
authored andcommitted
doc: Add changes for nrf_cloud ux improvements
Document changes. Signed-off-by: Pete Skeggs <[email protected]>
1 parent ccbf314 commit ea995b3

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ Cellular samples
465465
* Board support files to enable Wi-Fi scanning for the Thingy:91 X.
466466
* The :kconfig:option:`CONFIG_SEND_ONLINE_ALERT` Kconfig option to enable calling the :c:func:`nrf_cloud_alert` function on startup.
467467
* 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.
468469

469470
* Updated:
470471

@@ -474,6 +475,7 @@ Cellular samples
474475
* Renamed the :file:`overlay_nrf7002ek_wifi_coap_no_lte.conf` overlay to :file:`overlay_nrf700x_wifi_coap_no_lte.conf`.
475476
* The value of the :kconfig:option:`CONFIG_COAP_EXTENDED_OPTIONS_LEN_VALUE` Kconfig option in the :file:`overlay_coap.conf` file.
476477
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.
477479

478480
* Fixed an issue where the accepted shadow was not marked as received because the config section did not yet exist in the shadow.
479481
* Removed redundant logging now done by the :ref:`lib_nrf_cloud` library.
@@ -486,6 +488,11 @@ Cellular samples
486488
* The :kconfig:option:`CONFIG_SEND_ONLINE_ALERT` Kconfig option to enable calling the :c:func:`nrf_cloud_alert` function on startup.
487489
* Logging of the `reset reason code <nRF9160 RESETREAS_>`_.
488490

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+
489496
* Removed redundant logging now done by the :ref:`lib_nrf_cloud` library.
490497

491498
* :ref:`nrf_cloud_rest_cell_pos_sample` sample:
@@ -886,6 +893,10 @@ Modem libraries
886893
* Added the :kconfig:option:`CONFIG_AT_SHELL_UNESCAPE_LF` Kconfig option to enable reception of multiline AT commands.
887894
* Updated the :c:func:`at_shell` function to replace ``\n`` with ``<CR><LF>`` if :kconfig:option:`CONFIG_AT_SHELL_UNESCAPE_LF` is enabled.
888895

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+
889900
Multiprotocol Service Layer libraries
890901
-------------------------------------
891902

@@ -922,6 +933,7 @@ Libraries for networking
922933
* The :kconfig:option:`CONFIG_NRF_CLOUD_VERBOSE_DETAILS` Kconfig option to print all details instead of only the device ID.
923934
* Experimental support for shadow transform requests over MQTT using the :c:func:`nrf_cloud_shadow_transform_request` function.
924935
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.
925937

926938
* Updated:
927939

@@ -932,6 +944,8 @@ Libraries for networking
932944
* To use nRF Cloud's custom MQTT topics instead of the default AWS topics.
933945
* 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`.
934946
* 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.
935949

936950
* Deprecated:
937951

@@ -976,6 +990,8 @@ Libraries for networking
976990
* Fixed the missing log source when passing a direct log call to the nRF Cloud logging backend.
977991
This caused the log parser to incorrectly use the first declared log source with direct logs when using dictionary mode.
978992

993+
* Updated to use INF log level when the cloud side changes the log level.
994+
979995
* :ref:`lib_nrf_cloud_fota` library:
980996

981997
* Added:
@@ -990,13 +1006,18 @@ Libraries for networking
9901006
The range of the option is now from 128 to 1900 bytes, and the default value is 1700 bytes.
9911007
* The function :c:func:`nrf_cloud_fota_poll_process` to be used asynchrounously if a callback to handle errors is provided.
9921008

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+
9931013
* :ref:`lib_nrf_provisioning` library:
9941014

9951015
* 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.
9961017

997-
* :ref:`lib_mqtt_helper` library:
1018+
* :ref:`lib_nrf_cloud_alert` library:
9981019

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.
10001021

10011022
Libraries for NFC
10021023
-----------------

0 commit comments

Comments
 (0)