File tree Expand file tree Collapse file tree 7 files changed +101
-0
lines changed Expand file tree Collapse file tree 7 files changed +101
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.1.0] - 2025-06-09
4+
5+ ### Added
6+
7+ - Initial release.
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.2.0] - 2025-06-09
4+
5+ ### Added
6+
7+ - Add ` MctpLinuxListener ` , ` MctpLinuxResp ` , ` MctpLinuxReq `
8+
9+ ### Changed
10+
11+ - Update for ` mctp ` 0.2 API.
12+ - Enable ` mctp ` crate ` std ` feature.
13+ - License is now dual MIT or Apache-2.0
14+
15+ ## [ 0.1.0] - 2024-06-24
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.1.0] - 2025-06-09
4+
5+ ### Added
6+
7+ - Initial release.
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.2.0] - 2025-06-09
4+
5+ ### Added
6+
7+ - Traits for ` Listener ` , ` ReqChannel ` , ` RespChannel ` replace
8+ previous ` Endpoint ` trait.
9+ - New ` AsyncListener ` , ` AsyncReqChannel, ` AsyncRespChannel` traits.
10+ - Optional ` defmt ` feature.
11+
12+ ### Fixed
13+
14+ - Fix ` no_std ` build.
15+
16+ ### Changed
17+
18+ - Added new error variants ` NoSpace ` , ` Unsupported ` ,
19+ ` InternalError ` , ` RxFailure `
20+ - ` Tag::OwnedAuto ` has been removed, an ` Option ` is used instead.
21+ - License is now dual MIT or Apache-2.0
22+
23+ ## [ 0.1.0] - 2024-06-24
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.2.0] - 2025-06-09
4+
5+ ### Added
6+
7+ - Moved ` pldm-fw ` binary to this new ` pldm-fw-cli ` crate.
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.2.0] - 2025-06-09
4+
5+ ### Added
6+
7+ - Added Firmware Device (FD) implementation, works on ` no_std ` .
8+ - Moved ` pldm-fw ` binary to a new ` pldm-fw-cli ` crate.
9+
10+ ### Fixed
11+
12+ - Fix incorrect transfer size field on 64-bit platforms.
13+ - UA: support PCI device and subsystem IDs.
14+ - UA: avoid divide by zero in progress on early TransferComplete.
15+
16+ ### Changed
17+
18+ - Moved Update Agent (UA) to a separate module.
19+ - Support building with ` no_std ` (not for UA).
20+ - Update for ` mctp ` 0.2 API.
21+ - License is now dual MIT or Apache-2.0
22+
23+ ## [ 0.1.0] - 2024-06-24
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.2.0] - 2025-06-09
4+
5+ ### Added
6+
7+ - Allow no-alloc/` no_std ` use of ` PldmRequest ` and ` PldmResponse ` .
8+ ` _borrowed() ` methods can be used to borrow from
9+ an external buffer. With ` alloc ` feature a heap buffer can be
10+ used the same as previously, returning a ` 'static ` lifetime.
11+ - Add PLDM completion codes.
12+
13+ ### Changed
14+
15+ - Update for ` mctp ` 0.2 API.
16+ - Check that received messages have PLDM message type.
17+ - License is now dual MIT or Apache-2.0
18+
19+ ## [ 0.1.0] - 2024-06-24
You can’t perform that action at this time.
0 commit comments