Skip to content

Releases: mweibel/connect-session-sequelize

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

Version 5.0.1 - Call unref on expiring session timer

06 Nov 06:21
Compare
Choose a tag to compare

Version 5.0.0 - Node min. version 4.1.0 and support sequelize operator symbols

19 Oct 05:57
Compare
Choose a tag to compare

This release updates minimal required node version to 4.1.0.
Additionally it uses now operator symbols, thanks to #59.

Version 4.1.0 - non transactional findCreateFind instead of findOrCreate

14 Nov 17:22
Compare
Choose a tag to compare

Version 4.1.0-beta.1 - non transactional findCreateFind instead of findOrCreate

04 Nov 16:11
Compare
Choose a tag to compare

See #47, thanks to @imranbohoran.

Please test this release thoroughly to make sure we didn't miss anything.

Version 3.2.0 - fixes an update bug with extendDefaultFields

06 Oct 05:30
Compare
Choose a tag to compare

Version 3.0.0 - new sequelize min. requirement

18 Dec 06:27
Compare
Choose a tag to compare

This release contains PR #29 which improves the use of promises accross the code base as well as fixes some tests. In addition, we decided to bump the Sequelize requirement to version 2.1.0 which led to the decision to create a new major version.