Skip to content

Releases: maplibre/maplibre-native

ios-v6.5.1

11 Jul 16:56
7b5e91f
Compare
Choose a tag to compare
  • 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 of MLNMapSnapshotterOptions. 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

08 Jul 15:19
e7974d0
Compare
Choose a tag to compare
Pre-release

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

03 Jul 14:05
61c3b28
Compare
Choose a tag to compare
android-v11.0.2-pre0 Pre-release
Pre-release

✨ Features and improvements

  • Add TaggedScheduler, couple lifetime of tasks and orchestrator (#2398).

node-v5.4.1-pre.0

26 Jun 15:12
169dc06
Compare
Choose a tag to compare
node-v5.4.1-pre.0 Pre-release
Pre-release
  • [Note] This is a OpenGL-2 release. It does not include metal support.
  • Fix crash that happened with some PBF files (Issue, PR).
  • Upgrade NAN to 2.19 to support Node 22 (#2426)
  • Add Node 22 binary build and publish (#2553)

android-v10.3.2-pre3

24 Jun 23:23
a61c8af
Compare
Choose a tag to compare
android-v10.3.2-pre3 Pre-release
Pre-release
  • 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

15 Jun 00:08
30484d8
Compare
Choose a tag to compare

✨ 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).

ios-v6.5.0

05 Jun 18:52
699fdd4
Compare
Choose a tag to compare
  • Allow uses to handle authorization for location services (#2453). See MLNMapview.shouldRequestAuthorizationToUseLocationServices.
  • Fixed memory usage high in some cases (#2442).
  • Avoid processing raster tiles after destruction mailbox (#2443).
  • Annotation view recycling re-enabled (#2454). Fixes some issues with Annotations.
  • Increase the deferred cleanup timeout (#2455). Workaround for rare crash.
  • Fixes crash that happened with some PBF files (#795, #2460).
  • Allow using MapLibre Native on iPad Air 2. Note: tests your styles! iPad Air 2 has one of the oldest GPUs that support Metal (#2470).

android-v10.3.2-pre2

05 Jun 15:17
fe4fc83
Compare
Choose a tag to compare
android-v10.3.2-pre2 Pre-release
Pre-release

A minor fix for a bug introduced in 10.3.2-pre1 which caused symbols to disappear randomly.

ios-v6.4.3-pre3

30 May 23:07
4cf12f6
Compare
Choose a tag to compare
ios-v6.4.3-pre3 Pre-release
Pre-release
  • Workaround for potential crash during map shutdown.
  • Reduced memory utilization for annotations
  • Location services authorization can be suppressed with shouldRequestAuthorizationToUseLocationServices
  • Fix a potential crash when rendering raster or DEM tiles
  • Fix a potential crash when tearing down a map instance

ios-v6.4.3-pre2

29 May 10:55
Compare
Choose a tag to compare
ios-v6.4.3-pre2 Pre-release
Pre-release
  • Workaround for potential crash during map shutdown.
  • Fixed memory usage high in some cases (#2442).