connect-mongodb-session
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -0,1 +1,5 @@ | ||
2.3.1 / 2020-02-06 | ||
================== | ||
* fix: enable `useUnifiedTopology` connection option by default to suppress deprecation warning #77 [alpn](https://github.com/alpn) | ||
2.3.0 / 2020-01-20 | ||
@@ -2,0 +6,0 @@ ================== |
@@ -20,3 +20,3 @@ 'use strict'; | ||
$type: Object, | ||
$default: () => ({ useNewUrlParser: true }) | ||
$default: () => ({ useNewUrlParser: true, useUnifiedTopology : true }) | ||
}, | ||
@@ -23,0 +23,0 @@ expires: { |
{ | ||
"name": "connect-mongodb-session", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "MongoDB session store for connect/express built by MongoDB", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
45681