What's Changed
- chore: fix function in comment by @chengehe in #578
- Add handler name to logs of handler.handleMessage() by @HansvdLaanNedap in #592
- docs: fix mismatched kafka pubsub examples by @alexandregv in #587
- refactor: replace []byte(fmt.Sprintf) with fmt.Appendf by @minxinyi in #585
- docs: Clarify partitioning key in Kafka example documentation by @abramovd in #577
- Bump github.com/redis/go-redis/v9 from 9.7.0 to 9.7.3 in /_examples/real-world-examples/delayed-requeue by @dependabot[bot] in #549
- Bump golang.org/x/net from 0.28.0 to 0.36.0 in /tools/mill by @dependabot[bot] in #546
- Bump vite from 5.4.8 to 5.4.12 in /docs by @dependabot[bot] in #541
- add memory clean up on gochannel subscribe topics when they no longer have any more subscribers by @dkotik in #561
- Use errors.Is for error comparison instead of direct equality checks by @ytnsym in #502
- Refactored sending lock of subscriber by @stephanvanzwienen in #589
- Update watermill-sql in examples by @m110 in #532
- Adds feature to use ULID in tests by @HolyKingCrusader in #444
- Clean up resources in Go channel pub sub [Memory leak] by @avlajcic-axilis in #407
- Add NewMessageWithContext() by @m110 in #596
- Tests: Make asserts less verbose by @m110 in #595
- docs: Fix spelling error: 'ques' to 'queues' in SNS configuration aws.md by @pxwanglu in #597
- Allow for custom labels on prometheus metrics by @matdurand in #393
- Upgrade github.com/cenkalti/backoff to v5 by @EvanMad in #570
- Uncancel context when retrying by @roblaszczak in #598
- Update TestMessageContext by @m110 in #599
- Add context propogation to subscribers for local pub-sub by @yashb042 in #487
New Contributors
- @chengehe made their first contribution in #578
- @HansvdLaanNedap made their first contribution in #592
- @alexandregv made their first contribution in #587
- @minxinyi made their first contribution in #585
- @abramovd made their first contribution in #577
- @ytnsym made their first contribution in #502
- @stephanvanzwienen made their first contribution in #589
- @HolyKingCrusader made their first contribution in #444
- @avlajcic-axilis made their first contribution in #407
- @pxwanglu made their first contribution in #597
- @matdurand made their first contribution in #393
- @EvanMad made their first contribution in #570
- @yashb042 made their first contribution in #487
Full Changelog: v1.4.7...v1.5.0