server_sessions 0.1.2
server_sessions: ^0.1.2 copied to clipboard
Framework-agnostic session runtime (portable, from server_data/sessions).
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)