Releases: ex-aws/ex_aws
Releases · ex-aws/ex_aws
ExAws v0.1.0
Changes
- [Enhancement] Dynamo.Decoder.decode now supports dynamo set / list types
- [Enhancement] Dynamo key schema supports ranges.
- [BugFix] Kinesis tail won't fail after 5 minutes because it wasn't refreshing its iterator.
- [Breaking] Lazy functions return bare enumerables, and will raise a badmatch should errors occur in subsequent requests.
- [Breaking] Dynamo.Decoder.decode_collection has been removed in favor of just Enum.map or Stream.map decode.
ExAws v0.0.5
bump minor version now that dynamo, lambda, and kinesis have stabiliz…
ExAws v0.0.4
ensure impl module is loaded when compiling