Skip to content

Releases: mweibel/connect-session-sequelize

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

Version 5.2.1 - Prevent crash when configured with `raw: true`

05 Mar 06:35
Compare
Choose a tag to compare

This release fixes an issue when configuring the sequelize instance with raw: true (#71).

Version 5.2.0 - disableTouch option

06 Feb 06:18
Compare
Choose a tag to compare

New option disableTouch allows to stop updating the session in the DB on every request. Instead this should be done manually on a when needed basis. #70

Version 5.1.0 - Explicitely expose & document stopExpiringSessions

07 Dec 07:21
Compare
Choose a tag to compare