Skip to content

Releases: xp-forge/mongo-sessions

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

0.4.0: Session cleanup

19 Apr 20:36
Compare
Choose a tag to compare
  • Merged PR #2: Cleanup sessions during create - @thekid

0.3.0: Update cache

13 Apr 08:26
Compare
Choose a tag to compare
  • Implemented feature suggested in issue #1: Use findAndModify MongoDB
    command to update session in the database and refresh the read view
    at the same time
    (@thekid)

0.2.0: PHP 8.2 compatibility

12 Apr 18:27
Compare
Choose a tag to compare
  • Fixed PHP 8.2 compatibility - @thekid