eyes_core 6.9.17 → 6.9.18

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e376fccf8698d17d26d0033c7571bcc9dd9f681d2e4222c46e6b787412836ecb
4
- data.tar.gz: acfc6f897b594ffe4eed95b89e70f347340c7ac1dbf80171e387b20c24dc5b7d
3
+ metadata.gz: 1a55ebbeb075461c0234511196853187cff2b5ebf47a401cdf0a927dfc388bfe
4
+ data.tar.gz: 9c97494ca87120f1d5204a0551be7a5e54dfa6db3a52a64895b37549bb0e176a
5
5
  SHA512:
6
- metadata.gz: 88d1e476163c19e42d737f095f1594a7aa2b1296c8150eb3f413e0153918e92a59449bc6b9f8f9cc1023c269a386dcd57f971446f548010dbd7d7d39d9a5a809
7
- data.tar.gz: '039b4b25904cb44d5f28e826b7fcb70e234ca4a597fd16ff44eba8f04d00541b32fab3ede6215f3780a37a447ecd4734d1c80fe056450a3b08fe73ba4b17e699'
6
+ metadata.gz: 860781807c17e6cda51e19106dfbbc392c7f5178cebbda9d6e1be7130936c6d0df1fc2f72f1cbc644b675e2d2a499020f3b4ba9ada2258a29d74635a85ebe1bb
7
+ data.tar.gz: e774a7023ff90c1e3a00e313e60fcd91b12b7141a796d8214c24960b6240886f8a573306ef29da5ac1f211d7085929f33161e274bff8dae1af50591549b26e08
data/CHANGELOG.md CHANGED
@@ -1,5 +1,76 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.9.18](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.17...ruby/eyes_core@6.9.18) (2026-02-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/logger bumped to 2.2.8
9
+ #### Bug Fixes
10
+
11
+ * use utils for environment variable retrieval in logger handlers ([#3551](https://github.com/Applitools-Dev/sdk/issues/3551)) ([caf97f3](https://github.com/Applitools-Dev/sdk/commit/caf97f34207bc3b8ee6ccda2855c27a99a262f8c))
12
+
13
+
14
+ #### Performance Improvements
15
+
16
+ * add timing logs to classic | FLD-4137 ([#3543](https://github.com/Applitools-Dev/sdk/issues/3543)) ([de2b0aa](https://github.com/Applitools-Dev/sdk/commit/de2b0aaf08d813f2c59e9552947c2f4fbc12da48))
17
+ * @applitools/tunnel-client bumped to 1.11.6
18
+ #### Bug Fixes
19
+
20
+ * tunnel client binary ([#3535](https://github.com/Applitools-Dev/sdk/issues/3535)) ([5c4752e](https://github.com/Applitools-Dev/sdk/commit/5c4752e3dd9cc42052d23793284dc6a0cd8e3b72))
21
+
22
+
23
+
24
+ * @applitools/core bumped to 4.56.2
25
+ #### Bug Fixes
26
+
27
+ * closing eyes without open | FLD-2814 ([#2916](https://github.com/Applitools-Dev/sdk/issues/2916)) ([d5425df](https://github.com/Applitools-Dev/sdk/commit/d5425dfedcc98bebd547d0d1ce5bcd10fa675c0d))
28
+ * tunnel client binary ([#3535](https://github.com/Applitools-Dev/sdk/issues/3535)) ([5c4752e](https://github.com/Applitools-Dev/sdk/commit/5c4752e3dd9cc42052d23793284dc6a0cd8e3b72))
29
+
30
+
31
+ #### Performance Improvements
32
+
33
+ * add timing logs to classic | FLD-4137 ([#3543](https://github.com/Applitools-Dev/sdk/issues/3543)) ([de2b0aa](https://github.com/Applitools-Dev/sdk/commit/de2b0aaf08d813f2c59e9552947c2f4fbc12da48))
34
+
35
+
36
+
37
+ * @applitools/dom-snapshot bumped to 4.15.8
38
+
39
+ * @applitools/socket bumped to 1.3.9
40
+
41
+ * @applitools/req bumped to 1.8.8
42
+
43
+ * @applitools/dom-capture bumped to 11.6.9
44
+
45
+ * @applitools/driver bumped to 1.25.1
46
+
47
+ * @applitools/spec-driver-webdriver bumped to 1.5.6
48
+
49
+ * @applitools/spec-driver-selenium bumped to 1.7.12
50
+
51
+ * @applitools/spec-driver-puppeteer bumped to 1.7.1
52
+
53
+ * @applitools/screenshoter bumped to 3.12.13
54
+
55
+ * @applitools/nml-client bumped to 1.11.16
56
+
57
+ * @applitools/ufg-client bumped to 1.19.1
58
+
59
+ * @applitools/core-base bumped to 1.31.2
60
+
61
+ * @applitools/ec-client bumped to 1.12.18
62
+
63
+ * @applitools/test-server bumped to 1.4.0
64
+ #### Features
65
+
66
+ * make eyes-browser truly browser-importable ([#3512](https://github.com/Applitools-Dev/sdk/issues/3512)) ([9574a2f](https://github.com/Applitools-Dev/sdk/commit/9574a2fa45ec80466dfe93744c8a736f40fb51c3))
67
+ * mcp server test results support and improvements to initial setup ([#3518](https://github.com/Applitools-Dev/sdk/issues/3518)) ([ef6c27b](https://github.com/Applitools-Dev/sdk/commit/ef6c27b9e35dc54fd588e19a4811631433e15dbb))
68
+
69
+
70
+
71
+ * eyes_universal bumped to 4.56.2
72
+
73
+
3
74
  ## [6.9.17](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.16...ruby/eyes_core@6.9.17) (2026-01-27)
4
75
 
5
76
 
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.56.1"
37
+ spec.add_dependency 'eyes_universal', "= 4.56.2"
38
38
 
39
39
  spec.add_development_dependency 'bundler'
40
40
  spec.add_development_dependency 'rake'
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCore
5
- VERSION = '6.9.17'.freeze
5
+ VERSION = '6.9.18'.freeze
6
6
  end
7
7
 
8
8
  VERSION = Applitools::EyesCore::VERSION
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.17
4
+ version: 6.9.18
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-01-27 00:00:00.000000000 Z
11
+ date: 2026-02-16 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.56.1
47
+ version: 4.56.2
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.56.1
54
+ version: 4.56.2
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement