Skip to content

Releases: Schero94/Magic-Sessionmanager

v4.2.15

04 Jan 18:12

Choose a tag to compare

4.2.15 (2026-01-04)

Bug Fixes

  • use relative paths for menu and settings links (667020c)

v4.2.14

04 Jan 18:00

Choose a tag to compare

4.2.14 (2026-01-04)

Bug Fixes

  • exclude admin panel routes from session validation (82e37b2)

v4.2.13

03 Jan 23:25

Choose a tag to compare

4.2.13 (2026-01-03)

Bug Fixes

  • optimize session lookups and add geolocation on-demand (bfaa693)

v4.2.12

02 Jan 19:53

Choose a tag to compare

4.2.12 (2026-01-02)

Bug Fixes

  • store geoLocation and device info on session creation (64ca261)

v4.2.11

02 Jan 19:43

Choose a tag to compare

4.2.11 (2026-01-02)

Bug Fixes

  • use tokenHash for O(1) session lookup, add UA parser for device info (34787ae)

v4.2.10

01 Jan 22:58

Choose a tag to compare

4.2.10 (2026-01-01)

Performance Improvements

  • add database index on tokenHash for true O(1) lookup (f923b06)

v4.2.9

01 Jan 22:42

Choose a tag to compare

4.2.9 (2026-01-01)

Performance Improvements

  • O(1) session lookup via tokenHash instead of O(n) decrypt loop (1d68fa0)

v4.2.8

01 Jan 22:14

Choose a tag to compare

4.2.8 (2026-01-01)

Bug Fixes

  • update session activity on ALL requests with valid JWT (702d3ad)

v4.2.7

28 Dec 16:56

Choose a tag to compare

4.2.7 (2025-12-28)

Bug Fixes

  • bump version to 4.2.7 (c6c86a6)
  • validate specific JWT session on each request, add enduser session management endpoints (c07a5a1)

v4.2.6

14 Dec 14:02

Choose a tag to compare

4.2.6 (2025-12-14)

Bug Fixes

  • clean up README formatting (d2082bd)