Commit 0fde60d 1 parent ef7cc38 commit 0fde60d Copy full SHA for 0fde60d
File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
23
### 2.5.1 (2025-03-08)
2
24
3
25
#### Bug Fixes
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lapin"
3
- version = " 2.5 .1"
3
+ version = " 3.0.0-beta .1"
4
4
edition = " 2021"
5
5
authors = [" Geoffroy Couprie <geo.couprie@gmail.com>" , " Marc-Antoine Perennou <Marc-Antoine@Perennou.com>" ]
6
6
description = " AMQP client library"
You can’t perform that action at this time.
0 commit comments