1.1.0 (2026-03-31)
Bug Fixes
- added versionId to S3 notifications for versioning enabled buckets. (#135) (3d67bc4)
- align S3 CreateBucket and HeadBucket region behavior with AWS (#75) (8380166)
- DynamoDB table creation compatibility with Terraform AWS provider v6 (#89) (7b87bf2)
- dynamodb: apply filter expressions in Query (#123) (8b6f4fa)
- dynamodb: respect
if_not_existsforupdate_item(#102) (8882a8e) - for no-such-key with non-ascii key (#112) (ab072cf)
- KMS: Allow arn and alias to encrypt (#69) (fa4e107)
- resolve compatibility test failures across multiple services (#109) (1377868)
- s3: allow upload up to 512MB by default. close #19 (#110) (3891232)
- s3: expose inMemory flag in test constructor to fix S3 disk-persistence tests (#136) (522b369)
- sns: add PublishBatch support to JSON protocol handler (543df05)
- Storage load after backend is created (#71) (c95dd10)
- storage: fix storage global config issue and memory s3 directory creation (b84a128)
Features
- add ACM support (#21) (8a8d55d)
- add HOSTNAME_EXTERNAL support for multi-container Docker setups (#82) (20b40c1), closes #81
- add JSONata query language support for Step Functions (#84) (f82b370)
- add Kinesis ListShards operation (#61) (6ff8190)
- add opensearch service emulation (#85) (#132) (68b8ed8)
- add SES (Simple Email Service) emulation (#14) (9bf23d5)
- Adding/Fixing support for virtual hosts (#88) (26facf2)
- APIGW: add AWS integration type for API Gateway REST v1 (#108) (bb4f000)
- APIGW: OpenAPI/Swagger import, models, and request validation (#113) (d1d7ec3)
- docker image with awscli Closes: #66) (#95) (823770e)
- implement GetRandomPassword for Secrets Manager (#76) (#80) (c57d9eb)
- lifecycle: add support for startup and shutdown initialization hooks (#128) (7b2576f)
- s3: add conditional request headers (If-Match, If-None-Match, If-Modified-Since, If-Unmodified-Since) (#48) (66af545), closes #46
- s3: add presigned POST upload support (#120) (1e59f8d)
- s3: add Range header support for GetObject (#44) (b0f5ae2), closes #40
- SFN: add DynamoDB AWS SDK integration and complete optimized updateItem (#103) (4766a7e)