Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googlemaps/android-maps-compose
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.3
Choose a base ref
...
head repository: googlemaps/android-maps-compose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.4
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Feb 21, 2024

  1. chore: Changes the assigned reviewer to be dkhawk in blunderbuss.yml (#…

    …529)
    
    Changes the assigned reviewer to be dkhawk.
    dkhawk authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    0599412 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. fix: add stability configuration file to the core maps-compose projec…

    …t. 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)
    
    This commit also makes compose compiler report generation available via command-line options (-PcomposeCompilerMetrics=true, -PcomposeCompilerReports=true)
    
    Fixes #152
    bubenheimer authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    bfe95dd View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.3.4 [skip ci]

    ## [4.3.4](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](#517)) ([bfe95dd](bfe95dd)), closes [#152](#152)
    semantic-release-bot committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6426478 View commit details
    Browse the repository at this point in the history
Loading