eyes_universal 4.14.0 → 4.18.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 +4 -4
- data/CHANGELOG.md +125 -0
- data/ext/eyes-universal/core.tar.gz +0 -0
- data/lib/applitools/eyes_universal/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a156c08ed8ea3f469a6804968e877773ad54205694e928c4765d262fd2c4d81
|
|
4
|
+
data.tar.gz: b6d924b496afba0b7b2cbd6ccb032c55c9f993c4b003e53b34ac16433947c2b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 41fad80644fe2c256b1df3cfbd524a981f23c29ec7197502f9cd135d8ac98d9f774bee440dd3e10a45f389bb318785deb5be2aed74c954b4994abf4e0a67f7ea
|
|
7
|
+
data.tar.gz: 0ed5bb4c4a864ef41ecff441747385f2e27e8d4f44eeed2fcc73258b2defbd372c01270a3abf1d81b3df539e25b2255e871fdc2c4e43068279a0a29df82142ff
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,130 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [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)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/driver bumped to 1.18.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* disable broker url cache ([#2428](https://github.com/Applitools-Dev/sdk/issues/2428)) ([cb8d5fe](https://github.com/Applitools-Dev/sdk/commit/cb8d5fefb13d3ab42984d2bd4d4ac3d4e10646b0))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
#### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* executing web script on mobile environment ([#2380](https://github.com/Applitools-Dev/sdk/issues/2380)) ([da2e551](https://github.com/Applitools-Dev/sdk/commit/da2e551e01082d3cc21b9da5b43e6680233c080d))
|
|
17
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.11
|
|
18
|
+
|
|
19
|
+
* @applitools/spec-driver-selenium bumped to 1.5.82
|
|
20
|
+
|
|
21
|
+
* @applitools/screenshoter bumped to 3.8.35
|
|
22
|
+
|
|
23
|
+
* @applitools/ufg-client bumped to 1.12.3
|
|
24
|
+
#### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* 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))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
#### Performance Improvements
|
|
30
|
+
|
|
31
|
+
* trim file content when logging it ([#2437](https://github.com/Applitools-Dev/sdk/issues/2437)) ([02ec1f7](https://github.com/Applitools-Dev/sdk/commit/02ec1f79a323af2e89a7428b75212707c761d1ca))
|
|
32
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.11
|
|
33
|
+
|
|
34
|
+
* @applitools/nml-client bumped to 1.8.9
|
|
35
|
+
|
|
36
|
+
* @applitools/ec-client bumped to 1.9.3
|
|
37
|
+
|
|
38
|
+
* @applitools/core bumped to 4.18.0
|
|
39
|
+
#### Features
|
|
40
|
+
|
|
41
|
+
* disable broker url cache ([#2428](https://github.com/Applitools-Dev/sdk/issues/2428)) ([cb8d5fe](https://github.com/Applitools-Dev/sdk/commit/cb8d5fefb13d3ab42984d2bd4d4ac3d4e10646b0))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## [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)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### Dependencies
|
|
50
|
+
|
|
51
|
+
* @applitools/req bumped to 1.7.0
|
|
52
|
+
#### Features
|
|
53
|
+
|
|
54
|
+
* 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))
|
|
55
|
+
* @applitools/nml-client bumped to 1.8.5
|
|
56
|
+
|
|
57
|
+
* @applitools/tunnel-client bumped to 1.5.3
|
|
58
|
+
|
|
59
|
+
* @applitools/ufg-client bumped to 1.12.0
|
|
60
|
+
#### Features
|
|
61
|
+
|
|
62
|
+
* 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))
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
* @applitools/core-base bumped to 1.15.0
|
|
67
|
+
#### Features
|
|
68
|
+
|
|
69
|
+
* 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))
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
#### Bug Fixes
|
|
73
|
+
|
|
74
|
+
* 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))
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
* @applitools/ec-client bumped to 1.8.6
|
|
79
|
+
|
|
80
|
+
* @applitools/core bumped to 4.16.0
|
|
81
|
+
#### Features
|
|
82
|
+
|
|
83
|
+
* 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))
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
#### Bug Fixes
|
|
87
|
+
|
|
88
|
+
* 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))
|
|
89
|
+
* throw from createRenderResults if rendering failed ([#2352](https://github.com/Applitools-Dev/sdk/issues/2352)) ([50b0394](https://github.com/Applitools-Dev/sdk/commit/50b0394f35464f4d61dd578bf7e84947af00b99b))
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
#### Performance Improvements
|
|
93
|
+
|
|
94
|
+
* 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))
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
#### Code Refactoring
|
|
98
|
+
|
|
99
|
+
* 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))
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
## [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)
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
### Dependencies
|
|
108
|
+
|
|
109
|
+
* @applitools/dom-capture bumped to 11.2.7
|
|
110
|
+
#### Bug Fixes
|
|
111
|
+
|
|
112
|
+
* capture user input from input elements ([#2347](https://github.com/Applitools-Dev/sdk/issues/2347)) ([f82d3bb](https://github.com/Applitools-Dev/sdk/commit/f82d3bbc79c624ab7e8eeade7559b523f6adfeac))
|
|
113
|
+
* @applitools/core-base bumped to 1.14.0
|
|
114
|
+
#### Features
|
|
115
|
+
|
|
116
|
+
* expose git latest commit info in env vars ([#2349](https://github.com/Applitools-Dev/sdk/issues/2349)) ([1db248c](https://github.com/Applitools-Dev/sdk/commit/1db248c83ee1cbc83f905163fe5bd63dd5e293c2))
|
|
117
|
+
* long eyes requests with custom domain ([#2343](https://github.com/Applitools-Dev/sdk/issues/2343)) ([d54beea](https://github.com/Applitools-Dev/sdk/commit/d54beea8c33a56a0516904773daaa5095340fd12))
|
|
118
|
+
* @applitools/ec-client bumped to 1.8.5
|
|
119
|
+
|
|
120
|
+
* @applitools/core bumped to 4.15.0
|
|
121
|
+
#### Features
|
|
122
|
+
|
|
123
|
+
* expose git latest commit info in env vars ([#2349](https://github.com/Applitools-Dev/sdk/issues/2349)) ([1db248c](https://github.com/Applitools-Dev/sdk/commit/1db248c83ee1cbc83f905163fe5bd63dd5e293c2))
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
3
128
|
## [4.14.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.12.2...ruby/eyes_universal@4.14.0) (2024-05-01)
|
|
4
129
|
|
|
5
130
|
|
|
Binary file
|
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.
|
|
4
|
+
version: 4.18.0
|
|
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-
|
|
11
|
+
date: 2024-07-23 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.
|
|
84
|
+
rubygems_version: 3.1.6
|
|
85
85
|
signing_key:
|
|
86
86
|
specification_version: 4
|
|
87
87
|
summary: Applitools Ruby Universal binaries for SDK
|