@@ -356,11 +356,77 @@ New APIs and options
356356
357357 * :c:struct: `coap_client_response_data `
358358 * :c:member: `coap_client_request.payload_cb `
359+ * :kconfig:option: `CONFIG_COAP_CLIENT_MAX_PATH_LENGTH `
360+ * :kconfig:option: `CONFIG_COAP_CLIENT_MAX_EXTRA_OPTIONS `
361+
362+ * Connection manager
363+
364+ * :c:macro: `NET_EVENT_CONN_IF_IDLE_TIMEOUT `
365+ * :c:func: `conn_mgr_if_set_idle_timeout `
366+ * :c:func: `conn_mgr_if_get_idle_timeout `
367+ * :c:func: `conn_mgr_if_used `
368+
369+ * DNS
370+
371+ * :c:enumerator: `DNS_QUERY_TYPE_CNAME `
372+ * :c:enumerator: `DNS_QUERY_TYPE_TXT `
373+ * :c:enumerator: `DNS_QUERY_TYPE_SRV `
374+ * :c:func: `dns_resolve_enable_packet_forwarding `
375+ * :c:func: `dns_resolve_remove_server_addresses `
376+
377+ * HTTP
378+
379+ * :kconfig:option: `CONFIG_HTTP_SERVER_STATIC_FS_RESPONSE_SIZE `
380+ * :c:struct: `http_service_config `
381+
382+ * IPv6
383+
384+ * :kconfig:option: `CONFIG_NET_IPV6_NS_TIMEOUT `
385+ * :c:func: `net_ipv6_get_addr_mcast_scope `
386+
387+ * LwM2M
388+
389+ * :c:type: `lwm2m_cache_filter_cb_t `
390+ * :c:func: `lwm2m_set_cache_filter `
391+
392+ * MQTT-SN
393+
394+ * :c:func: `mqtt_sn_predefine_topic `
395+ * :c:func: `mqtt_sn_update_will_topic `
396+ * :c:func: `mqtt_sn_update_will_message `
397+ * :c:func: `mqtt_sn_define_short_topic `
398+
399+ * Misc
400+
401+ * :kconfig:option: `CONFIG_NET_LATMON `
402+ * :kconfig:option: `CONFIG_NETMIDI2_HOST `
403+ * :kconfig:option: `CONFIG_OCPP `
404+ * :c:member: `npf_rule.priority `
405+ * :c:macro: `NPF_PRIORITY `
406+ * :kconfig:option: `CONFIG_NET_CONFIG_CLOCK_SNTP_SET_RTC `
407+ * :c:func: `ppp_peer_async_control_character_map `
408+
409+ * OpenThread
410+
411+ * :kconfig:option: `CONFIG_OPENTHREAD_ZEPHYR_BORDER_ROUTER `
412+ * :kconfig:option: `CONFIG_OPENTHREAD_BORDER_ROUTING_DHCP6_PD_CLIENT `
413+ * :kconfig:option: `CONFIG_OPENTHREAD_CHANNEL_MONITOR_AUTO_START `
414+ * :kconfig:option: `CONFIG_OPENTHREAD_MAC_BEACON_PAYLOAD_PARSING `
415+ * :kconfig:option: `CONFIG_OPENTHREAD_MULTIPLE_INSTANCE_NUM `
416+ * :kconfig:option: `CONFIG_OPENTHREAD_PLATFORM_RADIO_COEX_ENABLE `
417+ * :kconfig:option: `CONFIG_OPENTHREAD_PLATFORM_USEC_TIMER `
418+ * :kconfig:option: `CONFIG_OPENTHREAD_RCP_RESTORATION_MAX_COUNT `
419+ * :kconfig:option: `CONFIG_OPENTHREAD_SRP_SERVER_FAST_START `
420+ * :kconfig:option: `CONFIG_OPENTHREAD_TREL_MANAGE_DNSSD `
359421
360422 * Sockets
361423
362424 * :c:func: `zsock_listen ` now implements the ``backlog `` parameter support. The TCP server
363425 socket will limit the number of pending incoming connections to that value.
426+ * :c:macro: `IP_RECVTTL `
427+ * :c:macro: `IPV6_PKTINFO `
428+ * :c:macro: `IPV6_RECVHOPLIMIT `
429+ * :c:macro: `IPV6_HOPLIMIT `
364430
365431* Newlib
366432
0 commit comments