You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
- Upgrade Github CI Actions
19
19
- Run tests on minimum supported platforms + more recent stable ones
20
20
- Fix various Cython warning and deprecation notices (#239)
21
+
- libzim 9.4.0 Cache Control API
22
+
- remove `Archive.dirent_lookup_cache_max_size`, does not exists anymore in libzim
23
+
- move `Archive.cluster_cache_max_size` and `Archive.cluster_cache_current_size` to methods outside of `Archive` object: `get_cluster_cache_max_size`, `set_cluster_cache_max_size`, `get_cluster_cache_current_size` (size is now in bytes)
0 commit comments