Skip to content

v0.9.0

Compare
Choose a tag to compare
@vvatanabe vvatanabe released this 09 Nov 22:13
· 130 commits to main since this release
  • Comprehensive README Updates: The README has been significantly enhanced with detailed sections.
  • Producer Implementation: Implemented a Producer feature to enable sending messages.
  • Consumer Function Renaming: Renamed the Listen function to StartConsuming in the Consumer module for better clarity.
  • Method and File Refactoring: Made message-related methods private and renamed sdk.go to client.go for improved code organization.
  • Import Sorting: Sorted imports in test files for better code style.
  • Dead Letter Queue (DLQ) Support: Added support for receiving messages from the DLQ, enhancing the robustness of message handling.

Full Changelog: v0.8.0...v0.9.0