DocsAWS 101Blog
← Back to Blog

KMS HMAC keys, RDS managed master passwords, EventBridge API destinations, and an S3 conformance batch

August 10, 2026 · v1.4.15

v1.4.15 grows three services and hardens two more. KMS gains HMAC keys with GenerateMac / VerifyMac, RDS wires ManageMasterUserPassword to Secrets Manager, and EventBridge API destinations are now invoked over HTTP on PutEvents. On top of that: a large S3 conformance batch, RDS Data API endpoint fidelity, and SQS, Route 53, and Step Functions parity fixes.

New

Fixes

Upgrade

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

Or pin in compose.yaml:

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

Stay in sync

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