Skip to content

feat: add new Places fields to Place Details - #889

Merged
wangela merged 8 commits into
mainfrom
wangela/places-fields
Mar 29, 2023
Merged

feat: add new Places fields to Place Details#889
wangela merged 8 commits into
mainfrom
wangela/places-fields

Conversation

@wangela

@wangela wangela commented Jan 30, 2023

Copy link
Copy Markdown
Member

New Place Details fields and request parameters were announced in this blog post for the Places API.

Added:

  • reviews_no_translation
  • reviews_sort
  • fields
    • curbside_pickup
    • current_opening_hours
    • delivery
    • dine_in
    • editorial_summary
    • reservable
    • reviews (deprecates review field in favor of documented plural)
    • secondary_opening_hours
    • serves_beer
    • serves_breakfast
    • serves_brunch
    • serves_dinner
    • serves_lunch
    • serves_vegetarian_food
    • serves_wine
    • takeout
    • wheelchair_accessible_entrance

Fixes #901

@wangela
wangela requested a review from amuramoto January 30, 2023 23:24
@wangela wangela assigned wangela and unassigned arriolac Jan 30, 2023
@wangela
wangela merged commit 62a8b50 into main Mar 29, 2023
@wangela
wangela deleted the wangela/places-fields branch March 29, 2023 23:17
googlemaps-bot pushed a commit that referenced this pull request Mar 30, 2023
# [2.2.0](v2.1.2...v2.2.0) (2023-03-30)

### Bug Fixes

* javadoc in PlaceDetailsRequest ([#903](#903)) ([b5b5c6c](b5b5c6c))

### Features

* add new Places fields to Place Details ([#889](#889)) ([62a8b50](62a8b50))
@googlemaps-bot

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 2.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ZeroOne3010

Copy link
Copy Markdown

To whom it may concern: version 2.2.0 failed to adhere to the Semantic Versioning system, as this PR removed a part of the public API in a backward incompatible change. The public Boolean permanentlyClosed; field was removed from the OpeningHours class (without even being deprecated first). With a change like this, the major version must be incremented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

5 participants