Skip to content

Releases: mweibel/connect-session-sequelize

add sync options

12 Jan 10:17
Compare
Choose a tag to compare

fix TS changes & cookie.expires date assignment

16 Oct 11:30
6b60a8f
Compare
Choose a tag to compare

fix adding typescript definitions

23 Sep 11:51
dd75c9c
Compare
Choose a tag to compare

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

23 Sep 11:50
dd75c9c
Compare
Choose a tag to compare

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

24 Jul 12:52
383b557
Compare
Choose a tag to compare

Sequelize 6 support

25 Jun 14:45
1bd9678
Compare
Choose a tag to compare

This release adds support for Sequelize 6 (#106, #107). Thanks @UziTech @pruhstal 👏

Fix default table name when not specifying one

11 Feb 15:01
446d3f3
Compare
Choose a tag to compare

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

07 Feb 06:57
775dd8c
Compare
Choose a tag to compare

Fix session sid length, remove deprecated function calls, require node 5

01 Nov 18:31
Compare
Choose a tag to compare
  • Thanks @thomasamaddeo for fixing session.sid length in #76
  • Thanks @pdl for replacing the deprecated find calls with findOne calls in #80
  • Updated dependencies and removed support for node 5 in #81

Prevent crash on destroy method if global raw config is set

03 Jul 06:26
Compare
Choose a tag to compare