google-cloud-video-transcoder 2.1.0 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d0ee9f275946c64c4ed714d98f0782cb27399aae278cfa59811d67dfb42036e
4
- data.tar.gz: 53c816f5a94748f2cf2ca2b128a019047c9e3e4118b183f0172d23763c43c431
3
+ metadata.gz: b123a0276d92fafbe1d9fe743ad2548623cb10000d5338ea1dd24ba6e5f47c90
4
+ data.tar.gz: 4df2e8a67a14dc78ab7149ea79f34e5184411db8d3453f99da1f099d596cdb78
5
5
  SHA512:
6
- metadata.gz: bd5c6d470e992821d43f2c2ffdf821c2a705ead3c379b0d4a4fd3918fa2037dd90777f78d1d11b7f4832328d25eee277ee7983edf28e5a179aec5d7b1ff3adce
7
- data.tar.gz: e9bd7c1c1b858c55f5b9f145b8d739bf950ef59c996ef78464f90c0fe5b83071b3360d1e426e029fe172497df0d6ca1010cc54096aec61e6f683fe647cbb6f44
6
+ metadata.gz: 6e8f13e03e5d713a96ff528c756e58eefa82cc044fc4edf8a68d4efc81001d4de7732ecef8bc7b5875056928ae074f6d52b5428c2615045e775bf7ccdef854a0
7
+ data.tar.gz: b03958f0d837be49a6728dd07927574c71b02c519c8c978f2bf064027443a3fc9454c07e0c0c80fd99c69b6e002f40055e9db90df2bca0bb6c3921c3aed5e688
data/README.md CHANGED
@@ -74,7 +74,7 @@ working, try updating the versioned clients in your bundle or installed gems:
74
74
 
75
75
  ## Supported Ruby Versions
76
76
 
77
- This library is supported on Ruby 3.0+.
77
+ This library is supported on Ruby 3.2+.
78
78
 
79
79
  Google provides official support for Ruby versions that are actively supported
80
80
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Video
23
23
  module Transcoder
24
- VERSION = "2.1.0"
24
+ VERSION = "2.2.1"
25
25
  end
26
26
  end
27
27
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2021 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -144,6 +144,7 @@ module Google
144
144
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
145
145
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
146
146
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
147
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
147
148
  # * `:retry_codes` (*type:* `Array<String>`) -
148
149
  # The error codes that should trigger a retry.
149
150
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2021 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-video-transcoder
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC