Skip to content

Commit a4da73f

Browse files
chore: release main
1 parent a327320 commit a4da73f

File tree

6 files changed

+29
-5
lines changed

6 files changed

+29
-5
lines changed

packages/google-cloud-storage-control/google/cloud/storage_control_v2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "1.7.0" # {x-release-please-version}

packages/google-cloud-storage-control/samples/generated_samples/snippet_metadata_google.storage.control.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-storage-control",
11-
"version": "0.1.0"
11+
"version": "1.7.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-video-live-stream/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [1.13.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-video-live-stream-v1.12.0...google-cloud-video-live-stream-v1.13.0) (2025-09-19)
4+
5+
6+
### Features
7+
8+
* [google-cloud-eventarc] add new fields to Eventarc resources ([2673009](https://github.com/googleapis/google-cloud-python/commit/26730096e491346f02af2a82138224a110485e74))
9+
* [google-cloud-video-live-stream] Added Auto Transcription support ([2673009](https://github.com/googleapis/google-cloud-python/commit/26730096e491346f02af2a82138224a110485e74))
10+
* [google-cloud-video-live-stream] Added H.265 (HEVC) codec support ([2673009](https://github.com/googleapis/google-cloud-python/commit/26730096e491346f02af2a82138224a110485e74))
11+
* [google-cloud-video-live-stream] Added PreviewInput method used for the low latency input monitoring ([2673009](https://github.com/googleapis/google-cloud-python/commit/26730096e491346f02af2a82138224a110485e74))
12+
* [google-cloud-video-live-stream] Added StartDistribution/StopDistribution methods and Distribution/DistributionStream messages used for distributing live streams to external RTMP/SRT endpoints ([2673009](https://github.com/googleapis/google-cloud-python/commit/26730096e491346f02af2a82138224a110485e74))
13+
* [google-cloud-video-live-stream] Added UHD (4k) resolution support ([2673009](https://github.com/googleapis/google-cloud-python/commit/26730096e491346f02af2a82138224a110485e74))
14+
* [google-cloud-video-live-stream] Added UpdateEncryptions event to perform key rotation without restarting a channel ([2673009](https://github.com/googleapis/google-cloud-python/commit/26730096e491346f02af2a82138224a110485e74))
15+
16+
17+
### Bug Fixes
18+
19+
* [google-cloud-eventarc] upgrade gRPC service registration func ([2673009](https://github.com/googleapis/google-cloud-python/commit/26730096e491346f02af2a82138224a110485e74))
20+
21+
22+
### Documentation
23+
24+
* [google-cloud-eventarc] correct some comments ([2673009](https://github.com/googleapis/google-cloud-python/commit/26730096e491346f02af2a82138224a110485e74))
25+
* [google-cloud-video-live-stream] Update requirements of resource ID fields to be more clear ([2673009](https://github.com/googleapis/google-cloud-python/commit/26730096e491346f02af2a82138224a110485e74))
26+
327
## [1.12.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-video-live-stream-v1.11.1...google-cloud-video-live-stream-v1.12.0) (2025-05-15)
428

529

packages/google-cloud-video-live-stream/google/cloud/video/live_stream/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "1.13.0" # {x-release-please-version}

packages/google-cloud-video-live-stream/google/cloud/video/live_stream_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "1.13.0" # {x-release-please-version}

packages/google-cloud-video-live-stream/samples/generated_samples/snippet_metadata_google.cloud.video.livestream.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-video-live-stream",
11-
"version": "0.1.0"
11+
"version": "1.13.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)