DocsAWS 101Blog
← Back to Blog

RDS Proxy, verified S3 checksums, and least-privilege IAM fixes

August 25, 2026 · v1.5.1

v1.5.1 rounds out the 1.5 line. RDS gains the full RDS Proxy control plane, SNS platform applications can finally be read back and updated, Step Functions adds the last two missing intrinsics and the documented aws-sdk:cloudwatchlogs integration, and the slim Docker image now ships the MySQL IAM auth plugins. On the fix side: every supplied S3 checksum is actually verified, least-privilege IAM policies work for JSON-protocol services and kms:Decrypt, and Cognito, S3 presigned uploads, EventBridge, Glue, CloudFormation, IoT and RDS each close a real gap.

New

Changed

Fixes

Upgrade

docker pull ministackorg/ministack:1.5.1
docker run -d -p 4566:4566 ministackorg/ministack:1.5.1

Or pin in compose.yaml:

services:
  ministack:
    image: ministackorg/ministack:1.5.1
    ports:
      - "4566:4566"

Stay in sync

Issues and PRs welcome on GitHub. Discussion on r/ministack.