google-cloud-profiler-v2 1.6.1 → 1.7.0

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: 6ab7b1b948d1dd4eaa4fcb67332031dc924b7128c3cfa4fedda80781f0ca13ab
4
- data.tar.gz: b3ecafef645b1186d6de0b2129ca9b2b3250aa241fb1d0f423010cad48d6b616
3
+ metadata.gz: fdfe8244ad8e7f5afdca4d294ff3df725de26e889979f42fd0cd0ee6888dae90
4
+ data.tar.gz: d0106751bf3a044ee6bc551cc3ca71e5c78c1904f5b587a23ece783fd17d453d
5
5
  SHA512:
6
- metadata.gz: 9da2a4441ba7ee7015c86604341591edf0e67b5e1b519ecfeae550548a1a1f2de4a9ee29afd3450f740628c99b58b22e219d8a84ab74b9328955e6f8fd5a435c
7
- data.tar.gz: 406f145c0ab4579fdbfab1bbc9f243cbdeafa015c6d95bb7bc39b60e82d4a2c93d22885765924dcb1bd2e25a514c7763b0f878e6829519d825be6dec8399a6bd
6
+ metadata.gz: 01dfad85539a12e7bd011c88915dfe9691d12a6fc23c610c4c2afe24629934135522338d96aa457d281ee4aac4f20c4305b305782e6eb46b062a4dd87d73e1ed
7
+ data.tar.gz: f21053c715b069e27e429fe0e76e0f0106fad239ed6c89dc3d9aa8b15db188757e994d75b5d2ef94ace1811cbe07055fed20b4df9da1e83eba247c0fd902265c
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 3.0+.
89
+ This library is supported on Ruby 3.2+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -386,6 +386,7 @@ module Google
386
386
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
387
387
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
388
388
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
389
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
389
390
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
390
391
  # trigger a retry.
391
392
  # @return [::Hash]
@@ -469,6 +470,7 @@ module Google
469
470
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
470
471
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
471
472
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
473
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
472
474
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
473
475
  # trigger a retry.
474
476
  #
@@ -346,6 +346,7 @@ module Google
346
346
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
347
347
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
348
348
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
349
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
349
350
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
350
351
  # trigger a retry.
351
352
  # @return [::Hash]
@@ -418,6 +419,7 @@ module Google
418
419
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
419
420
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
420
421
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
422
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
421
423
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
422
424
  # trigger a retry.
423
425
  #
@@ -592,6 +592,7 @@ module Google
592
592
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
593
593
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
594
594
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
595
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
595
596
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
596
597
  # trigger a retry.
597
598
  # @return [::Hash]
@@ -675,6 +676,7 @@ module Google
675
676
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
676
677
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
677
678
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
679
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
678
680
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
679
681
  # trigger a retry.
680
682
  #
@@ -538,6 +538,7 @@ module Google
538
538
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
539
539
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
540
540
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
541
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
541
542
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
542
543
  # trigger a retry.
543
544
  # @return [::Hash]
@@ -610,6 +611,7 @@ module Google
610
611
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
611
612
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
612
613
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
614
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
613
615
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
614
616
  # trigger a retry.
615
617
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Profiler
23
23
  module V2
24
- VERSION = "1.6.1"
24
+ VERSION = "1.7.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-profiler-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.2'
18
+ version: '1.3'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement