Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 748 Bytes

CHANGELOG.md

File metadata and controls

20 lines (13 loc) · 748 Bytes

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

Added

  • Redis Management:

    • delete_redis_instance: Deletes a Redis instance by name.
    • find_redis_instance_by_name: Finds Redis instances by name with an optional limit.
  • Macros:

    • handle_response_data!: A reusable macro to handle API responses, including success and error logging, JSON parsing, and handling of empty service lists.

Changed

  • Standardized response handling and logging for API interactions, reducing code duplication and improving clarity.

Note: This changelog follows Keep a Changelog format and adheres to Semantic Versioning.