sessionstore
Version:
Sessionstore is a node.js module for multiple databases. It can be very useful if you work with express or connect.
84 lines (56 loc) • 3.55 kB
Markdown
### [v1.3.8](https://github.com/adrai/sessionstore/compare/v1.3.7...v1.3.8)
- update lodash dependency
### [v1.3.7](https://github.com/adrai/sessionstore/compare/v1.3.6...v1.3.7)
- mognodb: default for useUnifiedTopology [#55](https://github.com/adrai/sessionstore/pull/55) thanks to [rohantarai](https://github.com/rohantarai)
### [v1.3.6](https://github.com/adrai/sessionstore/compare/v1.3.5...v1.3.6)
- mongodb: remove unwanted debug call
### [v1.3.5](https://github.com/adrai/sessionstore/compare/v1.3.4...v1.3.5)
- mongodb: add ignoreConcurrency flag
### [v1.3.4](https://github.com/adrai/sessionstore/compare/v1.3.3...v1.3.4)
- upgrade versions of lodash and async [#51](https://github.com/adrai/sessionstore/pull/51) thanks to [andrefbsantos](https://github.com/andrefbsantos)
### [v1.3.3](https://github.com/adrai/sessionstore/compare/v1.3.2...v1.3.3)
- remove ttl parameter in elasticsearch driver
### [v1.3.2](https://github.com/adrai/sessionstore/compare/v1.3.1...v1.3.2)
- update mocha and loadash libraries, regarding npm audit vulnerabilities
### [v1.3.1](https://github.com/adrai/sessionstore/compare/v1.3.0...v1.3.1)
- remove deprecated option max_attempts from redis options
### [v1.3.0](https://github.com/adrai/sessionstore/compare/v1.2.18...v1.3.0)
- compatibility with new mongodb version (3.x)
### [v1.2.18](https://github.com/adrai/sessionstore/compare/v1.2.16...v1.2.18)
- fix for new mongodb driver
### [v1.2.16](https://github.com/adrai/sessionstore/compare/v1.2.15...v1.2.16)
- recover elasticsearch connection after temp ping error [#39](https://github.com/adrai/sessionstore/issues/39) [#40](https://github.com/adrai/sessionstore/pull/40) thanks to [ewjmulder](https://github.com/ewjmulder)
### [v1.2.15](https://github.com/adrai/sessionstore/compare/v1.2.14...v1.2.15)
- redis, mongodb: call disconnect on ping error
### [v1.2.14](https://github.com/adrai/sessionstore/compare/v1.2.13...v1.2.14)
- Support mongo connection string
### [v1.2.13](https://github.com/adrai/sessionstore/compare/v1.2.12...v1.2.13)
- redis, mongodb: call disconnect on ping error
### [v1.2.12](https://github.com/adrai/sessionstore/compare/v1.2.11...v1.2.12)
- redis: added optional heartbeat
### [v1.2.11](https://github.com/adrai/sessionstore/compare/v1.2.9...v1.2.11)
- some updates
### [v1.2.9](https://github.com/adrai/sessionstore/compare/v1.2.8...v1.2.9)
- redis: fix for new redis lib
### [v1.2.8](https://github.com/adrai/sessionstore/compare/v1.2.7...v1.2.8)
- mongodb: added optional heartbeat
### [v1.2.7](https://github.com/adrai/sessionstore/compare/v1.2.6...v1.2.7)
- couchdb: fixed undefined is not function issue for expires [#28](https://github.com/adrai/sessionstore/issues/28) thanks to [priyanknarvekar](https://github.com/priyanknarvekar)
### [v1.2.6](https://github.com/adrai/sessionstore/compare/v1.2.5...v1.2.6)
- mongodb: give possibility to use authSource
### [v1.2.5](https://github.com/adrai/sessionstore/compare/v1.2.4...v1.2.5)
- redis: implemented touch
### [v1.2.4](https://github.com/adrai/sessionstore/compare/v1.2.3...v1.2.4)
- optimization for `npm link`'ed development
### [v1.2.3](https://github.com/adrai/sessionstore/compare/v1.1.0...v1.2.3)
- added elasticsearch support
### [v1.1.0](https://github.com/adrai/sessionstore/compare/v1.0.6...v1.1.0)
- session expiration comes from cookie now
### v1.0.6
- added mongodb driver 2.x support
### v1.0.5
- replace json-serialize with jsondate
### v1.0.4
- fix memcached implementation
### v1.0.3
- parse json with json-serialize