Get items from condition check failures
This release adds CurrentValue
to Put/Delete/Update that returns the current value if a condition fails (or the value you gave it if it succeeds). Alternatively, you can use IncludeItemInCondCheckFail
and UnmarshalItemFromCondCheckFailed
to grab the item from an error manually. There are also similar methods for transactions. See: #245, #246.
What's Changed
Full Changelog: v2.1.1...v2.2.0