Skip to content

v0.6.0

Compare
Choose a tag to compare
@vvatanabe vvatanabe released this 27 Oct 21:26
· 188 commits to main since this release

These updates aim to enhance the code's readability and maintainability. With the new validation feature, users can now preemptively detect potential errors related to message state transitions.

  • Code Refinement: Removed a redundant Get function call within the peek function.
  • Method Name Updates: Renamed the state transition-related methods for clarity.
  • New Feature: Introduced validation for message state transitions, ensuring appropriate state progression.
  • Client Renaming and Updates:
    • Renamed QueueSDKClient to Client for simplicity.
    • Updated the constructor name for improved clarity.
    • Modified function options for both Client and Consumer to enhance usability.
  • Data Type Adjustment: Changed the type of Message.Data from pointer to value, optimizing data handling.

Full Changelog: v0.5.0...v0.6.0