Skip to content

Commit dc2e5db

Browse files
chore: Release library Google.Maps.Places.V1 version 1.0.0-beta19
### New features - Add `googleMapsTypeLabel` field to show type information on Google Maps - Add `googleMapsLinks` field for links to different actions on Google Maps ### Bug fixes - An existing field `topic` is removed from message `.google.maps.places.v1.ContentBlock` - An existing field `references` is removed from message `.google.maps.places.v1.ContentBlock` ### Documentation improvements - A comment for field `reviews` in message `.google.maps.places.v1.ContextualContent` is changed - A comment for field `photos` in message `.google.maps.places.v1.ContextualContent` is changed Librarian-Release-Library: Google.Maps.Places.V1 Librarian-Release-Version: 1.0.0-beta19 Librarian-Release-ID: release-20260216T140115Z
1 parent c211132 commit dc2e5db

File tree

4 files changed

+22
-5
lines changed

4 files changed

+22
-5
lines changed

apis/Google.Maps.Places.V1/Google.Maps.Places.V1/Google.Maps.Places.V1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<Version>1.0.0-beta18</Version>
4+
<Version>1.0.0-beta19</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Recommended Google client library to access the Google Maps Places API, which allows developers to access a variety of search and retrieval endpoints for a Place.</Description>

apis/Google.Maps.Places.V1/docs/history.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Version history
22

3+
## Version 1.0.0-beta19, released 2026-02-16
4+
5+
### New features
6+
7+
- Add `googleMapsTypeLabel` field to show type information on Google Maps
8+
- Add `googleMapsLinks` field for links to different actions on Google Maps
9+
10+
### Bug fixes
11+
12+
- An existing field `topic` is removed from message `.google.maps.places.v1.ContentBlock`
13+
- An existing field `references` is removed from message `.google.maps.places.v1.ContentBlock`
14+
15+
### Documentation improvements
16+
17+
- A comment for field `reviews` in message `.google.maps.places.v1.ContextualContent` is changed
18+
- A comment for field `photos` in message `.google.maps.places.v1.ContextualContent` is changed
19+
320
## Version 1.0.0-beta18, released 2025-11-06
421

522
### New features

generator-input/apis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6788,7 +6788,7 @@
67886788
},
67896789
{
67906790
"id": "Google.Maps.Places.V1",
6791-
"version": "1.0.0-beta18",
6791+
"version": "1.0.0-beta19",
67926792
"type": "grpc",
67936793
"productName": "Places API",
67946794
"productUrl": "https://developers.google.com/maps/documentation/places/web-service/",

generator-input/pipeline-state.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3825,12 +3825,12 @@
38253825
},
38263826
{
38273827
"id": "Google.Maps.Places.V1",
3828-
"currentVersion": "1.0.0-beta18",
3828+
"currentVersion": "1.0.0-beta19",
38293829
"generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC",
38303830
"releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC",
3831-
"releaseTimestamp": "2025-11-06T21:39:39.306623617Z",
3831+
"releaseTimestamp": "2026-02-16T14:15:37.234261541Z",
38323832
"lastGeneratedCommit": "6eead6ed94bddc12fe22189880a0b8f722c70478",
3833-
"lastReleasedCommit": "b61fb21bbac838de7f55cf2c60d371a47fc2799e",
3833+
"lastReleasedCommit": "6eead6ed94bddc12fe22189880a0b8f722c70478",
38343834
"apiPaths": [
38353835
"google/maps/places/v1"
38363836
],

0 commit comments

Comments
 (0)