eyes_universal 4.15.0 → 4.18.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00f85482e1a78018369dc6e0b0611693a4b47edd57e7c933b377c11891ceb341
4
- data.tar.gz: 180682097ef892ba095e1793f8a2f5a464269fdb10e5606d7f65fac337ddd51e
3
+ metadata.gz: f1b678296838e872f657274e305bde5755c08259dc9f4be986fadc1aa802f154
4
+ data.tar.gz: 3178e3e5cc3c1c3a16da9d152a16f2bdf9d7064d4e73a1e82b465e54fa2adc45
5
5
  SHA512:
6
- metadata.gz: b56a423055b106fc8c94abc6bc0401cc20e9766ee72482ff750264dd3f1b52ca158bdf13b1d392e655edd7e9f279ea7758e89e3b5a9a8d42f8936b669ca72b8e
7
- data.tar.gz: 5c00a2532dae1dc726e8b02ae9b44234d8feaa8d3c764c3886f0ad0eaec931ea27d62a1e8dfb590c2bb13961ee0b4ff43c6e69ab9f70ce660adca717050745d8
6
+ metadata.gz: ad3cd1006c973a900578ae06475831153891adafea9f5abf79a97406447d2a7cf43b435b8e4817014e942202e9a8cd9828bf88211bd0d641c8200935fa6e4b98
7
+ data.tar.gz: 8f223963130249e2f5cdd947c112e79c22165e95dac76129a150240e711c42e73bf23aa3663f44f329f4706e656f5f6aedb4138ce1c1c8d673e990b7d4c4bbe1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,156 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.18.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.18.0...ruby/eyes_universal@4.18.2) (2024-09-10)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-capture bumped to 11.4.0
9
+ #### Features
10
+
11
+ * ability to capture all css props in computed style ([#2484](https://github.com/Applitools-Dev/sdk/issues/2484)) ([8769ee5](https://github.com/Applitools-Dev/sdk/commit/8769ee566f2d9e163437c7bcd385ec993f05f370))
12
+ * @applitools/driver bumped to 1.19.0
13
+ #### Features
14
+
15
+ * add support for env var APPLITOOLS_IS_IC ([#2469](https://github.com/Applitools-Dev/sdk/issues/2469)) ([87d7b5c](https://github.com/Applitools-Dev/sdk/commit/87d7b5cc1f7ea774c6b90504e85296f0681d0b1e))
16
+
17
+
18
+ #### Bug Fixes
19
+
20
+ * handle userAgent.brands returned as string ([#2453](https://github.com/Applitools-Dev/sdk/issues/2453)) ([dd6328b](https://github.com/Applitools-Dev/sdk/commit/dd6328be3e7d885714124a8e43aabaae3abecde9))
21
+ * searching for scrollable element multiple times ([#2493](https://github.com/Applitools-Dev/sdk/issues/2493)) ([d98db80](https://github.com/Applitools-Dev/sdk/commit/d98db8016c6312f467f244444c6f1a87bc09b7da))
22
+ * @applitools/tunnel-client bumped to 1.5.8
23
+ #### Bug Fixes
24
+
25
+ * upgrade execution-grid-tunnel ([#2475](https://github.com/Applitools-Dev/sdk/issues/2475)) ([e5952b4](https://github.com/Applitools-Dev/sdk/commit/e5952b4ca1bd0c065111ce1109b218f1fd68f6fc))
26
+
27
+
28
+
29
+ * @applitools/core-base bumped to 1.16.1
30
+ #### Bug Fixes
31
+
32
+ * infinity concurrency ([#2477](https://github.com/Applitools-Dev/sdk/issues/2477)) ([f488e16](https://github.com/Applitools-Dev/sdk/commit/f488e162f124acc249ed7b43b714f13c18306dc8))
33
+ * @applitools/spec-driver-webdriver bumped to 1.1.12
34
+
35
+ * @applitools/spec-driver-selenium bumped to 1.5.83
36
+
37
+ * @applitools/spec-driver-puppeteer bumped to 1.4.12
38
+
39
+ * @applitools/screenshoter bumped to 3.8.36
40
+
41
+ * @applitools/nml-client bumped to 1.8.10
42
+
43
+ * @applitools/ec-client bumped to 1.9.4
44
+
45
+ * @applitools/core bumped to 4.18.2
46
+ #### Bug Fixes
47
+
48
+ * don't call check-network when executing binary and cli ([#2491](https://github.com/Applitools-Dev/sdk/issues/2491)) ([ef00d20](https://github.com/Applitools-Dev/sdk/commit/ef00d205450b7bbe7abc1bc9bce8d6970f769091))
49
+
50
+
51
+
52
+
53
+ ## [4.18.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.16.0...ruby/eyes_universal@4.18.0) (2024-07-23)
54
+
55
+
56
+ ### Dependencies
57
+
58
+ * @applitools/driver bumped to 1.18.0
59
+ #### Features
60
+
61
+ * disable broker url cache ([#2428](https://github.com/Applitools-Dev/sdk/issues/2428)) ([cb8d5fe](https://github.com/Applitools-Dev/sdk/commit/cb8d5fefb13d3ab42984d2bd4d4ac3d4e10646b0))
62
+
63
+
64
+ #### Bug Fixes
65
+
66
+ * executing web script on mobile environment ([#2380](https://github.com/Applitools-Dev/sdk/issues/2380)) ([da2e551](https://github.com/Applitools-Dev/sdk/commit/da2e551e01082d3cc21b9da5b43e6680233c080d))
67
+ * @applitools/spec-driver-webdriver bumped to 1.1.11
68
+
69
+ * @applitools/spec-driver-selenium bumped to 1.5.82
70
+
71
+ * @applitools/screenshoter bumped to 3.8.35
72
+
73
+ * @applitools/ufg-client bumped to 1.12.3
74
+ #### Bug Fixes
75
+
76
+ * update makeUploadResource to include apiKey in the cache key ([#2411](https://github.com/Applitools-Dev/sdk/issues/2411)) ([4114c58](https://github.com/Applitools-Dev/sdk/commit/4114c58ec16fa855374b23810cef1e36d4bb53a7))
77
+
78
+
79
+ #### Performance Improvements
80
+
81
+ * trim file content when logging it ([#2437](https://github.com/Applitools-Dev/sdk/issues/2437)) ([02ec1f7](https://github.com/Applitools-Dev/sdk/commit/02ec1f79a323af2e89a7428b75212707c761d1ca))
82
+ * @applitools/spec-driver-puppeteer bumped to 1.4.11
83
+
84
+ * @applitools/nml-client bumped to 1.8.9
85
+
86
+ * @applitools/ec-client bumped to 1.9.3
87
+
88
+ * @applitools/core bumped to 4.18.0
89
+ #### Features
90
+
91
+ * disable broker url cache ([#2428](https://github.com/Applitools-Dev/sdk/issues/2428)) ([cb8d5fe](https://github.com/Applitools-Dev/sdk/commit/cb8d5fefb13d3ab42984d2bd4d4ac3d4e10646b0))
92
+
93
+
94
+
95
+
96
+ ## [4.16.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.15.0...ruby/eyes_universal@4.16.0) (2024-05-28)
97
+
98
+
99
+ ### Dependencies
100
+
101
+ * @applitools/req bumped to 1.7.0
102
+ #### Features
103
+
104
+ * dynamic timeout based on uploaded file size ([#2364](https://github.com/Applitools-Dev/sdk/issues/2364)) ([8a82d68](https://github.com/Applitools-Dev/sdk/commit/8a82d6839ace60fda27e153ba233019f137017fe))
105
+ * @applitools/nml-client bumped to 1.8.5
106
+
107
+ * @applitools/tunnel-client bumped to 1.5.3
108
+
109
+ * @applitools/ufg-client bumped to 1.12.0
110
+ #### Features
111
+
112
+ * dynamic timeout based on uploaded file size ([#2364](https://github.com/Applitools-Dev/sdk/issues/2364)) ([8a82d68](https://github.com/Applitools-Dev/sdk/commit/8a82d6839ace60fda27e153ba233019f137017fe))
113
+
114
+
115
+
116
+ * @applitools/core-base bumped to 1.15.0
117
+ #### Features
118
+
119
+ * tell Splunk when clients assume `Target`'s mutability ([#2266](https://github.com/Applitools-Dev/sdk/issues/2266)) ([d18a524](https://github.com/Applitools-Dev/sdk/commit/d18a52491fb6a64e780f84ccff1dcf945351bf95))
120
+
121
+
122
+ #### Bug Fixes
123
+
124
+ * multiple heartbeats for multiple runners in the same process ([#2372](https://github.com/Applitools-Dev/sdk/issues/2372)) ([6ec0f0d](https://github.com/Applitools-Dev/sdk/commit/6ec0f0de7d69a69cdab8437df910a82df15479ea))
125
+
126
+
127
+
128
+ * @applitools/ec-client bumped to 1.8.6
129
+
130
+ * @applitools/core bumped to 4.16.0
131
+ #### Features
132
+
133
+ * tell Splunk when clients assume `Target`'s mutability ([#2266](https://github.com/Applitools-Dev/sdk/issues/2266)) ([d18a524](https://github.com/Applitools-Dev/sdk/commit/d18a52491fb6a64e780f84ccff1dcf945351bf95))
134
+
135
+
136
+ #### Bug Fixes
137
+
138
+ * multiple heartbeats for multiple runners in the same process ([#2372](https://github.com/Applitools-Dev/sdk/issues/2372)) ([6ec0f0d](https://github.com/Applitools-Dev/sdk/commit/6ec0f0de7d69a69cdab8437df910a82df15479ea))
139
+ * throw from createRenderResults if rendering failed ([#2352](https://github.com/Applitools-Dev/sdk/issues/2352)) ([50b0394](https://github.com/Applitools-Dev/sdk/commit/50b0394f35464f4d61dd578bf7e84947af00b99b))
140
+
141
+
142
+ #### Performance Improvements
143
+
144
+ * don't wait for ufg client when take-snapshots performed on non-… ([#2366](https://github.com/Applitools-Dev/sdk/issues/2366)) ([4d8ab41](https://github.com/Applitools-Dev/sdk/commit/4d8ab41a421ff9b7f6f7d107bc8c5e9647404430))
145
+
146
+
147
+ #### Code Refactoring
148
+
149
+ * remove eyesServerUrl and apiKey when not necessary ([#2345](https://github.com/Applitools-Dev/sdk/issues/2345)) ([121ae5d](https://github.com/Applitools-Dev/sdk/commit/121ae5d00417d70d9857b8199b4bcfd92de353c6))
150
+
151
+
152
+
153
+
3
154
  ## [4.15.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.14.0...ruby/eyes_universal@4.15.0) (2024-05-07)
4
155
 
5
156
 
Binary file
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesUniversal
5
- VERSION = '4.15.0'.freeze
5
+ VERSION = '4.18.2'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,35 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_universal
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.15.0
4
+ version: 4.18.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-08 00:00:00.000000000 Z
11
+ date: 2024-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: open-uri
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: 0.1.0
20
17
  - - "~>"
21
18
  - !ruby/object:Gem::Version
22
19
  version: '0.1'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 0.1.0
23
23
  type: :development
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - ">="
28
- - !ruby/object:Gem::Version
29
- version: 0.1.0
30
27
  - - "~>"
31
28
  - !ruby/object:Gem::Version
32
29
  version: '0.1'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 0.1.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: stringio
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  requirements: []
84
- rubygems_version: 3.0.3.1
84
+ rubygems_version: 3.1.6
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: Applitools Ruby Universal binaries for SDK