What's Changed
New Contributors
- @kjdev made their first contribution in https://github.com/Nahuel990/ministack/pull/131
[1.1.38] — 2026-04-05
Added
- ECS 19 new operations (47 total) —
ListTaskDefinitionFamilies,DeleteTaskDefinitions,ListServicesByNamespace,PutAccountSettingDefault,DeleteAccountSetting,PutAttributes,DeleteAttributes,ListAttributes,UpdateCapacityProvider,DescribeServiceDeployments,ListServiceDeployments,DescribeServiceRevisions,SubmitTaskStateChange,SubmitContainerStateChange,SubmitAttachmentStateChanges,DiscoverPollEndpoint,UpdateTaskProtection,GetTaskProtection. Full Terraform ECS coverage. - SES SMTP relay via
SMTP_HOST— when set (e.g.mailhog:1025), SendEmail/SendRawEmail/SendTemplatedEmail/SendBulkTemplatedEmail deliver to an external SMTP server. Zero impact when unset. Contributed by @kjdev (#131) - Docker socket documentation — README quickstart now shows
-v /var/run/docker.sockfor RDS, ECS, and Lambda container features
Fixed
- API Gateway v2
CreatedDatereturned as ISO8601 string — was returning Unix timestamp (number), causing Terraform AWS Provider v5/v6 deserialization failure onaws_apigatewayv2_api. Reported by @hmarcuzzo (#132)