Skip to content

Commit 706bb21

Browse files
chore(main): release 4.2.0 (#1676)
1 parent bae3455 commit 706bb21

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.1.1"
2+
".": "4.2.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [4.2.0](https://github.com/googlemaps/android-maps-utils/compare/v4.1.1...v4.2.0) (2026-04-22)
4+
5+
6+
### Features
7+
8+
* KML URL Sanitizer API ([#1678](https://github.com/googlemaps/android-maps-utils/issues/1678)) ([43855e9](https://github.com/googlemaps/android-maps-utils/commit/43855e9128157959a00fe8797d19b8340b18534e))
9+
10+
11+
### Bug Fixes
12+
13+
* disable XML external entities in KML parser ([#1673](https://github.com/googlemaps/android-maps-utils/issues/1673)) ([4516be3](https://github.com/googlemaps/android-maps-utils/commit/4516be350af570b466adf71cf2521ec4ac1a3f58))
14+
* KMZ zip bomb mitigation by adding entry and size limits ([#1677](https://github.com/googlemaps/android-maps-utils/issues/1677)) ([bae3455](https://github.com/googlemaps/android-maps-utils/commit/bae3455ebe5b1fde99a6bbe37348f5bfef62a429))
15+
* prevent NPE in LatLngBounds.contains by adding null checks for positions ([#1675](https://github.com/googlemaps/android-maps-utils/issues/1675)) ([6b5a2d3](https://github.com/googlemaps/android-maps-utils/commit/6b5a2d32ebb8b4b43db5fa0152e2ca4f7cea73e0))
16+
* restrict KML image downloads to http/https schemes ([#1674](https://github.com/googlemaps/android-maps-utils/issues/1674)) ([898ae8f](https://github.com/googlemaps/android-maps-utils/commit/898ae8f2c754988e55ced509c6cd2b8bd09414ec))
17+
318
## [4.1.1](https://github.com/googlemaps/android-maps-utils/compare/v4.1.0...v4.1.1) (2026-03-11)
419

520

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ tasks.register<Exec>("installAndLaunch") {
4545
allprojects {
4646
group = "com.google.maps.android"
4747
// {x-release-please-start-version}
48-
version = "4.1.1"
48+
version = "4.2.0"
4949
// {x-release-please-end}
5050
}

0 commit comments

Comments
 (0)