eyes_core 6.9.6 → 6.9.8
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 +106 -0
- data/eyes_core.gemspec +1 -1
- data/lib/applitools/eyes_core/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c2a61715e1efc1f4306fa49913b97f72333f863080437956693337aada2fc4ca
|
|
4
|
+
data.tar.gz: 403e1aa07185146bf18dc5052c00aa919b6591fbcc76ecb82d14b6bff87d34f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa7cf7227470c0e5b75ef5e8b8a5ec982be8fb38c3cb136606d9436938301eb81f5ffecb6902ecd82a4fab71b67a13d425babbdf566e50ddfcc016602cdd0d86
|
|
7
|
+
data.tar.gz: f74dc9619c4f1cd644e75329516278a0f27aaee4606a23d864e5b47dbc21223c02036661fa4e823632d37f5530082e0b11d89cabe7e5be5844ebbcedbac49ca3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,111 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.9.8](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.7...ruby/eyes_core@6.9.8) (2025-11-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/utils bumped to 1.13.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
|
|
12
|
+
* @applitools/dom-snapshot bumped to 4.15.0
|
|
13
|
+
#### Features
|
|
14
|
+
|
|
15
|
+
* add support for adopted stylesheets with nesting | FLD-3212 ([#3325](https://github.com/Applitools-Dev/sdk/issues/3325)) ([8587926](https://github.com/Applitools-Dev/sdk/commit/8587926b0d6ef820cfbd8f89ddb062a3d77f65ab))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* @applitools/dom-capture bumped to 11.6.6
|
|
20
|
+
#### Performance Improvements
|
|
21
|
+
|
|
22
|
+
* remove dynamic loading of Dom capture and Dom snapshot ([#3322](https://github.com/Applitools-Dev/sdk/issues/3322)) ([7d15ee9](https://github.com/Applitools-Dev/sdk/commit/7d15ee98d5d39c7e478b6bfe3e14b8eea93937e5))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
* @applitools/socket bumped to 1.3.6
|
|
27
|
+
|
|
28
|
+
* @applitools/req bumped to 1.8.5
|
|
29
|
+
|
|
30
|
+
* @applitools/spec-driver-webdriver bumped to 1.5.1
|
|
31
|
+
|
|
32
|
+
* @applitools/spec-driver-puppeteer bumped to 1.6.7
|
|
33
|
+
|
|
34
|
+
* @applitools/nml-client bumped to 1.11.10
|
|
35
|
+
|
|
36
|
+
* @applitools/ufg-client bumped to 1.18.1
|
|
37
|
+
|
|
38
|
+
* @applitools/core-base bumped to 1.29.0
|
|
39
|
+
#### Features
|
|
40
|
+
|
|
41
|
+
* restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
* @applitools/core bumped to 4.52.0
|
|
46
|
+
#### Features
|
|
47
|
+
|
|
48
|
+
* restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
#### Performance Improvements
|
|
52
|
+
|
|
53
|
+
* remove dynamic loading of Dom capture and Dom snapshot ([#3322](https://github.com/Applitools-Dev/sdk/issues/3322)) ([7d15ee9](https://github.com/Applitools-Dev/sdk/commit/7d15ee98d5d39c7e478b6bfe3e14b8eea93937e5))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
* @applitools/logger bumped to 2.2.5
|
|
58
|
+
|
|
59
|
+
* @applitools/image bumped to 1.2.4
|
|
60
|
+
|
|
61
|
+
* @applitools/driver bumped to 1.24.1
|
|
62
|
+
|
|
63
|
+
* @applitools/spec-driver-selenium bumped to 1.7.7
|
|
64
|
+
|
|
65
|
+
* @applitools/screenshoter bumped to 3.12.8
|
|
66
|
+
|
|
67
|
+
* @applitools/tunnel-client bumped to 1.11.3
|
|
68
|
+
|
|
69
|
+
* @applitools/ec-client bumped to 1.12.12
|
|
70
|
+
|
|
71
|
+
* eyes_universal bumped to 4.52.0
|
|
72
|
+
|
|
73
|
+
* @applitools/test-server bumped to 1.3.4
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
## [6.9.7](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.6...ruby/eyes_core@6.9.7) (2025-11-03)
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
### Dependencies
|
|
80
|
+
|
|
81
|
+
* @applitools/dom-snapshot bumped to 4.14.0
|
|
82
|
+
#### Features
|
|
83
|
+
|
|
84
|
+
* logging errors from dom snapshot to the backend | AD-11641 ([#3291](https://github.com/Applitools-Dev/sdk/issues/3291)) ([7f5b487](https://github.com/Applitools-Dev/sdk/commit/7f5b48701ff93bf980924c9346a8241ed87f5a56))
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
#### Bug Fixes
|
|
88
|
+
|
|
89
|
+
* sandbox prototype pollution | FLD-3738 ([#3310](https://github.com/Applitools-Dev/sdk/issues/3310)) ([3185558](https://github.com/Applitools-Dev/sdk/commit/31855586851d5372169aae7bf0268cec139abc59))
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
#### Code Refactoring
|
|
93
|
+
|
|
94
|
+
* blob generation error handling ([#2501](https://github.com/Applitools-Dev/sdk/issues/2501)) ([94bc14f](https://github.com/Applitools-Dev/sdk/commit/94bc14faf3de0fd9a8ca24af4870f839756a8aad))
|
|
95
|
+
* @applitools/ufg-client bumped to 1.18.0
|
|
96
|
+
#### Features
|
|
97
|
+
|
|
98
|
+
* logging errors from dom snapshot to the backend | AD-11641 ([#3291](https://github.com/Applitools-Dev/sdk/issues/3291)) ([7f5b487](https://github.com/Applitools-Dev/sdk/commit/7f5b48701ff93bf980924c9346a8241ed87f5a56))
|
|
99
|
+
* @applitools/core bumped to 4.51.0
|
|
100
|
+
#### Features
|
|
101
|
+
|
|
102
|
+
* logging errors from dom snapshot to the backend | AD-11641 ([#3291](https://github.com/Applitools-Dev/sdk/issues/3291)) ([7f5b487](https://github.com/Applitools-Dev/sdk/commit/7f5b48701ff93bf980924c9346a8241ed87f5a56))
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
* eyes_universal bumped to 4.51.0
|
|
107
|
+
|
|
108
|
+
|
|
3
109
|
## [6.9.6](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.5...ruby/eyes_core@6.9.6) (2025-10-01)
|
|
4
110
|
|
|
5
111
|
|
data/eyes_core.gemspec
CHANGED
|
@@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
|
|
|
40
40
|
spec.add_dependency 'colorize'
|
|
41
41
|
spec.add_dependency 'websocket'
|
|
42
42
|
spec.add_dependency 'sorted_set'
|
|
43
|
-
spec.add_dependency 'eyes_universal', "= 4.
|
|
43
|
+
spec.add_dependency 'eyes_universal', "= 4.52.0"
|
|
44
44
|
|
|
45
45
|
spec.add_development_dependency 'bundler'
|
|
46
46
|
spec.add_development_dependency 'rake'
|
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.9.
|
|
4
|
+
version: 6.9.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Applitools Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-11-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -114,14 +114,14 @@ dependencies:
|
|
|
114
114
|
requirements:
|
|
115
115
|
- - '='
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
|
-
version: 4.
|
|
117
|
+
version: 4.52.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.52.0
|
|
125
125
|
- !ruby/object:Gem::Dependency
|
|
126
126
|
name: bundler
|
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|