v0.6.0
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 thepeek
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
toClient
for simplicity. - Updated the constructor name for improved clarity.
- Modified function options for both
Client
andConsumer
to enhance usability.
- Renamed
- Data Type Adjustment: Changed the type of
Message.Data
from pointer to value, optimizing data handling.
Full Changelog: v0.5.0...v0.6.0