eyes_selenium 6.12.42 → 6.12.43

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: 5857e659a696cb433068b5587548bfbf0e06ce9673e48a89e51a155f199aa3d9
4
- data.tar.gz: 0e44ad2f7b79eaa2a4950d17b7015817df19cde55f21a55af5f871d28e1161e2
3
+ metadata.gz: 255a6281f2958ff43fd651694407a082a7256ba42c4343096582116d8d36fb7a
4
+ data.tar.gz: 5a9d293c7f25bf6eeb26d9d03324cb265d908281f3e8cc40d8443ef28b32bc75
5
5
  SHA512:
6
- metadata.gz: c61236abeae9fd9a3681ffdc6945ac1f3eb6d0c567518578e59f1245e73f4df0a37f58073376bd4f1847e530c75673da6e644b9172654a57e9ae877bbdd5c6e4
7
- data.tar.gz: 07be2b4b5df20c0555bcd36a45121852c649703d4785d79bc6973d4df305abc92a43ce50f42800c1132671185b2f8c4b32a9eb6215d307d60d006eb4accc19bd
6
+ metadata.gz: 69aea5357b590e47c5a07bb6c188055331610f50b937e511039072632467a8ed5b7508521329a155afa03374bb893fefc7870ac11779f5d31223d42935285ca9
7
+ data.tar.gz: 451d654d96e3f5c36df2ae85373e2a69b7d5758b4908314d859d426266547c54f8841344ade5a21a04fa0b1691d8814c827c35eb340df238ca41b54286ab20c0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.12.43](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.42...ruby/eyes_selenium@6.12.43) (2026-07-08)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core-base bumped to 1.36.1
9
+ #### Bug Fixes
10
+
11
+ * forward Exact match-level tuning to the server across JS + Java | FLD-4685 ([#3974](https://github.com/Applitools-Dev/sdk/issues/3974)) ([fea351c](https://github.com/Applitools-Dev/sdk/commit/fea351c76c80f63bf658d9573b3d34e0537e0cce))
12
+ * @applitools/core bumped to 4.66.1
13
+ #### Bug Fixes
14
+
15
+ * stop UFG old-infra retry after a retry fails | AD-14675 ([#3970](https://github.com/Applitools-Dev/sdk/issues/3970)) ([1531893](https://github.com/Applitools-Dev/sdk/commit/1531893cc9c098f3ade329ceae7164600c184fa5))
16
+
17
+
18
+
19
+ * @applitools/nml-client bumped to 1.11.35
20
+
21
+ * @applitools/ec-client bumped to 1.12.37
22
+
23
+ * eyes_universal bumped to 4.66.1
24
+
25
+ * eyes_core bumped to 6.11.9
26
+
27
+
3
28
  ## [6.12.42](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.41...ruby/eyes_selenium@6.12.42) (2026-06-28)
4
29
 
5
30
 
@@ -27,6 +27,6 @@ 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_core', "= 6.11.8"
30
+ spec.add_dependency 'eyes_core', "= 6.11.9"
31
31
  spec.add_dependency 'selenium-webdriver', '>= 3', '< 5'
32
32
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesSelenium
5
- VERSION = '6.12.42'.freeze
5
+ VERSION = '6.12.43'.freeze
6
6
  end
7
7
  end
8
8
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_selenium
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.12.42
4
+ version: 6.12.43
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-28 00:00:00.000000000 Z
11
+ date: 2026-07-08 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.11.8
19
+ version: 6.11.9
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.11.8
26
+ version: 6.11.9
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: selenium-webdriver
29
29
  requirement: !ruby/object:Gem::Requirement