Skip to content

Commit 2c097a4

Browse files
rlubosdanieldegrasse
authored andcommitted
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>
1 parent 066226e commit 2c097a4

File tree

1 file changed

+62
-18
lines changed

1 file changed

+62
-18
lines changed

doc/releases/release-notes-4.2.rst

Lines changed: 62 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -253,33 +253,41 @@ New APIs and options
253253

254254
* Networking:
255255

256-
* IPv4
256+
* CoAP
257257

258-
* :kconfig:option:`CONFIG_NET_IPV4_MTU`
258+
* :c:macro:`COAPS_SERVICE_DEFINE`
259259

260-
* MQTT
260+
* DHCPv4
261261

262-
* :kconfig:option:`CONFIG_MQTT_VERSION_5_0`
262+
* :kconfig:option:`CONFIG_NET_DHCPV4_INIT_REBOOT`
263263

264-
* Wi-Fi
264+
* DNS
265265

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.
266+
* :c:func:`dns_resolve_service`
267+
* :c:func:`dns_resolve_reconfigure_with_interfaces`
269268

270-
* Power management
269+
* HTTP
271270

272-
* :kconfig:option:`CONFIG_PM_DEVICE_RUNTIME_USE_SYSTEM_WQ`
273-
* :kconfig:option:`CONFIG_PM_DEVICE_RUNTIME_USE_DEDICATED_WQ`
274-
* :kconfig:option:`CONFIG_PM_DEVICE_DRIVER_NEEDS_DEDICATED_WQ`
275-
* :kconfig:option:`CONFIG_PM_DEVICE_RUNTIME_DEDICATED_WQ_STACK_SIZE`
276-
* :kconfig:option:`CONFIG_PM_DEVICE_RUNTIME_DEDICATED_WQ_PRIO`
277-
* :kconfig:option:`CONFIG_PM_DEVICE_RUNTIME_DEDICATED_WQ_INIT_PRIO`
278-
* :kconfig:option:`CONFIG_PM_DEVICE_RUNTIME_ASYNC`
271+
* :kconfig:option:`CONFIG_HTTP_SERVER_COMPRESSION`
279272

280-
* Sockets
273+
* IPv4
281274

282-
* :kconfig:option:`CONFIG_NET_SOCKETS_INET_RAW`
275+
* :kconfig:option:`CONFIG_NET_IPV4_MTU`
276+
277+
* LwM2M
278+
279+
* :kconfig:option:`CONFIG_LWM2M_SERVER_BOOTSTRAP_ON_FAIL`
280+
* Implemented Greater Than, Less Than and Step observe attributes handling
281+
(see :kconfig:option:`CONFIG_LWM2M_MAX_NOTIFIED_NUMERICAL_RES_TRACKED`).
282+
283+
* Misc
284+
285+
* :c:func:`net_if_oper_state_change_time`
286+
287+
* MQTT
288+
289+
* :kconfig:option:`CONFIG_MQTT_VERSION_5_0`
290+
* :c:member:`mqtt_transport.if_name`
283291

284292
* OpenThread
285293

@@ -290,10 +298,46 @@ New APIs and options
290298
* :kconfig:option:`CONFIG_OPENTHREAD_SYS_INIT`
291299
* :kconfig:option:`CONFIG_OPENTHREAD_SYS_INIT_PRIORITY`
292300

301+
* SNTP
302+
303+
* :c:func:`sntp_init_async`
304+
* :c:func:`sntp_send_async`
305+
* :c:func:`sntp_read_async`
306+
* :c:func:`sntp_close_async`
307+
308+
* Sockets
309+
310+
* :kconfig:option:`CONFIG_NET_SOCKETS_INET_RAW`
311+
* :c:func:`socket_offload_dns_enable`
312+
* 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.
325+
293326
* zperf
294327

295328
* :kconfig:option:`CONFIG_ZPERF_SESSION_PER_THREAD`
296329
* :c:member:`zperf_upload_params.data_loader`
330+
* :kconfig:option:`CONFIG_NET_ZPERF_SERVER`
331+
332+
* Power management
333+
334+
* :kconfig:option:`CONFIG_PM_DEVICE_RUNTIME_USE_SYSTEM_WQ`
335+
* :kconfig:option:`CONFIG_PM_DEVICE_RUNTIME_USE_DEDICATED_WQ`
336+
* :kconfig:option:`CONFIG_PM_DEVICE_DRIVER_NEEDS_DEDICATED_WQ`
337+
* :kconfig:option:`CONFIG_PM_DEVICE_RUNTIME_DEDICATED_WQ_STACK_SIZE`
338+
* :kconfig:option:`CONFIG_PM_DEVICE_RUNTIME_DEDICATED_WQ_PRIO`
339+
* :kconfig:option:`CONFIG_PM_DEVICE_RUNTIME_DEDICATED_WQ_INIT_PRIO`
340+
* :kconfig:option:`CONFIG_PM_DEVICE_RUNTIME_ASYNC`
297341

298342
* Sensor
299343

0 commit comments

Comments
 (0)