What's Changed
- fix(dynamodb): fail closed on unparseable FilterExpression and implement IN by @wakame1367 in #808
- fix(dynamodb): fail closed on KeyConditionExpression and implement attribute_type by @sivchari in #810
- refactor(dynamodb): simplify storage/expression functions to drop complexity nolints by @sivchari in #811
- refactor: simplify service handlers to drop complexity nolints by @sivchari in #812
- refactor: consolidate duplicated readJSONRequest into service.ReadJSONRequest by @sivchari in #813
- refactor: consolidate writeJSONResponse into service.WriteJSONResponse by @sivchari in #814
- refactor: share identical ServiceError via service.CodedError alias by @sivchari in #815
- fix(eventbridge): expand InvocationEndpoint path parameters on API destination delivery by @sivchari in #817
- refactor: consolidate JSON-protocol writeError into service.WriteJSONError by @sivchari in #818
- fix(json): emit lowercase "message" in error responses for 4 services by @sivchari in #819
- release v0.25.2 by @sivchari in #820
New Contributors
- @wakame1367 made their first contribution in #808
Full Changelog: v0.25.1...v0.25.2