Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Jul 31, 2024
1 parent eb224ab commit 199a0c4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
7 changes: 6 additions & 1 deletion flutter_cache_manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## [3.3.4] - 2023-12-05
## [3.4.0] - 2024-08-01

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

## [3.3.3] - 2024-07-23

Expand Down
2 changes: 1 addition & 1 deletion flutter_cache_manager/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_cache_manager
description: Generic cache manager for flutter. Saves web files on the storages of the device and saves the cache info using sqflite.
version: 3.3.3
version: 3.4.0
homepage: https://github.com/Baseflow/flutter_cache_manager/tree/develop/flutter_cache_manager
topics:
- cache
Expand Down
6 changes: 6 additions & 0 deletions flutter_cache_manager_firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.1.0] - 2024-08-01

* Support setting a bucket
* Add retry options
* Updates dependencies

## [2.0.3] - 2024-07-23

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

0 comments on commit 199a0c4

Please sign in to comment.