eyes_appium 6.7.15 → 6.7.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: bc50a653ed1738baaf860e2219ff73453a0bc606c5c69cdf5eb55b631d13a102
4
- data.tar.gz: 93db278ab5fe7b9eeb7503e73d5108145dfd1eda34d11af0e261640e3ed8ca47
3
+ metadata.gz: c81244aeaa28b174618865da5f5126cbceb2ddf2465597379512b0c93d64a4e2
4
+ data.tar.gz: 4c358c0189e42d9997d43f867bb522707d75e34deca9e3e3cbf7292a9d11b290
5
5
  SHA512:
6
- metadata.gz: cdd70ad1eee43031e1bebd2ed45c5a7dae6ea88438c5540c4bd8b558aee61dcea3773990ca7323d4546aabb61fbf76953b1df2046732809f43b7e286946f687e
7
- data.tar.gz: d23bbcc6d86cde9771e3a5bf904816a039114cbaa63afc8a1e4e107b4c700de6ba58efd72eac2bc974655c109a351edaeff8f5801daade153682b05232bf645e
6
+ metadata.gz: 7da92dc5ead25c5ed0425a68f7a405dc456d80a59f7fa530037e98a69b50d5832abab6d6de96258136645540b0facda753668d23ac6db96ae370e366f48f54d2
7
+ data.tar.gz: 17eb2319e3ead850a6ff19feb4d63fb17537441fd17c1fd683a51a33acfda7408fa87f75c8c4c96cabf6b128476913928fef478ad9236642d43cc6369d2d5971
data/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.7.16](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.15...ruby/eyes_appium@6.7.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
+ * eyes_core bumped to 6.9.16
31
+
32
+ * eyes_selenium bumped to 6.12.16
33
+
34
+
3
35
  ## [6.7.15](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.14...ruby/eyes_appium@6.7.15) (2026-01-19)
4
36
 
5
37
 
data/eyes_appium.gemspec CHANGED
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
27
27
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
28
28
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
29
29
  spec.require_paths = %w(lib)
30
- spec.add_dependency 'eyes_selenium', "= 6.12.15"
30
+ spec.add_dependency 'eyes_selenium', "= 6.12.16"
31
31
  spec.add_dependency 'appium_lib', '>= 10.6.0'
32
32
  # Align with eyes_selenium constraint. Previously had version limit < 4.30 due to
33
33
  # appium_lib compatibility issue (github.com/appium/ruby_lib_core/issues/602)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesAppium
5
- VERSION = '6.7.15'.freeze
5
+ VERSION = '6.7.16'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_appium
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.7.15
4
+ version: 6.7.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: eyes_selenium
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 6.12.15
19
+ version: 6.12.16
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.12.15
26
+ version: 6.12.16
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: appium_lib
29
29
  requirement: !ruby/object:Gem::Requirement