eyes_core 6.9.15 → 6.9.16

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: '09b29f52bc63d331523bf813074557923027026beb16ad5aa0d49af9fc9fe005'
4
- data.tar.gz: 3187e9c43cc598a54e4c913fa2742851721b97f96a35b390cdbb271b65b6171c
3
+ metadata.gz: a1f48f16d06312b810777a79fbe1dbeab253ad9fdb5aea0c0539f24e67ede326
4
+ data.tar.gz: e1bf73b040dd1cf2ccc38db9227ad7b7c9d9ec0ac0c7c9d690733b3b744cd828
5
5
  SHA512:
6
- metadata.gz: 5a1cc2501eee8c65771da49177418429f939047992b5e312ebd89357c82e8482a409497c49f8d1c84492b8e767b73cb2f5e809aba361244fad3d6dcd626cb376
7
- data.tar.gz: afd85c201007c4732ced149192256a433b582e61c952c163677c215677d6b69b75694a9f25b055fad4a7240c8b5dda78917249b7a639b446585c6fb2c5eb4780
6
+ metadata.gz: b0f5d4b97a84c6aeb404bbf55b6664dfcf3a2bdac8bf0c878515c6a98b89562dda32f1db8ed28519e60d3e1bf791047b432533e12079c3f26ab17331b62598b2
7
+ data.tar.gz: c0452e7b29a9b9e4597688a4b8c780d1002cb9e113c682d1c32cd83964090100a5219b7311a35c8252ee8e8baa5c77d07cefb711c0eafdadbabe706e68c2350e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.9.16](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.15...ruby/eyes_core@6.9.16) (2026-01-21)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.15.7
9
+ #### Bug Fixes
10
+
11
+ * add fetchConcurrency to dom-snapshot | FLD-4062 ([#3486](https://github.com/Applitools-Dev/sdk/issues/3486)) ([f523791](https://github.com/Applitools-Dev/sdk/commit/f523791b9bc60029ec0b4b6914bc54e0110bd4a2))
12
+ * @applitools/ufg-client bumped to 1.19.0
13
+ #### Features
14
+
15
+ * add `fetchConcurrency` parameter to `makeAutonomousCore` FLD-4063 ([#3480](https://github.com/Applitools-Dev/sdk/issues/3480)) ([df0c60d](https://github.com/Applitools-Dev/sdk/commit/df0c60d5e74703550dba036299db7360065524f6))
16
+ * @applitools/core bumped to 4.56.0
17
+ #### Features
18
+
19
+ * add `fetchConcurrency` parameter to `makeAutonomousCore` FLD-4063 ([#3480](https://github.com/Applitools-Dev/sdk/issues/3480)) ([df0c60d](https://github.com/Applitools-Dev/sdk/commit/df0c60d5e74703550dba036299db7360065524f6))
20
+
21
+
22
+ #### Bug Fixes
23
+
24
+ * add fetchConcurrency to dom-snapshot | FLD-4062 ([#3486](https://github.com/Applitools-Dev/sdk/issues/3486)) ([f523791](https://github.com/Applitools-Dev/sdk/commit/f523791b9bc60029ec0b4b6914bc54e0110bd4a2))
25
+
26
+
27
+
28
+ * eyes_universal bumped to 4.56.0
29
+
30
+
3
31
  ## [6.9.15](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.14...ruby/eyes_core@6.9.15) (2026-01-19)
4
32
 
5
33
 
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.55.0"
37
+ spec.add_dependency 'eyes_universal', "= 4.56.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.9.15'.freeze
5
+ VERSION = '6.9.16'.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.15
4
+ version: 6.9.16
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-19 00:00:00.000000000 Z
11
+ date: 2026-01-21 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.55.0
47
+ version: 4.56.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.55.0
54
+ version: 4.56.0
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement