DocsAWS 101Blog
← Back to Blog

Ten reported issues, closed

September 20, 2026 · v1.5.14

v1.5.14 is an issue-sweep release. Ten reported issues are fixed in it, and most of them were cases where MiniStack accepted a request and then quietly did nothing with part of it: an API Gateway usage plan that throttled nothing, a Bedrock Retrieve filter that was parsed and ignored, an AppConfig feature-flag profile served in the wrong format, an S3 notification that read back empty for anything but the SDK that wrote it. Alongside those, KMS gained the real external key-material flow, PostgreSQL instances serve TLS, and IoT job executions actually time out.

New

Changed

Removed

Fixes

Upgrade

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

Or pin in compose.yaml:

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

Stay in sync

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