DocsAWS 101Blog
← Back to Blog

CloudFormation change sets, Aurora Stop/Start, and S3 delete conditions

August 20, 2026 · v1.4.21

v1.4.21 is a CloudFormation and Aurora correctness release. CloudFormation change sets stop reporting an invalid status that broke the CDK, a replacement of a custom-named resource is refused instead of silently destroying data, and SES configuration sets provision. RDS Aurora global databases and replicated readers survive Stop/Start and validate engine versions across every write path. Around that, S3 gains correct conditional deletes and multipart composite checksums, IoT adds a native mTLS MQTT listener on port 8883, and API Gateway routes on the resource+method pair the way AWS does.

New

Fixes

Upgrade

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

Or pin in compose.yaml:

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

Stay in sync

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