Comparing chore/update-owners...master · googlemaps/google-maps-services-python · GitHub
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/google-maps-services-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: chore/update-owners
Choose a base ref
...
head repository: googlemaps/google-maps-services-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 23 files changed
  • 10 contributors

Commits on Nov 9, 2022

  1. 2 Configuration menu
    Copy the full SHA
    3bcb05f View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.7.0 [skip ci]

    # [4.7.0](v4.6.0...v4.7.0) (2022-11-09)
    
    ### Features
    
    * Adds support for Address Validation API ([#448](#448)) ([3bcb05f](3bcb05f))
    semantic-release-bot committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    6d7a993 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    83ad827 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.7.1 [skip ci]

    ## [4.7.1](v4.7.0...v4.7.1) (2022-11-21)
    
    ### Bug Fixes
    
    * Convert print statement to info log ([#455](#455)) ([83ad827](83ad827))
    semantic-release-bot committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    8fde950 View commit details
    Browse the repository at this point in the history
  3. fix: fixes broken support for python 3.5 (#453)

    * fix tests
    
    * updates after review
    anglarett authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    5b952d7 View commit details
    Browse the repository at this point in the history
  4. chore(release): 4.7.2 [skip ci]

    ## [4.7.2](v4.7.1...v4.7.2) (2022-11-21)
    
    ### Bug Fixes
    
    * fixes broken support for python 3.5  ([#453](#453)) ([5b952d7](5b952d7))
    semantic-release-bot committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    c5982e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    dcebf77 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.7.3 [skip ci]

    ## [4.7.3](v4.7.2...v4.7.3) (2022-11-22)
    
    ### Bug Fixes
    
    * correct lazy attribute inside logger ([#457](#457)) ([dcebf77](dcebf77))
    semantic-release-bot committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    ca042f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. docs: Adding docs.yml workflow to update docs on a new tag. (#360)

    * docs: Adding docs.yml workflow to update docs on a new tag.
    
    Once the docs have been generated, a new PR will be
    opened against the `gh-pages` branch.
    
    Resolves #348
    
    Co-authored-by: Angela Yu <5506675+wangela@users.noreply.github.com>
    arriolac and wangela authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    2c30f3a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. chore: update release action dependencies (#473)

    * chore: update release action dependencies
    
    * chore: set semantic release version
    wangela authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    8826836 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f09ccb View commit details
    Browse the repository at this point in the history
  3. chore(release): 4.8.0 [skip ci]

    # [4.8.0](v4.7.3...v4.8.0) (2023-01-24)
    
    ### Features
    
    * add `editorial_summary` to Place Details atmosphere fields ([#472](#472)) ([9f09ccb](9f09ccb))
    semantic-release-bot committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    65d5a26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8afe628 View commit details
    Browse the repository at this point in the history
  5. chore(release): 4.9.0 [skip ci]

    # [4.9.0](v4.8.0...v4.9.0) (2023-01-24)
    
    ### Features
    
    * add support for sorting reviews in Place Details requests ([#468](#468)) ([8afe628](8afe628))
    semantic-release-bot committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    72c482c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. feat: add new place details fields and reviews request modifiers (#474)

    * feat: add new place details fields and support for reviews sorting and translation
    
    * feat: support reviews (plural) field
    wangela authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    6c69310 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.10.0 [skip ci]

    # [4.10.0](v4.9.0...v4.10.0) (2023-01-26)
    
    ### Features
    
    * add new place details fields and reviews request modifiers ([#474](#474)) ([6c69310](6c69310))
    semantic-release-bot committed Jan 26, 2023
    1 Configuration menu
    Copy the full SHA
    82674b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80cb54e View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    645e07d View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. feat!: Added Address Descriptors to Geocoding response. Refactored Ge…

    …o… (#516)
    
    * feat! Added Address Descriptors to Geocoding response. Refactored Geocoding response to allow fields outside the geocoding result to be exposed through the client.
    ---------
    
    Co-authored-by: Tom Clifford <thomasclifford@google.com>
    tcliff111 and Tom Clifford authored Jul 16, 2024
    2 Configuration menu
    Copy the full SHA
    9ec69cb View commit details
    Browse the repository at this point in the history
Loading