Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.67 KB

File metadata and controls

43 lines (27 loc) · 1.67 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.0.4] - 2025-11-21

Added

  • DynamoDB Command Execution: Added execute_dynamodb_command tool that integrates with AWS API MCP Server to execute DynamoDB operations directly without requiring separate AWS API MCP Server configuration.

[2.0.0] - 2025-09-11

Removed

  • BREAKING CHANGE: DynamoDB Native API functions have been removed in favour of the AWS API MCP Server.

  • The following functionality has been removed:

    • Table Operations
    • Item Operations
    • Query and Scan Operations
    • Backup and Recovery Operations
    • Time to Live Operations
    • Export Operations
    • Tags and Resource Policies Operations
    • Miscellaneous Operations (describe endpoints and describe limits)
  • Migration: Use the AWS API MCP Server to perform these operations going forward.

[1.0.0] - 2025-05-26

Removed

Unreleased

Added

  • Initial project setup