Skip to content

Commit f430d38

Browse files
pdgendthenrikbrixandersen
authored andcommitted
doc: releases: 4.3: Add CoAP client callback data migration and notes
Add a migration note entry for the CoAP client response callback signature change and add an entry to the release notes for the new struct type. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent 6a4b5cd commit f430d38

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

doc/releases/migration-guide-4.3.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ Power management
184184
Networking
185185
**********
186186

187+
* The :c:type:`coap_client_response_cb_t` signature has changed. The list of arguments
188+
is passed as a :c:struct:`coap_client_response_data` pointer instead.
189+
187190
* The HTTP server now respects the configured ``_config`` value. Check that
188191
you provide applicable value to :c:macro:`HTTP_SERVICE_DEFINE_EMPTY`,
189192
:c:macro:`HTTPS_SERVICE_DEFINE_EMPTY`, :c:macro:`HTTP_SERVICE_DEFINE` and

doc/releases/release-notes-4.3.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@ New APIs and options
209209

210210
* Networking
211211

212+
* CoAP
213+
214+
* :c:struct:`coap_client_response_data`
215+
212216
* Sockets
213217

214218
* :c:func:`zsock_listen` now implements the ``backlog`` parameter support. The TCP server

0 commit comments

Comments
 (0)