eyes_images 6.7.17 → 6.7.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: 37b5f9cf3339d8f52373c98204c7c1833d1628b8b36f8af6efa5149f7fdac935
4
- data.tar.gz: '08fffb622c8bf236f2c2e794afc0dc2b36f00836ad07abd40b4297fdbb2e19f0'
3
+ metadata.gz: f34aa37f86fb58419aa013065875be39fdf586026c350b3809b63d53650e5b0b
4
+ data.tar.gz: 96ea29c68800bc07f0a588293954f1d5bf122ca24bf1db5cb3591cfd7bb2b891
5
5
  SHA512:
6
- metadata.gz: 185e45142b190aff1b5d4f53600952f0aee38e6d4c1074e5702ac11f2eca95673a041e66a93da795307b50b2a9c72bae46f97bc3926315b4c222b11e5d52fa4b
7
- data.tar.gz: '08cb04120a6dfeac13442ca331ee1121a298756c1bd2cade80d08e9f9de28407988b57eca49af06433da59975d8b792011d4ce9b9d547296d974551cedccd9da'
6
+ metadata.gz: 7f760b3177a79047dfdc407c99ae30d1c8b69140ef84fe01da1820e6145fcb449bb4042e53f777f7994d06e67e395e92cbd11d66411d922be81df1e7740be92b
7
+ data.tar.gz: 412f85a0ecfb2b31ec12c79f1ab298302aa1b9e83a40dee443aff2bb1eacda1cc6d4fa9fb5faca3c23f7b03d2e54b671d2c5ec8d954cd6218b0dacbc390432c9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,78 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.7.18](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.7.17...ruby/eyes_images@6.7.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/test-server bumped to 1.4.0
18
+ #### Features
19
+
20
+ * make eyes-browser truly browser-importable ([#3512](https://github.com/Applitools-Dev/sdk/issues/3512)) ([9574a2f](https://github.com/Applitools-Dev/sdk/commit/9574a2fa45ec80466dfe93744c8a736f40fb51c3))
21
+ * 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))
22
+
23
+
24
+
25
+ * @applitools/dom-snapshot bumped to 4.15.8
26
+
27
+ * @applitools/socket bumped to 1.3.9
28
+
29
+ * @applitools/req bumped to 1.8.8
30
+
31
+ * @applitools/dom-capture bumped to 11.6.9
32
+
33
+ * @applitools/driver bumped to 1.25.1
34
+
35
+ * @applitools/spec-driver-webdriver bumped to 1.5.6
36
+
37
+ * @applitools/spec-driver-selenium bumped to 1.7.12
38
+
39
+ * @applitools/spec-driver-puppeteer bumped to 1.7.1
40
+
41
+ * @applitools/screenshoter bumped to 3.12.13
42
+
43
+ * @applitools/nml-client bumped to 1.11.16
44
+
45
+ * @applitools/tunnel-client bumped to 1.11.6
46
+ #### Bug Fixes
47
+
48
+ * tunnel client binary ([#3535](https://github.com/Applitools-Dev/sdk/issues/3535)) ([5c4752e](https://github.com/Applitools-Dev/sdk/commit/5c4752e3dd9cc42052d23793284dc6a0cd8e3b72))
49
+
50
+
51
+
52
+ * @applitools/ufg-client bumped to 1.19.1
53
+
54
+ * @applitools/core-base bumped to 1.31.2
55
+
56
+ * @applitools/ec-client bumped to 1.12.18
57
+
58
+ * @applitools/core bumped to 4.56.2
59
+ #### Bug Fixes
60
+
61
+ * closing eyes without open | FLD-2814 ([#2916](https://github.com/Applitools-Dev/sdk/issues/2916)) ([d5425df](https://github.com/Applitools-Dev/sdk/commit/d5425dfedcc98bebd547d0d1ce5bcd10fa675c0d))
62
+ * tunnel client binary ([#3535](https://github.com/Applitools-Dev/sdk/issues/3535)) ([5c4752e](https://github.com/Applitools-Dev/sdk/commit/5c4752e3dd9cc42052d23793284dc6a0cd8e3b72))
63
+
64
+
65
+ #### Performance Improvements
66
+
67
+ * 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))
68
+
69
+
70
+
71
+ * eyes_universal bumped to 4.56.2
72
+
73
+ * eyes_core bumped to 6.9.18
74
+
75
+
3
76
  ## [6.7.17](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.7.16...ruby/eyes_images@6.7.17) (2026-01-27)
4
77
 
5
78
 
data/eyes_images.gemspec CHANGED
@@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
29
29
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
30
30
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
31
31
  spec.require_paths = %w(lib)
32
- spec.add_dependency 'eyes_core', "= 6.9.17"
32
+ spec.add_dependency 'eyes_core', "= 6.9.18"
33
33
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesImages
5
- VERSION = '6.7.17'.freeze
5
+ VERSION = '6.7.18'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_images
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.7.17
4
+ version: 6.7.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: eyes_core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 6.9.17
19
+ version: 6.9.18
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 6.9.17
26
+ version: 6.9.18
27
27
  description: Provides Images SDK for Applitools tests.
28
28
  email:
29
29
  - team@applitools.com