[1.1.24] — 2026-04-03
Fixed
- KMS aliases — CreateAlias, DeleteAlias, ListAliases, UpdateAlias;
alias/my-keyresolves in Encrypt, Decrypt, Sign, Verify, DescribeKey and all other KMS operations - KMS
REGIONhardcoded — now readsMINISTACK_REGIONenv var like all other services - S3 hardcoded
us-east-1— bucket region header, location constraint, and event notifications now useMINISTACK_REGION - Router
extract_regionfallback — now usesMINISTACK_REGIONinstead of hardcodedus-east-1 - EC2/RDS XML escaping — user-controlled values (tags, descriptions) now escaped with
xml.sax.saxutils.escape() - SQS thread safety — added
_queues_lockfor ESM poller access - EC2 terminated instances cleaned up — removed from memory after 60s
- Step Functions execution cleanup — cleaned up when parent state machine is deleted
- Lambda ESM poller idle optimization — polls every 5s when no ESMs configured
- DynamoDB
REGIONvariable ordering — moved before_emit_stream_event - README: 55+ undocumented operations — updated all service tables
- README:
SFN_MOCK_CONFIG— added to Configuration table - README: KMS in Terraform endpoints