server_storage 0.1.2
server_storage: ^0.1.2 copied to clipboard
Framework-agnostic storage runtime (portable, from server_data/storage).
0.1.2 - 2026-08-25 #
- Migrated package analysis to
very_good_analysisand completed public API Dartdoc coverage. - Expanded storage-manager, local-disk, cloud-disk, and static-file lifecycle guidance, including path-boundary behavior.
0.1.1 #
- Hardened local-disk path resolution against directory escapes and invalid disk names.
- Added file handling needed by storage-backed static mounts.
0.1.0 #
- Initial extraction from server_data/src/storage (PR H)