DocsAWS 101Blog
← Back to Blog

Aurora reader replication, IoT Jobs, and an S3 correctness pass

August 19, 2026 · v1.4.20

v1.4.20 grows the data plane and tightens the edges. RDS gains opt-in Aurora PostgreSQL reader instances backed by real streaming replication and a working FailoverDBCluster; AWS IoT Jobs lands with its iot-jobs-data device plane; and CloudFormation learns API Gateway keys and usage plans. Around that is a broad S3 correctness pass — server-side encryption is now real contract state, CRC64NVME checksums compute instead of erroring, and versioning, canned ACLs and conditional multipart all move closer to AWS — plus parity fixes in DynamoDB, CloudWatch, EC2, IAM, Step Functions and Aurora DSQL.

New

Fixes

Upgrade

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

Or pin in compose.yaml:

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

Stay in sync

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