Changelog

1.7.2 (2024-02-22)

Bug Fixes

  • deps: [Many APIs] Require google-api-core>=1.34.1 (#12310) (41821da)

  • fix ValueError in test__validate_universe_domain (2451e88)

1.7.1 (2024-02-06)

Bug Fixes

  • Add google-auth as a direct dependency (e16032f)

  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint (e16032f)

  • Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ (e16032f)

1.7.0 (2024-02-01)

Features

  • Allow users to explicitly configure universe domain (#12244) (8d6b772)

1.6.0 (2023-12-07)

Features

  • Add support for python 3.12 (31d043d)

  • Introduce compatibility with native namespace packages (31d043d)

Bug Fixes

  • Require proto-plus >= 1.22.3 (31d043d)

  • Use retry_async instead of retry in async client (31d043d)

1.5.2 (2023-09-19)

Documentation

1.5.1 (2023-08-11)

Documentation

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

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)

1.4.1 (2023-07-04)

Bug Fixes

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

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)

1.3.0 (2023-02-28)

Features

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

1.2.1 (2023-01-23)

Bug Fixes

  • Add context manager return types (379c135)

Documentation

  • Add documentation for enums (379c135)

1.2.0 (2023-01-10)

Features

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)

1.0.4 (2022-10-07)

Bug Fixes

1.0.3 (2022-09-29)

Bug Fixes

1.0.2 (2022-08-11)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#91) (7493188)

  • deps: require proto-plus >= 1.22.0 (7493188)

1.0.1 (2022-08-02)

Documentation

  • samples: fix timeout for create input and start channel LROs; first call can take up to 15 minutes (#86) (6062208)

1.0.0 (2022-07-18)

Features

  • bump release level to production/stable (#31) (b52dbc7)

0.2.0 (2022-07-16)

Features

Bug Fixes

Documentation

  • align channel config with best practices (#71) (2a1a5b2)

0.1.5 (2022-06-03)

Bug Fixes

  • deps: require protobuf <4.0.0dev (#65) (a072bbf)

Documentation

  • fix changelog header to consistent size (#66) (fbc3528)

0.1.4 (2022-05-22)

Documentation

  • updated comments to match API behaviors (#45) (bdc9463)

0.1.3 (2022-05-03)

Documentation

  • samples: add sample for creating a channel with a failover backup input (#37) (9587382)

0.1.2 (2022-04-28)

Documentation

0.1.1 (2022-03-05)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#13) (471eb70)

0.1.0 (2022-02-15)

Features