==================================================
Changes from 2013-05-15 00:00:00 +0000 to present.
==================================================
-----------------------------------------
version 0.12 at 2014-05-15 22:40:35 +0000
-----------------------------------------
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.
Change: 3fbfa7a2e510b57f208a0efb47104780970e16cf
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-24 12:01:07 +0000
Fix some test data to match DynamoDB output.
Change: 96f23b0ca1ebc3ce4b24d5de1ccdc67153916f78
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-24 10:53:21 +0000
Bump version
Change: f7950f9e505f12743b3e383822fd27b29e5714cc
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-24 09:33:08 +0000
Don't encode undefined values part of PutRequests in
batch_write_item. This matches the behavior of put_item.
Change: f9569f2a976276cf0c89077a213e009762d59083
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-24 09:32:11 +0000
Set a timeout of 90 seconds for DynamoDB to reply, should normally be
much faster than this.
Also set the keep_alive maximum socket count to a number larger than
one, and use a proper User Agent identifier.
Change: 2e469174ffcb20545040d3cd46e368447b3c8679
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-22 17:12:45 +0000
Fix problem with versions being included, cut 0.07
Change: b6d32ed2be5038e63e87ce82ec2b0456a1c59f52
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-22 17:00:43 +0000
Add ResultLimit for query and scan.
ResultLimit limits the number of items returned from either query or
scan. DynamoDB may return more than your limit but the callback will
only be processed N times.
Add test case for ResultLimit.
Change: 7135ec7f9c138a7a3243e99003e2f5c01f555966
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-22 16:42:30 +0000
Remove hardcoded version in module.
Some POD documentation fixes.
Cleanup Dist::Zilla setup.
Change: a75f9e760059f4191661af89ebeddb080dbd88c4
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-22 16:28:40 +0000
Cleanup Dist::Zilla config.
Add changes from git commit log.
Change: d331103d1da3f72576f291a6f39a3816b1e3fc7a
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-16 20:46:12 +0000
Add changes
Change: 1e66c804b731d10a6cb3f0d7b4c19eadbf5bbd4d
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-16 20:41:08 +0000
Fix tests and batch_write_item to use Key or Item depending on Put or
Delete requests.
Change: 523107ee4ae50cc228aefc5e8e02fb4188326014
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-16 19:57:02 +0000
Fix a bug with batch_write_item and encoding the keys of delete and
put requests.
Change: 351a5284aa98ba97aaa53b8a6ca7a871d31df601
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-16 18:27:05 +0000
Fix a bug with exists flag, don't interpret it into true or false.
Don't send undefined values as part of items.
Change: b93c88244d07a20bafcd9ab7ea39ba827f55bfca
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-16 17:24:02 +0000
Add changes and bump version
Change: ef45141fe851544ac2a7eb654dbc7885577064af
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-16 10:02:58 +0000
Fix a misinterpretation of the Limit parameter for scans and queries.
Cleanup some documentation in the POD.
Change: d588e40a6fe66a7eaf759b2e2f4b45565af386a7
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-14 19:20:11 +0000
Remove unnecessary use
Change: c2bbcab5fe538a19ae1907090d36baa9e3fcc9ee
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-14 19:17:58 +0000
Some changes for github bugtracker, some typo fixes.
Change: 747a15784b80d69e08870a11881a29ae2d96acec
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-14 19:10:42 +0000
Add changes and tell Dist::Zilla about GitHub.
Change: 912744be4f3f476840dcd0e1397c3d8ba0227cc5
Author: Rusty Conover <rusty@luckydinosaur.com>
Date : 2014-04-14 18:55:13 +0000
Initial import of code.
================
End of releases.
================