Skip to content

Latest commit

 

History

History
105 lines (48 loc) · 5.72 KB

File metadata and controls

105 lines (48 loc) · 5.72 KB

Changelog

5.0.0 (2026-07-15)

⚠ BREAKING CHANGES

  • rewrite android maps utils (#1658)

Features

Bug Fixes

  • prevent StackOverflowError from deeply nested GeometryCollection in GeoJsonParser (#1699) (f513807)

4.5.2 (2026-07-07)

Bug Fixes

  • prevent StackOverflowError when parsing deeply nested KML containers and multi-geometries (#1710) (1463cc5)

4.5.1 (2026-06-17)

Bug Fixes

  • enable filterTouchesWhenObscured on WebView layouts (#1705) (3e59470)

4.5.0 (2026-06-16)

Features

Bug Fixes

  • change model name from gemini-2.5-flash to gemini-3.5-flash (#1696) (838a2bf)
  • enable filterTouchesWhenObscured on WebView (#1703) (0674d75)

4.4.1 (2026-05-26)

Bug Fixes

  • address lint, compiler, and Error Prone warnings (#1692) (ce809c7)

4.4.0 (2026-05-20)

Features

  • add navigation flavor to demo for SDK 7.x reproduction (#1680) (12ac29a)

4.3.0 (2026-04-24)

Features

  • add constructor parameter for custom Executor in cluster renderers (#1682) (b803dc0)

4.2.0 (2026-04-22)

Features

Bug Fixes

  • disable XML external entities in KML parser (#1673) (4516be3)
  • KMZ zip bomb mitigation by adding entry and size limits (#1677) (bae3455)
  • prevent NPE in LatLngBounds.contains by adding null checks for positions (#1675) (6b5a2d3)
  • restrict KML image downloads to http/https schemes (#1674) (898ae8f)

4.1.1 (2026-03-11)

Bug Fixes

4.1.0 (2026-02-20)

Features

  • Transit Layer Demo & Quality Improvements (#1653) (cb074f9)

4.0.0 (2026-01-23)

⚠ BREAKING CHANGES

  • update to maps 20.0.0 (#1644)

Features