- Add
touchAfteroption to enable lazy update behavior ontouch()method (rafaelcardoso) - Add
fallbackMemoryoption to switch toMemoryStorein some case.
- Add
touch()method to be fully compliant withexpress-session>= 1.10(rafaelcardoso)
- Add
ttloption - Add
autoRemoveoption - Deprecate
defaultExpirationTimeoption. Usettlinstead (in seconds)
- Make callbacks optional
- Extend compatibility to
mongodb2.0.x
- [bugfix] #143 Missing Sessions from DB should still make callback (brekkehj)
- Accept full-featured MongoDB connection strings as
url+ advanced options - Re-use existing or upcoming mongoose connection
- [DEPRECATED]
mongoose_connectionis renamedmongooseConnection - [DEPRECATED]
auto_reconnectis renamedautoReconnect - [BREAKING]
autoReconnectoption is nowtrueby default - [BREAKING] Insert
collectionoption inurlin not possible any more - [BREAKING] Replace for-testing-purpose
callbackbyconnectedevent - Add debug (use with
DEBUG=connect-mongo) - Improve error management
- Compatibility with
mongodb>= 1.2.0and< 2.0.0 - Fix many bugs
- Bumped mongodb version from 1.3.x to 1.4.x (B0k0)
- Add
sidhash capability (ZheFeng) - Add
serializeandunserializeoptions (ksheedlo)
- Merged a change which reduces data duplication
- Merged several changes by Ken Pratt, including Write Concern support
- Updated to
mongodbversion 1.2
- Integrated pull request for
mongoose_connectionoption - Move to mongodb 1.0.x
- Made collection setup more robust to avoid race condition
- Added session expiry
- Added url support
- Added auto_reconnect option
- Fixed authentication
- Initial release