doc: release: 3.6: Add CoAP events documentation

Update the release notes and migration guide for CoAP events using
the Network Events subsystem.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
Pieter De Gendt 2023-12-01 10:33:18 +01:00 committed by Fabio Baltieri
parent 1f52a755d3
commit ac520e6f99
2 changed files with 6 additions and 0 deletions

View File

@ -202,6 +202,10 @@ Networking
``request`` argument for :c:func:`coap_well_known_core_get` is made ``const``.
(:github:`64265`)
* CoAP observer events have moved from a callback function in a CoAP resource to the Network Events
subsystem. The ``CONFIG_COAP_OBSERVER_EVENTS`` configuration option has been removed.
(:github:`65936`)
* The IGMP multicast library now supports IGMPv3. This results in a minor change to the existing
api. The :c:func:`net_ipv4_igmp_join` now takes an additional argument of the type
``const struct igmp_param *param``. This allows IGMPv3 to exclude/include certain groups of

View File

@ -206,6 +206,8 @@ Networking
* CoAP:
* Emit observer/service network events using the Network Event subsystem.
* Connection Manager:
* DHCP: