The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.08

  • 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.