DocsAWS 101Blog
← Back to Blog

JSONata for Step Functions, the IoT device plane, and S3 replication

August 28, 2026 · v1.5.3

v1.5.3 is the biggest parity wave since 1.5.0. Step Functions speaks the JSONata query language, IoT gains the jobs device contract over MQTT and the provisioning-template control plane, CloudFormation updates resources in place and fails honestly when a delete cannot happen, S3 replication actually delivers, and the ECS + ALB pair a Terraform module produces — service, target group, listener rule — now routes traffic end to end.

New

Fixes

Upgrade

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

Or pin in compose.yaml:

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

Stay in sync

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