Skip to content

Commit 0fde60d

Browse files
committed
v3.0.0-beta.1
1 parent ef7cc38 commit 0fde60d

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
### 3.0.0 (2025-??-??)
2+
3+
#### Breaking changes
4+
5+
* `Error` is now `ErrorKind`, wrapped in a new `Error` type (use `Error::kind` to access the previous type)
6+
* no more Acker::default
7+
8+
#### Features
9+
10+
* rustls crypto backend selection through features
11+
* `Error::is_amqp_error`, `Error::is_amqp_soft_error` and `Error::is_amqp_hard_error`
12+
* default runtime is now optional
13+
* experimental feature to recover channel from AMQP soft error (behind unstable feature flag)
14+
15+
#### Misc
16+
17+
* Update to reactor-trait 2
18+
* Update to amq-protocol 8
19+
* Update to nom 8
20+
* Drop pinky-swear dependency
21+
* Edition 2024 preparation
22+
123
### 2.5.1 (2025-03-08)
224

325
#### Bug Fixes

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lapin"
3-
version = "2.5.1"
3+
version = "3.0.0-beta.1"
44
edition = "2021"
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)