Skip to content

Latest commit

 

History

History
141 lines (71 loc) · 3.83 KB

File metadata and controls

141 lines (71 loc) · 3.83 KB

3.0.5 / 2024-11-14

  • Fix NUMBER_VALUE cannot be converted to String on specialKeys

3.0.4 / 2024-11-11

  • remove connect dependency

3.0.3 / 2023-11-27

  • add initialized option to disable always checking if the sessions table exists (#89), Fix expiry based on TTL; fix error handling of dynamodb:DescribeTable (#87)

3.0.2 / 2023-09-26

  • Fix Bug Where Cookie's maxAge is Incorrectly Applied as Divided by 1000 to expires (#83)

3.0.1 / 2023-08-24

  • fix: exports and export assignments are not permitted and not use export default (#84)

3.0.0 / 2022-12-01

  • Update to V3 API

2.0.6 / 2022-11-30

  • Update to explicitly require aws-sdk 2.x version.

2.0.5 / 2021-10-18

  • add optional special keys that will be inserted directly into your table (in addition to remaining in the session)

2.0.4 / 2019-11-15

  • Don't crash on invalid session data stored in DDB (#44)

2.0.3 / 2019-01-02

  • Support passing express-session directly to the adapter (#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

2.0.0 / 2017-08-19

  • 1.0.12 had breaking change with dates

1.0.12 / 2017-07-03

  • 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. (#43)

1.0.11 / 2017-03-14

  • Configurable ProvisionedThroughput read/write capacity units (#40)

1.0.10 / 2017-02-27

  • Set Consistent read by default (#37)

1.0.9 / 2016-08-21

  • Fix bug with reap method (#33)

1.0.8 / 2016-07-18

  • Fix issue with reap method (#27)

1.0.7 / 2016-01-29

  • Add ability to provide a JSON object to configure AWS, specify custom hashKey (#26)

1.0.6 / 2014-01-29

  • bug fix (#16)

1.0.5 / 2014-01-28

  • Change to allow loading of AWS credentials from environment vars (#15)

1.0.4 / 2013-07-27

  • Fix for default table name (#13)

1.0.3 / 2013-08-10

  • Change tests to should.js

1.0.2 / 2013-07-27

  • Properly handle errors in get (#12)

1.0.1 / 2013-06-27

  • Change expires check to a number (#11)

1.0.0 / 2013-05-25

  • Adding support for the 2012-08-10 API version of DynamoDB (#6)

0.0.0 / 2012-05-21

0.1.4 / 2013-04-19

0.1.3 / 2013-04-11

  • Fix expiry default if no sess.cookie.maxAge (#4)

0.1.2 / 2013-04-06

  • Fixed reap issue (#3)

0.1.1 / 2013-01-26

  • Cleanup of tests

0.1.0 / 2013-01-25

  • Switch to use aws-sdk instead of dynode

0.0.6 / 2012-06-29

  • Fix an error with dynode 0.5.0

0.0.5 / 2012-06-13

  • Added session table check/creation at init

0.0.2 / 2012-05-23

  • Added reap deletion of expired sessions

0.0.1 / 2012-05-21

  • Initial commit