eyes_core 6.10.3 → 6.10.5

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: d08f8b01ae21943f33c2fd1bb09e9e1eae62b3e962b0b8c525ca04a012df14d2
4
- data.tar.gz: 5b85cf7b1fef437552906eef69c21e603383d0480c13efe7bf9e8882f547a5c6
3
+ metadata.gz: 3cf1a3e15971a21000a698d19044dddf9d8fe805d63db2b7625a55f9d32b4f6b
4
+ data.tar.gz: cee86be6a086298cd980c976ea73489415b9ce814eef237d53e8b0e69bfeaff1
5
5
  SHA512:
6
- metadata.gz: 9495d5fa3378de59522b7ed9b0ca6f592db77b2ce580dc23c41703109311ba6ef23a17135af949479908561304f95c16250f12000e704f5b57af244f080ebcd8
7
- data.tar.gz: 37b055b48a67f731b70fb3c9be5587371e1201d26e4dc53cf3dba00e0325bd0f7613c3a540d0af7d9a4db772c020a5eca679cfe1dd13d85566948cb70a658a40
6
+ metadata.gz: 8d6dfcb132b25252d0faca891c40aacb833f580aa3e328ae99f9b8d32ebd1f44f8b1690066896eaeb7f8278dabf2447b5e53d4d124c4db0ea95fd1a2d9350c5c
7
+ data.tar.gz: ad6bf14930d37e59d8a9026dcf1584b9dd2f66cae3eaa4de14f03c6297e778425bebe94e7768dfc5c09e3f78a95e2508791067031a3cb69eca44b9d3c9322f74
data/CHANGELOG.md CHANGED
@@ -1,5 +1,63 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.10.5](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.10.4...ruby/eyes_core@6.10.5) (2026-04-29)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/ufg-client bumped to 1.22.0
9
+ #### Features
10
+
11
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
12
+ * @applitools/core bumped to 4.61.0
13
+ #### Features
14
+
15
+ * new render target entities | AD 13251 ([#3775](https://github.com/Applitools-Dev/sdk/issues/3775)) ([18b6107](https://github.com/Applitools-Dev/sdk/commit/18b6107937ff0f18ba0a256fec1adc6d423f03dc))
16
+
17
+
18
+
19
+ * eyes_universal bumped to 4.61.0
20
+
21
+
22
+ ## [6.10.4](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.10.3...ruby/eyes_core@6.10.4) (2026-04-23)
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * @applitools/req bumped to 1.10.0
28
+ #### Features
29
+
30
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
31
+ * @applitools/ufg-client bumped to 1.21.0
32
+ #### Features
33
+
34
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
35
+
36
+
37
+
38
+ * @applitools/core bumped to 4.60.0
39
+ #### Features
40
+
41
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
42
+
43
+
44
+
45
+ * @applitools/nml-client bumped to 1.11.25
46
+
47
+ * @applitools/tunnel-client bumped to 1.11.11
48
+
49
+ * @applitools/core-base bumped to 1.33.0
50
+ #### Features
51
+
52
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
53
+
54
+
55
+
56
+ * @applitools/ec-client bumped to 1.12.26
57
+
58
+ * eyes_universal bumped to 4.60.0
59
+
60
+
3
61
  ## [6.10.3](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.10.2...ruby/eyes_core@6.10.3) (2026-04-16)
4
62
 
5
63
 
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.59.3"
37
+ spec.add_dependency 'eyes_universal', "= 4.61.0"
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.10.3'.freeze
5
+ VERSION = '6.10.5'.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.10.3
4
+ version: 6.10.5
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-04-16 00:00:00.000000000 Z
11
+ date: 2026-04-29 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.59.3
47
+ version: 4.61.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.59.3
54
+ version: 4.61.0
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement