Releases: maplibre/maplibre-native
Releases · maplibre/maplibre-native
ios-v6.5.4
ios-v6.5.3
android-v11.1.0
✨ Features and improvements
- Avoid logging error for onMove(0,0) on Android (#2580).
- Experimental API to toggle tile cache in map view (#2590). This can reduce memory usage at the cost of having to parse tile data again when the zoom level changes.
- Add TaggedScheduler, couple lifetime of tasks and orchestrator (#2398).
🐞 Bug fixes
ios-v6.5.2
- Fix Cocoapods release (#2599).
- Experimental API to toggle tile cache in map view (#2590). This can reduce memory usage at the cost of having to parse tile data again when the zoom level changes.
- Allow changing color of scalebar on iOS (#2614).
- Fix version in action sheet (#2602).
- Fixed attribution link in action sheets (#2587).
- Internal: Add TaggedScheduler, couple lifetime of tasks and orchestrator (#2398).
ios-v6.5.1
- Enable LTO (#2504).
- Enable vertex instance drawing on simulator (#2518).
- Change default
MLNMapSnapshotter
logo to the MapLibre logo (#2541). Note that showing the MapLibre logo is never required. You can configure whether to show the logo with the (now public)showsLogo
property ofMLNMapSnapshotterOptions
. Check with your tile provider if you need to show a logo. - Add Privacy Manifest. MapLibre Native iOS has no built-in tracking, but it does use some system APIs for functional purposes that are marked by Apple as privacy sensitive (#2480).
- Fixed attribution link in action sheets (#2587).
- Update included third-party licenses (#2491).
android-v10.3.2-hwasan1
Special pre-release with hwasan enabled.
Only ABI armv8 is enabled, to avoid unsupported option '-fsanitize=hwaddress' for target 'armv7-...'
android-v11.0.2-pre0
✨ Features and improvements
- Add TaggedScheduler, couple lifetime of tasks and orchestrator (#2398).
node-v5.4.1-pre.0
android-v10.3.2-pre3
- Additional symbol instance checks building on previous success in detecting corruption and avoiding crashes
- More context from check calls to help narrow down the origin of corruption
Note: CI checks are not maintained for backporting releases, so only manual testing is done.
android-v11.0.1
✨ Features and improvements
- Updated included licenses third-party projects (#2491).
- Move all
WeakPtrFactory
members to the end of the containing class (#2472).
🐞 Bug fixes
- Fixes crash that happened when parsing some PBF files (Issue, PR).
- Shut down the mailbox on raster tiles as with GeometryTile to avoid processing messages after it's queued for destruction (#2443).
- Increase the deferred cleanup timeout (#2455).
- Fix crash caused
DefaultRefDeleter
, reported by Komoot (#2487).