Skip to content

ExAws v0.1.0

Compare
Choose a tag to compare
@benwilson512 benwilson512 released this 10 May 17:59

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.