github ministackorg/ministack v1.2.5

latest releases: v1.3.59, v1.3.58, v1.3.57...
one month ago

What's Changed

[1.2.5] — 2026-04-12

Fixed

  • Secrets Manager partial ARN lookupGetSecretValue and all other operations now resolve secrets by partial ARN (without the random 6-character suffix), matching real AWS behaviour. Previously returned ResourceNotFoundException.
  • Java SDK v2 timestamp compatibility — all JSON-protocol services now return integer epoch seconds instead of high-precision floats. Fixes Unable to parse date and Input timestamp string must be no longer than 20 characters errors across DynamoDB, Lambda, Kinesis, CodeBuild, CloudWatch, Glue, Athena, ECR, Secrets Manager, EventBridge, KMS, SNS, Service Discovery, and CloudFormation provisioners. Python and Node.js SDKs are unaffected.
  • DELETE/GET/HEAD requests without body could hang — ASGI body read loop now skips waiting for a body on methods that don't typically carry one, preventing timeouts under concurrent load.

Don't miss a new ministack release

NewReleases is sending notifications on new releases.