You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature - Allow put, update, and delete item options to be passed through to
the underlying client calls.
Feature - Add an original_error accessor to Errors::ConditionalWriteFailed
which contains the Aws::DynamoDB::Errors::ConditionalCheckFailedException
error. If :return_values_on_condition_check_failure was provided to a put,
update, or delete item call, this error will contain the item data that failed
the condition check.
Issue - Fix default value for String/Numeric Sets to be unset. (#133)
Feature - Set required Ruby version to >= 2.3 (#134)