Skip to content

Commit 199a0c4

Browse files
committed
Update changelogs
1 parent eb224ab commit 199a0c4

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

flutter_cache_manager/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
## [3.3.4] - 2023-12-05
1+
## [3.4.0] - 2024-08-01
22

33
* [Bugfix] For a previously cached file that got removed on the server, now evicts that file on 404 and notifies listeners.
4+
* Allow to override ifNoneMatchHeader
5+
* Get cache total size
6+
* Export File System
7+
* Expose memoryCacheContainsKey method from cache_store
8+
* Updates dependencies
49

510
## [3.3.3] - 2024-07-23
611

flutter_cache_manager/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_cache_manager
22
description: Generic cache manager for flutter. Saves web files on the storages of the device and saves the cache info using sqflite.
3-
version: 3.3.3
3+
version: 3.4.0
44
homepage: https://github.com/Baseflow/flutter_cache_manager/tree/develop/flutter_cache_manager
55
topics:
66
- cache

flutter_cache_manager_firebase/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.1.0] - 2024-08-01
2+
3+
* Support setting a bucket
4+
* Add retry options
5+
* Updates dependencies
6+
17
## [2.0.3] - 2024-07-23
28

39
* Updates dependencies ([#457](https://github.com/Baseflow/flutter_cache_manager/pull/457))

0 commit comments

Comments
 (0)