Releases: mweibel/connect-session-sequelize
Releases · mweibel/connect-session-sequelize
Version 5.2.1 - Prevent crash when configured with `raw: true`
This release fixes an issue when configuring the sequelize instance with raw: true
(#71).
Version 5.2.0 - disableTouch option
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
Version 5.0.1 - Call unref on expiring session timer
Version 5.0.0 - Node min. version 4.1.0 and support sequelize operator symbols
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
Version 4.1.0-beta.1 - non transactional findCreateFind instead of findOrCreate
Pre-release
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
Version 3.0.0 - new sequelize min. requirement
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.