Skip to content

Commit ebadd2e

Browse files
committed
post-release commit (sets version to 0.28.3dev0)
1 parent 62e44b2 commit ebadd2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes
22

3+
## 0.28.3 (2025-xx-xx)
4+
5+
- ...
6+
37
## 0.28.2 (2025-02-14)
48

59
- Fixes a bug for AWS SQS queues with dead-letter queue configured which would trigger if SQS.DeleteMessage calls would unexpectedly fail or fail all retries for a message and the same message would be received again to the same consumer over and over again, where it would be ignored as a duplicated SQS message, until it would be sent to the DLQ. Even if the message was redrived to the queue and the same consumer would keep receiving it, it would still ignore the message as a duplicate. This would cause the message to be stuck in a loop.

0 commit comments

Comments
 (0)