File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.4.0] ( https://github.com/RDMA-Rust/sideway/compare/v0.3.2...v0.4.0 ) - 2025-11-29
11+
12+ ### Added
13+
14+ - * (rdmacm)* tie identifiers to Arc-based event channel
15+ - * (ibverbs)* add unsafe accessors for raw ibv handles
16+
17+ ### Other
18+
19+ - * (ibverbs)* wrap CompletionQueue in Arc
20+ - * (ibverbs)* wrap DeviceContext, ProtectionDomain, MemoryRegion in Arc
21+
1022## [ 0.3.2] ( https://github.com/RDMA-Rust/sideway/compare/v0.3.1...v0.3.2 ) - 2025-09-13
1123
1224### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " sideway"
3- version = " 0.3.2 "
3+ version = " 0.4.0 "
44description = " A better wrapper for using RDMA programming APIs in Rust flavor"
55license = " MPL-2.0"
66repository = " https://github.com/RDMA-Rust/sideway"
You can’t perform that action at this time.
0 commit comments