This repository was archived by the owner on May 30, 2024. It is now read-only.
4.0.1
[4.0.1] - 2022-04-06
Fixed:
- If the SDK attempts to store a feature flag or segment whose total data size is over the 400KB limit for DynamoDB items, this integration will now log (at
errorlevel) a message likeThe item "my-flag-key" in "features" was too large to store in DynamoDB and was droppedbut will still process all other data updates. Previously, it would cause the SDK to enter an error state in which the oversized item would be pointlessly retried and other updates might be lost. (#25)