Skip to content

Release v1.0.2 - 2016-12-02

Choose a tag to compare

@awood45 awood45 released this 02 Dec 20:24
· 259 commits to main since this release

References: #43

  • Issue - Aws::Record::ItemOperations - Fixes an issue where update operations
    which consist of only REMOVE expressions failed due to an empty
    :expression_attribute_values map. The fix makes the presence of that map
    conditional on the existance of valid values.