Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: release-notes: Add 3.5.0 release notes for networking #63703

Merged

Conversation

rlubos
Copy link
Contributor

@rlubos rlubos commented Oct 9, 2023

Add 3.5.0 release notes for networking.

@rlubos rlubos requested a review from jukkar October 9, 2023 14:21
@rlubos rlubos requested a review from nashif as a code owner October 9, 2023 14:21
@zephyrbot zephyrbot added the Release Notes To be mentioned in the release notes label Oct 9, 2023
:kconfig:option:`CONFIG_LWM2M_COAP_MAX_MSG_SIZE` is split into a block-wise transfer.
* Block-wise transfers don't require tokens to match anymore as this was not in line
with CoAP specification (CoAP doesn't require tokens re-use).
* Various fixes to bootstrap. Now client ensures that Bootstrap-Finnish command is send,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Various fixes to bootstrap. Now client ensures that Bootstrap-Finnish command is send,
* Various fixes to bootstrap. Now client ensures that Bootstrap-Finish command is sent,

* Added support for TCP new Reno collision avoidance algorithm.
* Fixed source address selection on bound sockets.
* Fixed possible memory leak in case listening socket was closed during active handshake.
* Fixed RST packet handing during handshake.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Fixed RST packet handing during handshake.
* Fixed RST packet handling during handshake.

* Added new :zephyr:code-sample:`cellular-modem` sample.
* Added support for network interface names (instead of reusing underlying device name).
* Removed support for Google Cloud IoT sample due to service retirement.
* Fixed a bug where packets passed in promiscuous mode could've been modified
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit

Suggested change
* Fixed a bug where packets passed in promiscuous mode could've been modified
* Fixed a bug where packets passed in promiscuous mode could have been modified


* LwM2M:

* Added support for tickless mode. This removes the 500 ms timeout from the socket loop
so the engine does not constantly wake up the CPU. This can be enabled by
:kconfig:option:`CONFIG_LWM2M_TICKLESS`.
* Added new :c:macro:`LWM2M_RD_CLIENT_EVENT_DEREGISTER` event.
* Block-wise sending now supports LwM2M read and composite-read operations as well.
When :kconfig:option:`LWM2M_COAP_BLOCK_TRANSFER` is enabled, any content that is larger than
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
When :kconfig:option:`LWM2M_COAP_BLOCK_TRANSFER` is enabled, any content that is larger than
When :kconfig:option:`CONFIG_LWM2M_COAP_BLOCK_TRANSFER` is enabled, any content that is larger than

doc/releases/release-notes-3.5.rst Show resolved Hide resolved
@rlubos rlubos force-pushed the doc/networking-release-notes-3-5-0 branch from 34f3ed3 to 936a56b Compare October 9, 2023 15:28
@rlubos rlubos requested a review from tbursztyka as a code owner October 10, 2023 08:37
@zephyrbot zephyrbot requested a review from ssharks October 10, 2023 08:38
@rlubos rlubos force-pushed the doc/networking-release-notes-3-5-0 branch from 5981023 to 5b44637 Compare October 10, 2023 09:08
jhedberg
jhedberg previously approved these changes Oct 10, 2023
Add 3.5.0 release notes for networking.

Signed-off-by: Robert Lubos <[email protected]>
So that the type is visible and "referencable" in the documentation.

Signed-off-by: Robert Lubos <[email protected]>
@rlubos rlubos force-pushed the doc/networking-release-notes-3-5-0 branch from 5b44637 to 1bb23ab Compare October 10, 2023 10:37
@rlubos
Copy link
Contributor Author

rlubos commented Oct 10, 2023

Just rebased after d52cb22 was merged.

Copy link
Collaborator

@kartben kartben left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jhedberg
Copy link
Member

Looks like there's a CI build failure, likely because of #63074

@jhedberg jhedberg merged commit fdaba20 into zephyrproject-rtos:main Oct 10, 2023
19 checks passed
@rlubos rlubos deleted the doc/networking-release-notes-3-5-0 branch October 25, 2023 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Networking Release Notes To be mentioned in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants