What's Changed
[1.2.5] — 2026-04-12
Fixed
- Secrets Manager partial ARN lookup —
GetSecretValueand all other operations now resolve secrets by partial ARN (without the random 6-character suffix), matching real AWS behaviour. Previously returnedResourceNotFoundException. - Java SDK v2 timestamp compatibility — all JSON-protocol services now return integer epoch seconds instead of high-precision floats. Fixes
Unable to parse dateandInput timestamp string must be no longer than 20 characterserrors 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.