eyes_core 6.3.4 → 6.3.7
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 +131 -0
- data/eyes_core.gemspec +1 -3
- data/lib/applitools/eyes_core/version.rb +1 -1
- data/lib/applitools/universal_sdk/universal_client.rb +7 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7217f9401829eea99dd0991c4485495b8c85cdaad443cee177dff57929ae4045
|
|
4
|
+
data.tar.gz: 6633017050f8f65b952736b2506cdb981bab49540f8599a8c9bc36140f19bbb6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a0a021e8291a7a5690727d44058d020d3eec4dfa676bd5724e957adbe0e919c1e589666610d2d30ffdab956dd07b359da762afe7241d265386d8e4fd63c489fb
|
|
7
|
+
data.tar.gz: 2ab0df9c110a9dac73417ae5e88412655adb219908814c1e1d42154c3dae95bb6cfa879dceaa471f65fa6a4e9b5568a6a91b181f11c496ed339a90854bc106ba
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,136 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.3.7](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.3.6...ruby/eyes_core@6.3.7) (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/ufg-client bumped to 1.12.3
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* 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))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
#### Performance Improvements
|
|
24
|
+
|
|
25
|
+
* trim file content when logging it ([#2437](https://github.com/Applitools-Dev/sdk/issues/2437)) ([02ec1f7](https://github.com/Applitools-Dev/sdk/commit/02ec1f79a323af2e89a7428b75212707c761d1ca))
|
|
26
|
+
* @applitools/core bumped to 4.18.0
|
|
27
|
+
#### Features
|
|
28
|
+
|
|
29
|
+
* disable broker url cache ([#2428](https://github.com/Applitools-Dev/sdk/issues/2428)) ([cb8d5fe](https://github.com/Applitools-Dev/sdk/commit/cb8d5fefb13d3ab42984d2bd4d4ac3d4e10646b0))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.11
|
|
34
|
+
|
|
35
|
+
* @applitools/spec-driver-selenium bumped to 1.5.82
|
|
36
|
+
|
|
37
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.11
|
|
38
|
+
|
|
39
|
+
* @applitools/screenshoter bumped to 3.8.35
|
|
40
|
+
|
|
41
|
+
* @applitools/nml-client bumped to 1.8.9
|
|
42
|
+
|
|
43
|
+
* @applitools/ec-client bumped to 1.9.3
|
|
44
|
+
|
|
45
|
+
* eyes_universal bumped to 4.18.0
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
## [6.3.6](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.3.5...ruby/eyes_core@6.3.6) (2024-05-28)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Dependencies
|
|
52
|
+
|
|
53
|
+
* @applitools/req bumped to 1.7.0
|
|
54
|
+
#### Features
|
|
55
|
+
|
|
56
|
+
* 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))
|
|
57
|
+
* @applitools/ufg-client bumped to 1.12.0
|
|
58
|
+
#### Features
|
|
59
|
+
|
|
60
|
+
* 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))
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
* @applitools/core-base bumped to 1.15.0
|
|
65
|
+
#### Features
|
|
66
|
+
|
|
67
|
+
* 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))
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
#### Bug Fixes
|
|
71
|
+
|
|
72
|
+
* 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))
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
* @applitools/core bumped to 4.16.0
|
|
77
|
+
#### Features
|
|
78
|
+
|
|
79
|
+
* 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))
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
#### Bug Fixes
|
|
83
|
+
|
|
84
|
+
* 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))
|
|
85
|
+
* throw from createRenderResults if rendering failed ([#2352](https://github.com/Applitools-Dev/sdk/issues/2352)) ([50b0394](https://github.com/Applitools-Dev/sdk/commit/50b0394f35464f4d61dd578bf7e84947af00b99b))
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
#### Performance Improvements
|
|
89
|
+
|
|
90
|
+
* 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))
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
#### Code Refactoring
|
|
94
|
+
|
|
95
|
+
* 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))
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
* @applitools/nml-client bumped to 1.8.5
|
|
100
|
+
|
|
101
|
+
* @applitools/tunnel-client bumped to 1.5.3
|
|
102
|
+
|
|
103
|
+
* @applitools/ec-client bumped to 1.8.6
|
|
104
|
+
|
|
105
|
+
* eyes_universal bumped to 4.16.0
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
## [6.3.5](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.3.4...ruby/eyes_core@6.3.5) (2024-05-07)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### Dependencies
|
|
112
|
+
|
|
113
|
+
* @applitools/dom-capture bumped to 11.2.7
|
|
114
|
+
#### Bug Fixes
|
|
115
|
+
|
|
116
|
+
* capture user input from input elements ([#2347](https://github.com/Applitools-Dev/sdk/issues/2347)) ([f82d3bb](https://github.com/Applitools-Dev/sdk/commit/f82d3bbc79c624ab7e8eeade7559b523f6adfeac))
|
|
117
|
+
* @applitools/ec-client bumped to 1.8.5
|
|
118
|
+
|
|
119
|
+
* @applitools/core-base bumped to 1.14.0
|
|
120
|
+
#### Features
|
|
121
|
+
|
|
122
|
+
* 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))
|
|
123
|
+
* long eyes requests with custom domain ([#2343](https://github.com/Applitools-Dev/sdk/issues/2343)) ([d54beea](https://github.com/Applitools-Dev/sdk/commit/d54beea8c33a56a0516904773daaa5095340fd12))
|
|
124
|
+
* @applitools/core bumped to 4.15.0
|
|
125
|
+
#### Features
|
|
126
|
+
|
|
127
|
+
* 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))
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
* eyes_universal bumped to 4.15.0
|
|
132
|
+
|
|
133
|
+
|
|
3
134
|
## [6.3.4](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.3.3...ruby/eyes_core@6.3.4) (2024-05-01)
|
|
4
135
|
|
|
5
136
|
|
data/eyes_core.gemspec
CHANGED
|
@@ -30,8 +30,6 @@ Gem::Specification.new do |spec|
|
|
|
30
30
|
|
|
31
31
|
spec.metadata['yard.run'] = 'yri' # use "yard" to build full HTML docs.
|
|
32
32
|
|
|
33
|
-
# spec.add_dependency 'oily_png', '~> 1.2'
|
|
34
|
-
# spec.add_dependency 'chunky_png', '= 1.3.6'
|
|
35
33
|
spec.add_dependency 'faraday'
|
|
36
34
|
spec.add_dependency 'faraday_middleware'
|
|
37
35
|
spec.add_dependency 'faraday-cookie_jar'
|
|
@@ -40,7 +38,7 @@ Gem::Specification.new do |spec|
|
|
|
40
38
|
spec.add_dependency 'colorize'
|
|
41
39
|
spec.add_dependency 'websocket'
|
|
42
40
|
spec.add_dependency 'sorted_set'
|
|
43
|
-
spec.add_dependency 'eyes_universal', "
|
|
41
|
+
spec.add_dependency 'eyes_universal', "= 4.18.0"
|
|
44
42
|
|
|
45
43
|
spec.add_development_dependency 'bundler'
|
|
46
44
|
spec.add_development_dependency 'rake'
|
|
@@ -405,7 +405,13 @@ module Applitools::Connectivity
|
|
|
405
405
|
cwd: Dir.pwd,
|
|
406
406
|
spec: :webdriver,
|
|
407
407
|
environment: {
|
|
408
|
-
sdk: {
|
|
408
|
+
sdk: {
|
|
409
|
+
lang: :ruby,
|
|
410
|
+
name: sdk_name,
|
|
411
|
+
currentVersion: sdk_version,
|
|
412
|
+
# skip check if it's latest version that prevents some deadlock in core
|
|
413
|
+
latestVersion: "0.0.0"
|
|
414
|
+
}
|
|
409
415
|
}
|
|
410
416
|
}
|
|
411
417
|
# interface MakeCorePayload {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eyes_core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.3.
|
|
4
|
+
version: 6.3.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Applitools Team
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-07-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -112,16 +112,16 @@ dependencies:
|
|
|
112
112
|
name: eyes_universal
|
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
|
114
114
|
requirements:
|
|
115
|
-
- -
|
|
115
|
+
- - '='
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
|
-
version: 4.
|
|
117
|
+
version: 4.18.0
|
|
118
118
|
type: :runtime
|
|
119
119
|
prerelease: false
|
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
|
121
121
|
requirements:
|
|
122
|
-
- -
|
|
122
|
+
- - '='
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
|
-
version: 4.
|
|
124
|
+
version: 4.18.0
|
|
125
125
|
- !ruby/object:Gem::Dependency
|
|
126
126
|
name: bundler
|
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -370,7 +370,7 @@ licenses:
|
|
|
370
370
|
- Applitools
|
|
371
371
|
metadata:
|
|
372
372
|
yard.run: yri
|
|
373
|
-
post_install_message:
|
|
373
|
+
post_install_message:
|
|
374
374
|
rdoc_options: []
|
|
375
375
|
require_paths:
|
|
376
376
|
- lib
|
|
@@ -385,8 +385,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
385
385
|
- !ruby/object:Gem::Version
|
|
386
386
|
version: '0'
|
|
387
387
|
requirements: []
|
|
388
|
-
rubygems_version: 3.
|
|
389
|
-
signing_key:
|
|
388
|
+
rubygems_version: 3.5.9
|
|
389
|
+
signing_key:
|
|
390
390
|
specification_version: 4
|
|
391
391
|
summary: Core of the Applitools Ruby SDK
|
|
392
392
|
test_files: []
|