Skip to content

Commit a8dc4d4

Browse files
cressie176claude
andcommitted
Update changelog with migration notes for #832 fix
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0da5e2b commit a8dc4d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change log for amqplib
22

33
## Unreleased
4-
- Fix channel.get() not invoking callback with error on channel close; previously only an error event was emitted (fixes #832)
4+
- Fix channel.get() not invoking callback with error on channel close; previously only an error event was emitted (fixes #832). **Note:** if you use the callback API, ensure your channel.get() callbacks handle errors — they will now be invoked in error cases where previously they were not. If you use the promise API, the returned promise now rejects with a proper Error object (with .code, .classId and .methodId properties) rather than a raw close frame.
55

66
## v1.0.5
77
- Fix ConfirmChannel callbacks silently dropped on channel close when some publishes had no callback (fixes #191)

0 commit comments

Comments
 (0)