- Add ability to provide a JSON object to configure AWS, specify custom hashKey (ca98am79#26)
- bug fix (ca98am79#16)
- Change to allow loading of AWS credentials from environment vars (ca98am79#15)
- Fix for default table name (ca98am79#13)
- Change tests to should.js
- Properly handle errors in get (ca98am79#12)
- Change expires check to a number (ca98am79#11)
- Adding support for the 2012-08-10 API version of DynamoDB (ca98am79#6)
- Specify API version because of breaking updates to aws-sdk-js (http://aws.amazon.com/releasenotes/JavaScript/3118686131819314)
- Fix expiry default if no sess.cookie.maxAge (ca98am79#4)
- Fixed reap issue (ca98am79#3)
- Cleanup of tests
- Switch to use aws-sdk instead of dynode
- Fix an error with dynode 0.5.0
- Added session table check/creation at init
- Added reap deletion of expired sessions
- Initial commit