Releases: mweibel/connect-session-sequelize
Releases · mweibel/connect-session-sequelize
add sync options
thanks @hadrien-f in #124
fix TS changes & cookie.expires date assignment
thanks @emilio-notable for #120
thanks @jvallenilla1 for #118
fix adding typescript definitions
due to an oversight in 7.0.2 this release had to be published to actually publish the TS definitions.
thanks @AlanMorel for pointing this out.
add typescript definitions
thanks to @AlanMorel in #115.
note: please don't use this version as it doesn't actually change something. Use 7.0.3 instead.
Ignore failed promise when clearing expired sessions
fixed in #111. Thanks @TitaneBoy
Sequelize 6 support
Fix default table name when not specifying one
fixes an issue introduced in version 6.1.0. All users who upgraded to 6.1.0 should upgrade to it.
Add possibility to specify table name
Thanks to @durek1337 in #93, #85 got fixed.
Fix session sid length, remove deprecated function calls, require node 5
- Thanks @thomasamaddeo for fixing session.sid length in #76
- Thanks @pdl for replacing the deprecated
find
calls withfindOne
calls in #80 - Updated dependencies and removed support for node 5 in #81