What's Changed
[1.2.3] — 2026-04-11
Fixed
- Go SDK v2
failed to close HTTP response bodywarning — uvicorn's default keep-alive timeout (5s) was too short for Go/Java SDK connection pools (~90s idle). Increased to 75s to match AWS ALB defaults. Affected all services, most visible with DynamoDB health checks. Reported by @mspiller (#249) - SSM inline tags regression test — added test for
PutParameterwith inlineTagsfollowed byListTagsForResource. Contributed by @bognari