What's Changed
New Contributors
- @alexanderkrum-next made their first contribution in #284
[1.2.10] — 2026-04-13
Added
- AppConfig service emulator — 33 operations across control plane (
appconfig) and data plane (appconfigdata). Applications, environments, configuration profiles, hosted configuration versions, deployment strategies, deployments, tags, and session-based configuration retrieval with token rotation. Contributed by @alexanderkrum-next (#284) - Startup
Ready.log message — MiniStack now outputsReady.and per-service<Service> init completed.messages when the server is ready. Compatible with TestcontainersLogMessageWaitStrategyand LocalStack-style readiness detection.
Fixed
- SFN aws-sdk error code prefixing — SDK errors from
aws-sdk:*task integrations are now prefixed with the service name (e.g.SecretsManager.ResourceExistsExceptioninstead of bareResourceExistsException), matching real AWS Step Functions behavior. FixesCatchblocks that match on service-specific error codes. Contributed by @jayjanssen (#296)