- ...
- Allow passing boto3 resource or client parameters to functions (issue #52, PR #57).
- Fix indentation in docs code examples (issues #50, #55, PRs #53, #56).
- Add testing under Python 3.10 (issue #58, PR #59).
- Fix typo in
transactions.put_items
unprocessed items key (issue #42, PR #45). - Fix handling of unprocessed items in
transactions.put_items
(issue #44, PR #45). - Fix handling of unprocessed keys in
transactions.get_items
(issue #46, PR #45).
- Add unit testing of unprocessed items/keys in
transactions.put_items
andtransactions.get_items
(issue #43, PR #45). - Add missing lines to coverage report in tox config (PR #45).
- Add the
attributes
parameter to theget_df
,transactions.get_item
,transactions.get_items
andtransactions.get_all_items
functions. (issue #39, PR #40)
- Fix version number which was not updated in version 1.1.0.
- Set
boto3
as an optional requirement to avoid unnecessary installation in lambda layers (issue #35, PR #36).