We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3db07b commit 8c6ee3eCopy full SHA for 8c6ee3e
Changes
@@ -1,5 +1,8 @@
1
Revision history for Perl extension Apache::Session::MongoDB.
2
3
+0.22 Wed Sep 01 23:32:34 2021
4
+ - support deleteIfLowerThan (used by [Lemonldap::NG](https://lemonldap-ng.org)
5
+
6
0.21 Thu Mar 25 16:53:32 2021
7
- Die when session isn't found. Closes: #12
8
lib/Apache/Session/MongoDB.pm
@@ -4,7 +4,7 @@ use 5.010;
use strict;
use AutoLoader 'AUTOLOAD';
-our $VERSION = '0.21';
+our $VERSION = '0.22';
our @ISA = qw(Apache::Session);
9
10
use Apache::Session;
0 commit comments