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
+5
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,11 @@ Many thanks to my sponsors, no matter how much or how little they donated. Spons
18
18
19
19
# Changelog
20
20
21
+
## [9.1.3] - 2024/08/19
22
+
23
+
* Fixed bug where any operation that attempted to delete tiles fatally crashed on some iOS devices
24
+
This appears to be an [ObjectBox issue](https://github.com/objectbox/objectbox-dart/issues/654) where streaming the results of a database query caused the crash. Instead, FMTC now uses a custom chunking system to avoid streaming and also avoid loading potentially many tiles into memory.
25
+
21
26
## [9.1.2] - 2024/08/07
22
27
23
28
* Fixed compilation on web platforms: FMTC now internally overrides the `FMTCObjectBoxBackend` and becomes a no-op
0 commit comments