## [4.3.4](https://github.com/googlemaps/android-maps-compose/compare/v4.3.3...v4.3.4) (2024-04-16)
### Bug Fixes
* add stability configuration file to the core maps-compose project. The currently configured types are all the immutable data types from com.google.android.gms.maps.model that are currently used in android-maps-compose:maps-compose. These types will now be considered @Stable by the compiler. Making immutable data types @Stable can be a more effective measure than relying on strong skipping, as stable types can use structural equality, whereas strong skipping merely relies on referential equality, as of today. ([#517](https://github.com/googlemaps/android-maps-compose/issues/517)) ([bfe95dd](https://github.com/googlemaps/android-maps-compose/commit/bfe95ddb323a1420801d6cd6edffe02d0ba83cbc)), closes [#152](https://github.com/googlemaps/android-maps-compose/issues/152)