Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 2.23 KB

File metadata and controls

53 lines (32 loc) · 2.23 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.1.0] - 2026-04-07

Changed

  • BREAKING CHANGE: Connection-based managed mode in source_db_analyzer now requires the Secrets Manager secret to contain a host field. If your secret only has username and password, add the host field matching your database endpoint before upgrading. RDS-managed secrets already include this field. RDS Data API mode and self-service mode are not affected.

Added

  • Hostname validation against Secrets Manager secret for connection-based managed mode, ensuring credentials are only used with the intended database host.

[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