2.0.4 / 2019-11-15
- Don't crash on invalid session data stored in DDB (ca98am79#44)
2.0.3 / 2019-01-02
- Support passing express-session directly to the adapter (ca98am79#54)
2.0.2 / 2018-09-12
- fix to use the hashKey provided in config
2.0.1 / 2018-07-07
- Make possible to use npm install --no-optional
- 1.0.12 had breaking change with dates
- Implemented touch as requested on #23 and changed the expires field to work on seconds units instead of millis to address #39. This way to use TTL we just need to enable it on the table and select the 'expires' field. (ca98am79#43)
- Configurable ProvisionedThroughput read/write capacity units (ca98am79#40)
- Set Consistent read by default (ca98am79#37)
- Fix bug with reap method (ca98am79#33)
- Fix issue with reap method (ca98am79#27)
- 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