Skip to content

Commit bbfd326

Browse files
committed
chore: release 0.9.1
1 parent 3b32908 commit bbfd326

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Samply.Beam 0.9.1 - 2025-03-21
2+
3+
This minor release includes a bug for multiple connections from the same proxy.
4+
5+
## Bugfixes
6+
7+
* Fixed a bug where the broker did not notice a disconnect from the beam proxy sending the reconnected beam proxy a 409 status code causing it to crash. [#230](https://github.com/samply/beam/pull/230)
8+
19
# Samply.Beam 0.9.0 - 2025-03-12
210

311
This major release of Beam 0.9 features a lot of internal changes and some bugfixes.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[workspace]
22
members = ["proxy", "broker", "shared", "tests", "beam-lib"]
33
resolver = "2"
4-
package.version = "0.9.0"
4+
package.version = "0.9.1"
55

66
[workspace.dependencies]
77
beam-lib = { path = "./beam-lib", features = [ "strict-ids" ] }

0 commit comments

Comments
 (0)