Skip to content

2.3.0

Compare
Choose a tag to compare
@matusfaro matusfaro released this 28 Nov 16:32
· 22 commits to master since this release
2.3.0
1e2fa97

Changes:

  • Breaking change for the execute methods which are now split up into:
    • execute() for all builders will now return the actual AWS SDK response object (e.g. GetItemResponse, PutItemResponse)
    • executeGet() for GetBuilder
    • executeGetPrevious(), executeGetUpdated() for UpdateBuilder
    • executeGetPrevious() and executeGetNew() for PutBuilder
    • executeGetDeleted() for DeleteBuilder