eyes_core 6.11.3 → 6.11.4

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: a7286b3daf84bd3122f8a7bab29cff2b0e1e72ffcfae352429a74bbe797cf673
4
- data.tar.gz: 9c77f9516d7358ef70734161ad2feee6af1efeb832477e7804e69b29029aff66
3
+ metadata.gz: 7647a66b15bac7649b966de5ac8082ace5826df5b0cc041a0609fe51f2ba5e76
4
+ data.tar.gz: 2218d44bcaeeb18d8f95a6d372c031fe9f538608f9dc4c7cbf8bb9c9ceb4702b
5
5
  SHA512:
6
- metadata.gz: 07fb7031ca62df0b38901b08cc8712ab6d35afc5ff91c49394a860a09c2cbe78649e0301aa921342cfd3ee87a33bdb1f7616c7cdc3a375cbf22c227e39295fa3
7
- data.tar.gz: 176928965c034fcb3f1a22cebfbfb2d9c176b3f43230f0fa471500eb4d319f675ecdae6e3de383254853973f1398e3cb7ae13fa5fbd14befd4f603c8d3224571
6
+ metadata.gz: 9c1ce14186c52ee0375c1d16e65f82aed8a842570a4fa5c18c483409db974b0c5b39533d46e5d2e20d32b286540398166d8577755df1bc78f748391e1558e890
7
+ data.tar.gz: 3ec7ccecd71824b809644b9ac7be4f1597f44ed67a936052df3946e9022696158063522721afac159c956a24ff32f643bccbbe5e9c442a2df86753efbca23c50
data/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.11.4](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.11.3...ruby/eyes_core@6.11.4) (2026-06-09)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/req bumped to 1.11.0
9
+ #### Features
10
+
11
+ * add HTTP/2 proxy support (AD-13916) ([#3860](https://github.com/Applitools-Dev/sdk/issues/3860)) ([87cfb3e](https://github.com/Applitools-Dev/sdk/commit/87cfb3e2772cc8443d961b7916cc701f894b84cb))
12
+ * @applitools/nml-client bumped to 1.11.30
13
+
14
+ * @applitools/tunnel-client bumped to 1.12.0
15
+ #### Features
16
+
17
+ * add PAC-file proxy routing for tunnel agent | FLD-3783 ([#3897](https://github.com/Applitools-Dev/sdk/issues/3897)) ([e4f5818](https://github.com/Applitools-Dev/sdk/commit/e4f58181f4e835c9823915ecab9e99a9e150e493))
18
+
19
+
20
+
21
+ * @applitools/ufg-client bumped to 1.22.3
22
+
23
+ * @applitools/core-base bumped to 1.35.1
24
+
25
+ * @applitools/ec-client bumped to 1.12.32
26
+
27
+ * @applitools/core bumped to 4.64.1
28
+
29
+ * eyes_universal bumped to 4.64.1
30
+
31
+
3
32
  ## [6.11.3](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.11.2...ruby/eyes_core@6.11.3) (2026-06-04)
4
33
 
5
34
 
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.64.0"
37
+ spec.add_dependency 'eyes_universal', "= 4.64.1"
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.11.3'.freeze
5
+ VERSION = '6.11.4'.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.11.3
4
+ version: 6.11.4
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-04 00:00:00.000000000 Z
11
+ date: 2026-06-09 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.64.0
47
+ version: 4.64.1
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.64.0
54
+ version: 4.64.1
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement