Skip to content

Commit 239022c

Browse files
committed
bump to 0.3.4
1 parent 04f0e46 commit 239022c

File tree

3 files changed

+35
-4
lines changed

3 files changed

+35
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pulsebeam/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## [pulsebeam-v0.3.4] - 2026-03-18
2+
3+
### 🚀 Features
4+
5+
- Use connection_id as etag
6+
- Use memory pool
7+
8+
### 🐛 Bug Fixes
9+
10+
- Inverted power of 2 spmc
11+
- Missing hex for test
12+
- Unit and sim tests
13+
- Incorrect hysteresis cost
14+
- Remove unsupported mpsc tests
15+
- Axum task leaks
16+
- Missing console_subscriber on default
17+
- Potential spin loop on large switching
18+
- Missing budget sub
19+
- Sim tests
20+
- Some warnings
21+
- Missing waker on spmc
22+
- Loom spmc tests
23+
- Missing presorted slot views
24+
- Undefined quality bug
25+
- Stuck stream state transition
26+
27+
### 💼 Other
28+
29+
- Add participanttaskresult type
30+
- Define runnable first
131
## [pulsebeam-v0.3.3] - 2026-01-28
232

333
### 🚀 Features
@@ -25,6 +55,7 @@
2555
### ⚙️ Miscellaneous Tasks
2656

2757
- Bump to 0.3.3
58+
- Release
2859
## [pulsebeam-v0.3.1] - 2025-12-29
2960

3061
### 🚀 Features

pulsebeam/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pulsebeam"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Lightweight WebRTC SFU for Mobile, IoT, and Web"
@@ -21,12 +21,12 @@ console-subscriber = { version = "0.5", optional = true }
2121
derive_more = { workspace = true }
2222
futures-concurrency = "7.7.1"
2323
futures-lite = { workspace = true }
24-
pin-project = "1"
2524
futures-util = "0.3.32"
2625
hyper = "1.7.0"
2726
metrics = "0.24.3"
2827
metrics-exporter-prometheus = "0.18.1"
2928
once_cell = "1.21.3"
29+
pin-project = "1"
3030
pprof = { version = "0.15.0", features = [
3131
"flamegraph",
3232
"prost-codec",
@@ -77,6 +77,6 @@ str0m = { workspace = true, features = ["wincrypto"] }
7777

7878
[features]
7979
default = ["parking_lot"]
80-
parking_lot = ["pulsebeam-runtime/parking_lot", "once_cell/parking_lot"]
8180
deep-metrics = ["pulsebeam-runtime/deep-metrics"]
81+
parking_lot = ["once_cell/parking_lot", "pulsebeam-runtime/parking_lot"]
8282
tokio-console = ["console-subscriber", "tokio/tracing"]

0 commit comments

Comments
 (0)