Skip to content

Commit 5c91d08

Browse files
Update change log
1 parent 9f9d86d commit 5c91d08

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

ChangeLog.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
## Changes between 2.4.0 and 2.5.0 (in development)
1+
## Changes between 2.5.0 and 2.6.0 (in development)
2+
3+
No changes yet.
4+
5+
6+
## Changes between 2.4.0 and 2.5.0 (Dec 31, 2025)
27

38
### Additional Consumer Hot Path Optimizations
49

5-
Further decode method optimizations for consumer delivery paths:
10+
A few more decode method optimizations for consumer delivery code paths.
611

7-
* `Basic::Deliver.decode`: uses `getbyte` and `unpack1` for faster field extraction
8-
* `Basic::ConsumeOk.decode`: simplified using `getbyte` and `byteslice`
9-
* `Basic::Ack.decode`: uses `unpack1` and `getbyte` for compact decoding
10-
* `Basic::Nack.decode`: uses `unpack1` and `getbyte` for compact decoding
11-
* `Basic.decode_properties`: uses `getbyte` for shortstr lengths and `unpack1` throughout
1212

1313
## Changes between 2.3.4 and 2.4.0 (Dec 30, 2025)
1414

0 commit comments

Comments
 (0)