DocsAWS 101Blog
← Back to Blog

Device shadows over MQTT, MQTT 5.0, and a CA-certificate registry

August 17, 2026 · v1.4.19

v1.4.19 is an IoT-heavy release: device shadows now flow over the MQTT broker at the AWS reserved topics, the broker negotiates MQTT 5.0 per connection, a CA-certificate registry lands with just-in-time-registration events, connectivity.* terms join the fleet index, and the sqs topic-rule action dispatches. On top of that: an EventBridge event-pattern matcher rewritten to AWS's real semantics, Cognito federation endpoints built from the user pool domain, a DynamoDB stream-ARN fix, and a Lambda deployment-size fix that counts layers.

New

Fixes

Upgrade

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

Or pin in compose.yaml:

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

Stay in sync

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