Description
It's been over two months since our last release and we already have lots of great additions, changes, and fixes in the pipeline.
I've added a few things that I'd definitely like to see in the new release:
Release blockers
- uefi: Some convenient DevicePathUtilities helper methods #1599
- uefi/doc: improve documentation of exit_boot_services + change signature #1605
- doc/uefi: improve Protocol documentation #1612
- doc: streamline device path documentation between uefi-raw and uefi #1641
- Memory Management
Maybe release blockers (depending on how fast we can make progress or not urgent)
- doc: streamline Error and Argument sections #1603
- uefi: Add safe protocol wrapper for EFI_EXT_SCSI_PASS_THRU_PROTOCOL #1589
- uefi: Add safe protocol wrapper for EFI_ATA_PASS_THRU_PROTOCOL #1595
- uefi: Add safe protocol wrapper for EFI_NVM_EXPRESS_PASS_THRU_PROTOCOL #1594
- uefi: remove duplication in DevicePathHeader; use uefi-raw #1613
- add ip4config2 + http protocols support #1614
- add ip4 config2 protocol #1615
- uefi-raw and uefi: use
core::net
types where possible, remove duplicated types #1645