Skip to content

Commit 69f095b

Browse files
committed
v4.8.0
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
1 parent e3a5247 commit 69f095b

3 files changed

Lines changed: 61 additions & 54 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 4.8.0 (2026-05-23)
2+
3+
#### Bug Fixes
4+
5+
* Prevent possible (unlikely) race condition in notifier
6+
* Use saturating arithmetics as much as possible
7+
18
### 4.7.4 (2026-05-12)
29

310
#### Misc

Cargo.lock

Lines changed: 51 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lapin"
3-
version = "4.7.4"
3+
version = "4.8.0"
44
edition = "2024"
55
authors = ["Geoffroy Couprie <geo.couprie@gmail.com>", "Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
66
description = "AMQP client library"
@@ -39,7 +39,7 @@ rustls--aws_lc_rs = ["amq-protocol/rustls--aws_lc_rs"] # default, but do
3939
rustls--ring = ["amq-protocol/rustls--ring"] # more compatible, (e.g., easily builds on Windows)
4040

4141
[build-dependencies.amq-protocol-codegen]
42-
version = "^10.2"
42+
version = "^10.4"
4343
optional = true
4444

4545
[build-dependencies.serde_json]
@@ -54,7 +54,7 @@ futures-core = "^0.3"
5454
futures-io = "^0.3"
5555

5656
[dependencies.amq-protocol]
57-
version = "^10.2"
57+
version = "^10.4"
5858
default-features = false
5959

6060
[dependencies.async-rs]

0 commit comments

Comments
 (0)