eyes_core 6.11.7 → 6.11.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 +75 -0
- data/eyes_core.gemspec +1 -1
- data/lib/applitools/eyes_core/version.rb +1 -1
- data/lib/applitools/universal_sdk/universal_client.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: 106afda88cfd2a009d11e29caa6e28cc9038a7929f49e41cb69715baf702ec5c
|
|
4
|
+
data.tar.gz: db54cc3c6ede0ba06a74ea3747815c9d2b4c32a768b8830c062e1d0a913dd692
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 300a6a0d90c481cd45a71efeb0c288284763db41eab0f6196128a168131351bd7e0f221a84a415cd63715ea3171c0d28735e00f6c9f7712735d5969ef813b20f
|
|
7
|
+
data.tar.gz: fa4960e36c187f045d5d17306ddbfde1c8186bbb07eb5bf025f96f28e8f197d705a1a1a4ac6bf2a80cb28e8b8354a149c126b87c53fc4ca655dd20d2e8562d51
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,80 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.11.8](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.11.7...ruby/eyes_core@6.11.8) (2026-06-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* send bypassCSP through the ruby universal client + enable nightwatch CSP coverage test | AD-14401 ([#3934](https://github.com/Applitools-Dev/sdk/issues/3934)) ([024d25e](https://github.com/Applitools-Dev/sdk/commit/024d25ed8ed3961b92fb35aa79e506403fabbc7f))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* @applitools/utils bumped to 1.15.1
|
|
14
|
+
#### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* updated extract git fallback logic | FLD-4492 ([#3831](https://github.com/Applitools-Dev/sdk/issues/3831)) ([0d98f3c](https://github.com/Applitools-Dev/sdk/commit/0d98f3cdf828eff756ffbfc5d4cdff7b19a20557))
|
|
17
|
+
* @applitools/logger bumped to 2.3.0
|
|
18
|
+
#### Features
|
|
19
|
+
|
|
20
|
+
* stream SDK logs to Azure Blob per server flag | AD-13401 ([#3849](https://github.com/Applitools-Dev/sdk/issues/3849)) ([7f9dfec](https://github.com/Applitools-Dev/sdk/commit/7f9dfecd874aefc33104db015451a22eee500324))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
* @applitools/core bumped to 4.66.0
|
|
25
|
+
#### Features
|
|
26
|
+
|
|
27
|
+
* stream SDK logs to Azure Blob per server flag | AD-13401 ([#3849](https://github.com/Applitools-Dev/sdk/issues/3849)) ([7f9dfec](https://github.com/Applitools-Dev/sdk/commit/7f9dfecd874aefc33104db015451a22eee500324))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
#### Bug Fixes
|
|
31
|
+
|
|
32
|
+
* updated extract git fallback logic | FLD-4492 ([#3831](https://github.com/Applitools-Dev/sdk/issues/3831)) ([0d98f3c](https://github.com/Applitools-Dev/sdk/commit/0d98f3cdf828eff756ffbfc5d4cdff7b19a20557))
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
* @applitools/dom-snapshot bumped to 4.17.5
|
|
37
|
+
|
|
38
|
+
* @applitools/socket bumped to 1.3.15
|
|
39
|
+
|
|
40
|
+
* @applitools/req bumped to 1.11.2
|
|
41
|
+
|
|
42
|
+
* @applitools/image bumped to 1.2.13
|
|
43
|
+
|
|
44
|
+
* @applitools/dom-capture bumped to 11.8.3
|
|
45
|
+
|
|
46
|
+
* @applitools/driver bumped to 1.26.5
|
|
47
|
+
|
|
48
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.5
|
|
49
|
+
|
|
50
|
+
* @applitools/spec-driver-selenium bumped to 1.8.5
|
|
51
|
+
|
|
52
|
+
* @applitools/spec-driver-playwright bumped to 1.9.5
|
|
53
|
+
|
|
54
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.5
|
|
55
|
+
|
|
56
|
+
* @applitools/screenshoter bumped to 3.12.24
|
|
57
|
+
|
|
58
|
+
* @applitools/nml-client bumped to 1.11.34
|
|
59
|
+
|
|
60
|
+
* @applitools/tunnel-client bumped to 1.12.2
|
|
61
|
+
|
|
62
|
+
* @applitools/ufg-client bumped to 1.22.5
|
|
63
|
+
|
|
64
|
+
* @applitools/core-base bumped to 1.36.0
|
|
65
|
+
#### Features
|
|
66
|
+
|
|
67
|
+
* stream SDK logs to Azure Blob per server flag | AD-13401 ([#3849](https://github.com/Applitools-Dev/sdk/issues/3849)) ([7f9dfec](https://github.com/Applitools-Dev/sdk/commit/7f9dfecd874aefc33104db015451a22eee500324))
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
* @applitools/ec-client bumped to 1.12.36
|
|
72
|
+
|
|
73
|
+
* eyes_universal bumped to 4.66.0
|
|
74
|
+
|
|
75
|
+
* @applitools/test-server bumped to 1.4.6
|
|
76
|
+
|
|
77
|
+
|
|
3
78
|
## [6.11.7](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.11.6...ruby/eyes_core@6.11.7) (2026-06-18)
|
|
4
79
|
|
|
5
80
|
|
data/eyes_core.gemspec
CHANGED
|
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
|
|
|
34
34
|
|
|
35
35
|
spec.add_dependency 'oj'
|
|
36
36
|
spec.add_dependency 'websocket'
|
|
37
|
-
spec.add_dependency 'eyes_universal', "= 4.
|
|
37
|
+
spec.add_dependency 'eyes_universal', "= 4.66.0"
|
|
38
38
|
|
|
39
39
|
spec.add_development_dependency 'bundler'
|
|
40
40
|
spec.add_development_dependency 'rake'
|
|
@@ -116,7 +116,7 @@ module Applitools::Connectivity
|
|
|
116
116
|
:eyesServerUrl, :apiKey, :proxy, :connectionTimeout, :removeSession, :agentId, :appName, :testName, :displayName,
|
|
117
117
|
:userTestId, :sessionType, :properties, :batch, :keepBatchOpen, :environmentName, :environment, :branchName,
|
|
118
118
|
:parentBranchName, :baselineEnvName, :useLatestEnvBaseline, :baselineBranchName, :compareWithParentBranch, :ignoreBaseline,
|
|
119
|
-
:ignoreGitBranching, :saveDiffs, :abortIdleTestTimeout
|
|
119
|
+
:ignoreGitBranching, :saveDiffs, :abortIdleTestTimeout, :bypassCSP
|
|
120
120
|
].each do |k|
|
|
121
121
|
config_mapping(config, commands_config[:open], k)
|
|
122
122
|
end
|
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.11.
|
|
4
|
+
version: 6.11.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: 2026-06-
|
|
11
|
+
date: 2026-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: oj
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 4.
|
|
47
|
+
version: 4.66.0
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - '='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 4.
|
|
54
|
+
version: 4.66.0
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: bundler
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|