-
Notifications
You must be signed in to change notification settings - Fork 422
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release 4.3.2rc1: Release candidate for 4.3.2
- Loading branch information
Showing
10 changed files
with
61 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,38 @@ | ||
2023-07-13 Olaf Bergmann <[email protected]> | ||
|
||
Change summary for version 4.3.2: | ||
|
||
* Source files reformatted according to pre-commit rules. | ||
* Support for RFC8613 (OSCORE). | ||
* Support for RFC8974 (Extended Tokens). | ||
* Support for RFC9177 (Q-Block). | ||
* Support for latest RIOT code and new examples. | ||
* Support for MinGW builds. | ||
* Support for AF_UNIX sockets. | ||
* Support for WebSockets (RFC8323). | ||
* Support for IPv4 only and IPv6 only libcoap builds. | ||
* Support for defining maximum logging level. | ||
* Support for maintaining Observer requests over server restarts. | ||
* Support for Contiki-NG. | ||
* Support for latest LwIP, including using TinyDTLS. | ||
* libcoap now has protocol layered support, separating out the | ||
logical layers. Stack now is:- | ||
- Application | ||
- libcoap - CoAP | ||
- libcoap - CoAP-Session | ||
- libcoap - (D)TLS I/F using external (D)TLS Library | ||
- libcoap - Netif | ||
- libcoap - Sockets | ||
- Kernel Network Stack | ||
* Fixes CVE-2023-30362 and CVE-2023-35862. | ||
* Reported bugs fixed. | ||
* Examples now support separate logging levels for libcoap and (D)TLS. | ||
* syslog LOG_ logging levels replaced with COAP_LOG_ logging levels. | ||
* New public API functions to aid / reduce application coding. | ||
* Remove requirement for applications to have sockaddr knowledge. | ||
* Support for clients sending IPv4 broadcast requests. | ||
* Documentation added and updated (Doxygen and man). | ||
|
||
2022-08-17 Olaf Bergmann <[email protected]> | ||
|
||
Change summary for version 4.3.1: | ||
|
@@ -12,7 +47,7 @@ | |
* Warn when Options are repeated that are not defined as being | ||
repeatable. | ||
* Support for TLS when using Mbed TLS library. | ||
* support for Mbed TLS 3.1 | ||
* Support for Mbed TLS 3.1 | ||
* Add in BERT support for block handling. | ||
* More rigorous error handling for Block transfers. | ||
* Support for using external or submodule TinyDTLS. | ||
|
@@ -61,7 +96,7 @@ | |
* Support for Cygwin builds. | ||
* Proxy support for coap-server, enhanced coap-client capabilities | ||
* Updated async support. | ||
* Multicast requests now randomly delayed befor ethe response is | ||
* Multicast requests now randomly delayed before the response is | ||
sent. | ||
* Additional RFC support - RFC8768. | ||
* Mbed TLS DTLS library support. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
= Upgrade from 4.3.1 to 4.3.2 | ||
|
||
== Summary | ||
|
||
The source and binary APIs are the same for 4.3.1 and 4.3.2 with just extra | ||
functionality making it forward, but not necessarily backward compatible. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters