server_sessions 0.1.3
server_sessions: ^0.1.3 copied to clipboard
Framework-agnostic session runtime (portable, from server_data/sessions).
Changelog #
0.1.3 - 2026-09-09 #
- Widened the
storage_fsdependency to>=0.1.0 <1.0.0so compatible 0.x filesystem adapters can resolve in the same application.
0.1.2 - 2026-08-25 #
- Migrated the package to
very_good_analysisand completed public Dartdoc coverage across the session runtime, stores, cookie protection, and contracts.
0.1.1 #
- Aligned session configuration and contract dependencies with the current server runtime.
- Invalidated rotated or destroyed session IDs and bound signed/encrypted cookie payloads to their cookie names.
- Preserved filesystem sessions with non-expiring options and isolated cookie options between sessions.
- Remove the unused
server_cacheruntime dependency; cache-backed sessions continue to accept aserver_contractsrepository directly.
0.1.0 #
- Initial extraction from server_data/src/sessions (PR G)