Skip to content

Commit 0fd3140

Browse files
committed
v3.0.2
1 parent 25f5700 commit 0fd3140

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### 3.0.2 (2025-07-25)
2+
3+
#### Bug Fixes
4+
5+
* When the server closes the TCP connection, handle the ongoing frames before erroring out
6+
7+
#### Misc
8+
9+
* Several fixes related to channel automatic reconnection
10+
* Internal preparatory work for upcoming connection recovery
11+
112
### 3.0.1 (2025-07-22)
213

314
#### Features

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.

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 = "3.0.1"
3+
version = "3.0.2"
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)