What's Changed
New Contributors
- @jayjanssen made their first contribution in https://github.com/Nahuel990/ministack/pull/151
[1.1.42] — 2026-04-06
Added
- RDS configurable tmpfs size —
RDS_TMPFS_SIZEenv var (default256m). Set to2gor higher for large database testing - CloudFront tagging —
TagResource,UntagResource,ListTagsForResourcefor distributions. Enables Terraform CloudFront with tags
Fixed
- Step Functions timestamp wire format — responses now return epoch numbers instead of ISO strings for timestamp fields (
creationDate,startDate,stopDate, etc.). Fixes Go SDK v2 and botocore deserialization failures. Contributed by @jayjanssen (#151)