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
doc: release-notes: Add 4.2.0 release notes for networking
Add 4.2.0 release notes for networking and move the PM section which
somehow ended up inside Networking.
Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
Copy file name to clipboardExpand all lines: doc/releases/release-notes-4.2.rst
+62-18Lines changed: 62 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -253,33 +253,41 @@ New APIs and options
253
253
254
254
* Networking:
255
255
256
-
* IPv4
256
+
* CoAP
257
257
258
-
* :kconfig:option:`CONFIG_NET_IPV4_MTU`
258
+
* :c:macro:`COAPS_SERVICE_DEFINE`
259
259
260
-
* MQTT
260
+
* DHCPv4
261
261
262
-
* :kconfig:option:`CONFIG_MQTT_VERSION_5_0`
262
+
* :kconfig:option:`CONFIG_NET_DHCPV4_INIT_REBOOT`
263
263
264
-
* Wi-Fi
264
+
* DNS
265
265
266
-
* :kconfig:option:`CONFIG_WIFI_USAGE_MODE`
267
-
* Added a new section to the Wi-Fi Management documentation (``doc/connectivity/networking/api/wifi.rst``) with step-by-step instructions for generating test certificates for Wi-Fi using FreeRADIUS scripts. This helps users reproduce the process for their own test environments.
268
-
* Changed the hostap IPC mechanism from socketpair to k_fifo. Depending on the enabled Wi-Fi configuration options, this can save up to 6-8 kB memory when using native Wi-Fi stack.
* Added a new documentation page for :ref:`socket_service_interface` library.
313
+
* New socket options:
314
+
315
+
* :c:macro:`IP_MULTICAST_LOOP`
316
+
* :c:macro:`IPV6_MULTICAST_LOOP`
317
+
* :c:macro:`TLS_CERT_VERIFY_RESULT`
318
+
* :c:macro:`TLS_CERT_VERIFY_RESULT`
319
+
320
+
* Wi-Fi
321
+
322
+
* :kconfig:option:`CONFIG_WIFI_USAGE_MODE`
323
+
* Added a new section to the Wi-Fi Management documentation (``doc/connectivity/networking/api/wifi.rst``) with step-by-step instructions for generating test certificates for Wi-Fi using FreeRADIUS scripts. This helps users reproduce the process for their own test environments.
324
+
* Changed the hostap IPC mechanism from socketpair to k_fifo. Depending on the enabled Wi-Fi configuration options, this can save up to 6-8 kB memory when using native Wi-Fi stack.
0 commit comments