eyes_selenium 6.12.20 → 6.12.21

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: 7584d7102bfc0891f2bf4a25ad66029e2269ade781e8b534dedcd51b82adc4f1
4
- data.tar.gz: cc5e8e1b9ef3460b155d5a7c12708e242e5eebe18f9a00ff328e7995671f9fcb
3
+ metadata.gz: 2f5f3a3b4d5f39e637b817287361c3db58d7afe548876506b099e78fc019aea3
4
+ data.tar.gz: 2e6dfa03651d35e114462d0ba42d805697dee2c41f941a61922d13dbb7509aac
5
5
  SHA512:
6
- metadata.gz: de622c0a94dece9dba3cdc18295b0ff19a1983d1e024eaa3559decb41612d3fa2e6ec6a8f20f7d4004dd0a6fe0c6f84cae8046687ed5db5a934ef5c439788625
7
- data.tar.gz: 1f74af2c02508556832567601029c6647b940ca0f429515ce95625ccb8ee19acabf5e76320ae36ddbc902b99d7b20a2c75ed0e1a6a3c1500963165860262ec92
6
+ metadata.gz: f898e1258cae21911aea0cb40fd346d2430e40802f449f3d957afb2c435d34412064fcba35899795948bf56604d182b5c0008e7fd64dbec38f5a12d9358e91c4
7
+ data.tar.gz: 2de67d9d0b126fc9d2ab9b5a9c0eff6f97c204b442004faf2cec3cc337cc4f5c393a76600b648386e042981c1c0ca85b6c17fb1243030e2cf141ac2148e09059
data/CHANGELOG.md CHANGED
@@ -1,5 +1,56 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.12.21](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.20...ruby/eyes_selenium@6.12.21) (2026-03-02)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.15.10
9
+ #### Bug Fixes
10
+
11
+ * video link with http live streaming - workaround | FLD-4089 ([#3567](https://github.com/Applitools-Dev/sdk/issues/3567)) ([8639c37](https://github.com/Applitools-Dev/sdk/commit/8639c37d39997915d5fcdc46c45a96d510b6ad91))
12
+ * @applitools/req bumped to 1.9.0
13
+ #### Features
14
+
15
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
16
+ * @applitools/core-base bumped to 1.32.0
17
+ #### Features
18
+
19
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
20
+
21
+
22
+ #### Bug Fixes
23
+
24
+ * video link with http live streaming - workaround | FLD-4089 ([#3567](https://github.com/Applitools-Dev/sdk/issues/3567)) ([8639c37](https://github.com/Applitools-Dev/sdk/commit/8639c37d39997915d5fcdc46c45a96d510b6ad91))
25
+
26
+
27
+
28
+ * @applitools/nml-client bumped to 1.11.18
29
+
30
+ * @applitools/tunnel-client bumped to 1.11.7
31
+
32
+ * @applitools/ufg-client bumped to 1.19.3
33
+
34
+ * @applitools/ec-client bumped to 1.12.20
35
+
36
+ * @applitools/core bumped to 4.57.0
37
+ #### Features
38
+
39
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
40
+
41
+
42
+ #### Bug Fixes
43
+
44
+ * resolve Node.js punycode deprecation warning in tests ([#3590](https://github.com/Applitools-Dev/sdk/issues/3590)) ([b759df9](https://github.com/Applitools-Dev/sdk/commit/b759df98dcce2bcfb09db105edadbc73964e4d8d))
45
+ * video link with http live streaming - workaround | FLD-4089 ([#3567](https://github.com/Applitools-Dev/sdk/issues/3567)) ([8639c37](https://github.com/Applitools-Dev/sdk/commit/8639c37d39997915d5fcdc46c45a96d510b6ad91))
46
+
47
+
48
+
49
+ * eyes_universal bumped to 4.57.0
50
+
51
+ * eyes_core bumped to 6.9.20
52
+
53
+
3
54
  ## [6.12.20](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.19...ruby/eyes_selenium@6.12.20) (2026-03-01)
4
55
 
5
56
 
@@ -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.9.19"
30
+ spec.add_dependency 'eyes_core', "= 6.9.20"
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.20'.freeze
5
+ VERSION = '6.12.21'.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.20
4
+ version: 6.12.21
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-03-01 00:00:00.000000000 Z
11
+ date: 2026-03-02 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.9.19
19
+ version: 6.9.20
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.9.19
26
+ version: 6.9.20
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: selenium-webdriver
29
29
  requirement: !ruby/object:Gem::Requirement