http_cache_file_store 2.0.2
http_cache_file_store: ^2.0.2 copied to clipboard
A filesystem cache store agnostic HTTP client implementation.
2.0.2 #
- perf: use Uint8List.sublist when decoding fields.
- fix: don't misreport older store unknown status code entry as 304.
- fix: prune idle locks to prevent unbounded growth.
- fix: preserve empty-body vs no-body distinction in serialized content.
- fix: catch I/O errors when reading cache files.
- chore: Min SDK is now 3.8.0.
2.0.1 #
- chore: Update
http_cache_coreto 1.1.0.
2.0.0 #
- feat: Saves response status code.
- chore: Updated dependencies.
1.2.3 #
- chore: Updated dependencies.
1.2.2 #
- chore: Updated dependencies.
1.2.1 #
- fix: Wrongly awaited
cleanmethod. - fix: Wrongly awaited
getFromPathmethod.
1.2.0 #
- feat: Add
Store.getFromPathmethod. - feat: Add
Store.deleteFromPathmethod.
1.1.0 #
- Add request date to stored values.
- Raise dio_cache_interceptor minimum version.
1.0.0 #
- Initial release as external package.
- Fixes concurrent access to files. Operations are locked per keys.
- Web implementation doesn't throw exceptions anymore. Returns null or false result instead.