Skip to content

Releases: horde/SessionHandler

3.0.0-beta3

10 Jun 19:33

Choose a tag to compare

3.0.0-beta3 Pre-release
Pre-release

refactor(SessionHandler): SessionAdministrator decorates SessionHandler instead of holding components
feat(SessionHandler): add SessionAdministrator for cross-session ops
refactor(SessionHandler): deprecate legacy Storage_Hashtable and HashtableBackend in favor of ModernHashtableBackend
feat(SessionHandler): add ModernHashtableBackend using Horde\HashTable\LockableHashTable
style: php-cs-fixer
chore: Update workflow dependency

3.0.0-beta2

15 Apr 12:10

Choose a tag to compare

3.0.0-beta2 Pre-release
Pre-release

docs: Add README, UPGRADING, EXTENDING guides and code examples
refactor: Make DefaultSession and DefaultSessionFactory non-final
feat: Implement PSR-4 compliant modern sessionhandler

3.0.0-beta1

08 Apr 06:22

Choose a tag to compare

3.0.0-beta1 Pre-release
Pre-release

test: Add unit tests (with mocks) mimicking the integration tests (real IO)
test: Modernize test suite layout
chore: metadata
style: php-cs-fixer