Skip to content

Commit ce99bd9

Browse files
committed
chore: release v0.3.3
1 parent 8a0b375 commit ce99bd9

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sideway"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
description = "A better wrapper for using RDMA programming APIs in Rust flavor"
55
license= "MPL-2.0"
66
repository = "https://github.com/RDMA-Rust/sideway"

0 commit comments

Comments
 (0)