Skip to content

Releases: xp-forge/mongo-sessions

3.0.0: Session layout

25 Jan 14:52
Compare
Choose a tag to compare

This major release drops support for old session layouts with keys in the document root. Sessions with these will be regarded invalid, users
will need to re-authenticate.

2.2.1: Substructure migration

22 Sep 08:52
Compare
Choose a tag to compare
  • Correctly persist migrated substructure, fixing session modifications
    (@thekid)

2.2.0: New substructure

14 Sep 14:46
Compare
Choose a tag to compare
  • Merged PR #8: Refactor document substructure, fixing issue #6 (handling
    of special characters . and $) while doing so.
    (@thekid)

2.1.0: XP 12 compatibility

24 Mar 12:33
Compare
Choose a tag to compare
  • Made compatible with XP 12 - @thekid

2.0.0: Drop XP <= 9

04 Feb 10:45
Compare
Choose a tag to compare

1.3.0: Library compatibility

19 Aug 17:13
Compare
Choose a tag to compare
  • Made this library compatible with xp-forge/mongodb 2.0.0 - @thekid
  • Merged PR #5: Migrate to new testing library - @thekid

1.2.0: Index listing optimization

09 Jul 15:46
Compare
Choose a tag to compare
  • Upgraded xp-forge/mongodb dependency to version 1.4.0, using read
    semantics for the listIndexes command
    (@thekid)

1.1.0: TTL index support

09 Jul 11:32
Compare
Choose a tag to compare

1.0.0: Production proven

11 Jun 14:22
Compare
Choose a tag to compare

The first major release was created after using this library in production
for more than two months.

  • Merged PR #4: Add InMongoDB::gc() to run garbage collection - @thekid

0.4.1: Sessions library compatibilty

11 Jun 13:48
Compare
Choose a tag to compare
  • Added compatibility with xp-forge/sessions version 3.0 - @thekid