Amazon-DynamoDB
view release on metacpan or search on metacpan
Fix a typo in the API version default.
Change: 47010e9100d5266a0c3d672d536956a34cefca75
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-07-01 15:19:17 +0000
Version 0.16
Fix compatibility with Type::Tiny 0.044.
Add checks around Expected so you can't use both Value and Exists and
AttributeValueList and ComparisionOperator at the same time.
Change: ca65aaf0104221d8a3babfe9eb8e47c8527de93f
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-06-29 21:21:50 +0000
Version 0.15
Add type restraints for parameter checking from Type::Tiny and using
Kavorka. A few bugs were found with this additional checking. Edit
the appropriate test cases to terminate on the first failure.
Require a callback now for ->scan() and ->query() rather than it
being optional. This is now because of Kavorka's limitation on
optional positional parameters being followed by named parameters.
Change: 9f4ba26a757fc6038bdace47a71cc2c0e62a3dc9
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-06-22 14:47:31 +0000
Bump to version 0.14
Fix utf8 encode/decode for requests.
Change: 52be9b45c66952e5959617a5b30ad5a7e6ce4965
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-05-23 18:15:13 +0000
Bump to version 0.13
Change: b2d2a527ea141b12e5b6663af506d80c5a508303
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-05-23 18:14:48 +0000
Don't try to decode JSON responses of 500 errors.
Change: 1eeeb2c3e291b7ad5ada134e30b1383765b92cc6
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-05-15 18:40:03 +0000
Bump to version 0.12
Remove use of File::Slurp, Closes #2.
Change: e8d62ef4aef5570bb66eeb396d33db8aaed88fd9
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-05-12 11:45:18 +0000
Don't include keys that are the empty string which throw validation
errors.
Add a bit more type checking
Bump to version 0.11
Change: a7a840ac4e7a83c213a5db83189846ba5a08d942
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-30 09:32:58 +0000
Bump to version 0.10
Change: e485765f3657707f1403a901fdc2b0ab0a29cdf4
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-30 09:31:38 +0000
Add support for AttributeValueList in Expected parameter processing.
Add test cases to exercise the code.
Centralize encoding of AttributeValueList to one function.
Change: c3c767a1162fb15a1931fec9cb2ce84a2a7287bf
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-29 10:10:13 +0000
Some Podweaver cleanup bump version to 0.09
Change: 456c6bf247b5702618c9be4e6ae81a50341136bb
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-29 10:03:02 +0000
Add ResultLimit to batch_get_item
Change: e21346166db35410cc965f541af739fd19843e6c
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-28 09:15:11 +0000
Remove defined defaults when they match Amazon's default.
Change: f692e4a5499d03711a7ca606a4881d86d8f1c49b
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-25 23:20:13 +0000
More POD fixes
Change: 65a1eff2c8ec82bc7c1aa680012f2c9982c0fcb6
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-25 23:19:16 +0000
Add README.pod and change dist.ini to generate it.
Change: f8b4a113620c5ead625cb30d63667e12b221998b
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-25 23:15:31 +0000
Add support for ConditionalOperator and QueryFilter to query().
Add ConditionalOperator to put_item, update_item, delete_item.
( run in 1.653 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )