release-notes.txt: add 2023.04 release notes#19503
Conversation
release-notes.txt
Outdated
| addresses (#19258) | ||
| * gcoap: Finish the gcoap_get_resource_list_tl -> | ||
| gcoap_get_resource_list renaming (#19295) | ||
| * sys/flash_utils: helpers to store data in flash (#18148) |
There was a problem hiding this comment.
Not sure why this is an API change
But the new servo API and the ESP_WIFI_SSID -> WIFI_SSID change sure is.
vfs_umount() has gained a flag to for forced unmount.
There was a problem hiding this comment.
Yes, phydat_unit_to_str() is no longer thread safe on Harvard architectures and deprecated in favor of phydat_unit_print() and phydate_unit_write(), which are thread safe and, subjectively, easier to use.
It is a sublte API change likely nobody notices, as phydat_unit_to_str() was likely never used by applications directly, but rather indirect by including the saul shell command or by using phydat_to_json. Both have been updated to use the not-deprecated API. So I don't think that anyone would be affected.
There was a problem hiding this comment.
ok, I remove it from the API Changes then.
|
Should we add the boards that have been tested for this release (maybe just pass fail results and link the issue)? |
All good but I shouldn't be the one to ack
maribu
left a comment
There was a problem hiding this comment.
Looks good to me. Two nit-picks inline. Feel free to squash directly, or to ignore the nitpicks.
release-notes.txt
Outdated
| + drivers/mrf24j40: add support for IEEE 802.15.4 Radio HAL (#18472) | ||
| + drivers/mtd_sdcard: add mtd_sdcard_default module (#19216) | ||
| + makefiles/tools/serial.inc.mk: Allow detection of debug adapter (#19119) | ||
| + pkg/lwext4: add lightweight implementation of the ext2/3/4 filesystem (#18682) | ||
| + pkg/tinyusb: add GD32VF103 support (#19256) |
There was a problem hiding this comment.
This don't look boards related; maybe they should be moved in a different category?
release-notes.txt
Outdated
| + gh-actions: report release-tests result to Matrix (#19102) | ||
| * CI: .murdock: fix bors fast build (#19241) | ||
| * CI: .murdock: use build checkout for ccache tmp (#19274) | ||
| * CI: seperate check-labels and check-commits workflows (#19120) |
There was a problem hiding this comment.
| * CI: seperate check-labels and check-commits workflows (#19120) | |
| * CI: separate check-labels and check-commits workflows (#19120) |
release-notes.txt
Outdated
| addresses (#19258) | ||
| * gcoap: Finish the gcoap_get_resource_list_tl -> | ||
| gcoap_get_resource_list renaming (#19295) | ||
| * sys/flash_utils: helpers to store data in flash (#18148) |
There was a problem hiding this comment.
Yes, phydat_unit_to_str() is no longer thread safe on Harvard architectures and deprecated in favor of phydat_unit_print() and phydate_unit_write(), which are thread safe and, subjectively, easier to use.
It is a sublte API change likely nobody notices, as phydat_unit_to_str() was likely never used by applications directly, but rather indirect by including the saul shell command or by using phydat_to_json. Both have been updated to use the not-deprecated API. So I don't think that anyone would be affected.
|
@maribu done! |
651f36d to
2c111ae
Compare
|
bors merge |
|
🕐 Waiting for PR status (GitHub check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
|
bors merge |
|
bors cancel |
|
Canceled. |
|
bors merge |
|
Build succeeded:
|
Contribution description
This are the release notes for the 2023.04 Release. Please give it a look and make sure that your work in the last 3 months is present here.
Testing procedure
Issues/PRs references