Skip to content

Commit f151310

Browse files
committed
v4.1.0
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
1 parent 7a756b8 commit f151310

File tree

3 files changed

+80
-41
lines changed

3 files changed

+80
-41
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 4.1.0 (2026-02-??)
1+
### 4.1.0 (2026-02-27)
22

33
#### Breaking changes
44

@@ -7,6 +7,7 @@
77
#### Bug Fixes
88

99
* `ConnectionProperties::configure_backoff` now works properly. It was previously broken due to implicit Copy behaviour.
10+
* We now retry several times (16 as of now) the TCP connection itself by default when recovery is enabled.
1011

1112
### 4.0.3 (2026-02-21)
1213

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lapin"
3-
version = "4.0.3"
3+
version = "4.1.0"
44
edition = "2024"
55
authors = ["Geoffroy Couprie <geo.couprie@gmail.com>", "Marc-Antoine Perennou <Marc-Antoine@Perennou.com>"]
66
description = "AMQP client library"

0 commit comments

Comments
 (0)