All Versions
26
Latest Version
Avg Release Cycle
131 days
Latest Release
1314 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.0.0-M1 Changes
- Update Cats to
1.0.0-MF
(#134 - @rstradling) - Don't allow an empty map to be derived as a DynamoFormat (#140)
- Update Cats to
-
v0.10
March 24, 2019 -
v0.9.5 Changes
- Automatically manage batching of
getAll
(#116 - @todor-kolev) - Support filtering by attribute existence on scans (#119)
- Allow querying on an exact hash and range key (#122)
- Automatically manage batching of
-
v0.9.4 Changes
- Add "attribute_not_exists" condition expression (#110 - @todor-kolev)
-
v0.9.3 Changes
- Support for filtering queries and scans (#102)
- Added support for 'between' queries (#106 - @todor-kolev)
- Allow one attribute to be updated to the value of another (#101)
-
v0.9.2 Changes
- Fix bug when many updates and'd together (#90)
-
v0.9.1 Changes
- Allow update of nested properties (#89)
-
v0.9.0 Changes
- Automatic derivation of
DynamoFormat
for sealed traits (#78 - @cb372) - Automatic derivation of
DynamoFormat
for enumerations (#84) - Allow Update operations to be constructed programmatically (#77)
- Default
DynamoFormat
for arrays (#79 - @timchan-lumoslabs) Default
DynamoFormat
forUUID
(#81)Remove compiler messages on failure of
DyanmoFormat
derivation (#85)Various library upgrades including cats 0.9.0 (#86)
✅ 0.9.0 is largely source compatible with 0.8.x (no tests had to change structure), ⚡️ but the encoding of
UpdateExpression
means it is no longer open for extension - Automatic derivation of
-
v0.8.3 Changes
- Add support for consistent get/scan/query operations (#74 - @amherrington13)
-
v0.8.2 Changes
- Add support for deleteAll (#70 - @randallalexander)