Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Releases: googleapis/python-video-live-stream

v1.5.2

20 Sep 14:44
87d1e81
Compare
Choose a tag to compare

1.5.2 (2023-09-19)

Documentation

v1.5.1

16 Aug 00:45
d3f0887
Compare
Choose a tag to compare

1.5.1 (2023-08-11)

Documentation

  • samples: Add samples and tests for pools and assets (#180) (95977cc)

v1.5.0

09 Aug 13:28
39030ac
Compare
Choose a tag to compare

1.5.0 (2023-08-09)

Features

  • Added a new asset resource which can be used as the content of slate events (825eedf)
  • Added a new pool resource for protecting input endpoints within a VPC Service Controls perimeter (825eedf)
  • Added support for slate events which allow users to create and insert a slate into a live stream to replace the main live stream content (825eedf)

v1.4.1

05 Jul 15:06
103ef74
Compare
Choose a tag to compare

1.4.1 (2023-07-04)

Bug Fixes

  • Add async context manager return types (#167) (f010478)

v1.4.0

27 Mar 15:43
7c32db5
Compare
Choose a tag to compare

1.4.0 (2023-03-23)

Features

  • Added Encryption for enabling output encryption with DRM systems (638bd0a)
  • Added InputConfig to allow enabling/disabling automatic failover (638bd0a)
  • Added new tasks to Event: inputSwitch, returnToProgram, mute, unmute (638bd0a)
  • Added support for audio normalization and audio gain (638bd0a)
  • Added TimecodeConfig for specifying the source of timecode used in media workflow synchronization (638bd0a)

Documentation

  • Clarify behavior when update_mask is omitted in PATCH requests (638bd0a)
  • Fix formatting of request arg in docstring (#154) (c41b461)

v1.3.0

28 Feb 18:38
0dcd37d
Compare
Choose a tag to compare

1.3.0 (2023-02-28)

Features

  • Enable "rest" transport in Python for services supporting numeric enums (#145) (f0cb14c)

v1.2.1

23 Jan 15:52
a785ae6
Compare
Choose a tag to compare

1.2.1 (2023-01-23)

Bug Fixes

  • Add context manager return types (379c135)

Documentation

  • Add documentation for enums (379c135)

v1.2.0

10 Jan 17:44
74fd288
Compare
Choose a tag to compare

1.2.0 (2023-01-10)

Features

v1.1.0

15 Dec 20:05
baf4bf7
Compare
Choose a tag to compare

1.1.0 (2022-12-15)

Features

  • Add support for google.cloud.video.live_stream.__version__ (714cbd4)
  • Add typing to proto.Message based class attributes (714cbd4)

Bug Fixes

  • Add dict typing for client_options (714cbd4)
  • deps: Require google-api-core >=1.34.0, >=2.11.0 (b836b51)
  • Drop usage of pkg_resources (b836b51)
  • Fix timeout default values (b836b51)

Documentation

  • samples: Snippetgen handling of repeated enum field (714cbd4)
  • samples: Snippetgen should call await on the operation coroutine before calling result (b836b51)

v1.0.4

10 Oct 15:51
058e21e
Compare
Choose a tag to compare

1.0.4 (2022-10-07)

Bug Fixes