eyes_universal 4.52.0 → 4.53.0

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: 16532c0e63ce358c8b96154e75cb5d36ce3b3b6295bab7858c9dcbd8c8345437
4
- data.tar.gz: 9f8eadc2007352d274512f53b16d41619f47b80a3f932cc5cfee8d735dbe5930
3
+ metadata.gz: 1572011d1255a30b5936f119cde42f2eb6c73ecf71f2d321a9d7fc395bd0b6b5
4
+ data.tar.gz: 756603a4d9bb5e8a2cce0d95ee2071d8ff7da5257a77acade32a5c9232b5759d
5
5
  SHA512:
6
- metadata.gz: 23d93cfd570950b210d1f4dc750fd9f8ef2cdf88550f39ad117e78791f2047659db80df5797afb7e449833347d7556f459312d9975c5b6531ed0f0e4fafa865d
7
- data.tar.gz: 5ee5456c08c1727fe0bda6199239bbcdcf095edaa3c69f7628a9f40a2d670f97daf48d9148923ac3b7b7c99529a53f2a1824ce32ac6629249e4c4a338ba4c3f0
6
+ metadata.gz: fe860e6998d9943a2f2fd6b2697fef1076d604537c2b43d76517eaac5b552663f0779da6c4f1e6c6cfbbc7f04f4458c414d0dd1198209e8babcaaba67445ca87
7
+ data.tar.gz: 61c60d4e9d5b5722b935aa7e1491bae387dddbac750a2f68bcd9685bc41a60813086d5f90decb3f6909a133d8fa45b33c01dc5ddb38e2a702c70751543e9c052
data/CHANGELOG.md CHANGED
@@ -1,5 +1,79 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.53.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.52.0...ruby/eyes_universal@4.53.0) (2025-11-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.14.0
9
+ #### Features
10
+
11
+ * disable heartbeats whenever no tests are running ([#3344](https://github.com/Applitools-Dev/sdk/issues/3344)) ([b66d28a](https://github.com/Applitools-Dev/sdk/commit/b66d28a7a382f26b68de70c8633c027cb4bdf225))
12
+ * @applitools/core-base bumped to 1.30.0
13
+ #### Features
14
+
15
+ * disable heartbeats whenever no tests are running ([#3344](https://github.com/Applitools-Dev/sdk/issues/3344)) ([b66d28a](https://github.com/Applitools-Dev/sdk/commit/b66d28a7a382f26b68de70c8633c027cb4bdf225))
16
+
17
+
18
+ #### Bug Fixes
19
+
20
+ * fails to create test with coded dynamic region | AD-11074 ([#3361](https://github.com/Applitools-Dev/sdk/issues/3361)) ([7f8c8cd](https://github.com/Applitools-Dev/sdk/commit/7f8c8cd85c0cd2e5861cd33fbc29c465903258d5))
21
+ * resolved an issue with `matchTimeout` changing `retryTimeout` ([f656f59](https://github.com/Applitools-Dev/sdk/commit/f656f59dbfb7c41fdb569fbc56d2e9daecefb854))
22
+
23
+
24
+
25
+ * @applitools/logger bumped to 2.2.6
26
+
27
+ * @applitools/dom-snapshot bumped to 4.15.1
28
+
29
+ * @applitools/socket bumped to 1.3.7
30
+
31
+ * @applitools/req bumped to 1.8.6
32
+
33
+ * @applitools/image bumped to 1.2.5
34
+
35
+ * @applitools/dom-capture bumped to 11.6.7
36
+
37
+ * @applitools/driver bumped to 1.24.2
38
+
39
+ * @applitools/spec-driver-webdriver bumped to 1.5.2
40
+
41
+ * @applitools/spec-driver-selenium bumped to 1.7.8
42
+
43
+ * @applitools/spec-driver-puppeteer bumped to 1.6.8
44
+
45
+ * @applitools/screenshoter bumped to 3.12.9
46
+
47
+ * @applitools/nml-client bumped to 1.11.11
48
+ #### Bug Fixes
49
+
50
+ * better nml error messages ([#3311](https://github.com/Applitools-Dev/sdk/issues/3311)) ([3deea01](https://github.com/Applitools-Dev/sdk/commit/3deea0130636c44573adc919b95c1c99e6d194f1))
51
+
52
+
53
+
54
+ * @applitools/tunnel-client bumped to 1.11.4
55
+
56
+ * @applitools/ufg-client bumped to 1.18.2
57
+
58
+ * @applitools/ec-client bumped to 1.12.13
59
+
60
+ * @applitools/core bumped to 4.53.0
61
+ #### Features
62
+
63
+ * disable heartbeats whenever no tests are running ([#3344](https://github.com/Applitools-Dev/sdk/issues/3344)) ([b66d28a](https://github.com/Applitools-Dev/sdk/commit/b66d28a7a382f26b68de70c8633c027cb4bdf225))
64
+
65
+
66
+ #### Bug Fixes
67
+
68
+ * better nml error messages ([#3311](https://github.com/Applitools-Dev/sdk/issues/3311)) ([3deea01](https://github.com/Applitools-Dev/sdk/commit/3deea0130636c44573adc919b95c1c99e6d194f1))
69
+ * fails to create test with coded dynamic region | AD-11074 ([#3361](https://github.com/Applitools-Dev/sdk/issues/3361)) ([7f8c8cd](https://github.com/Applitools-Dev/sdk/commit/7f8c8cd85c0cd2e5861cd33fbc29c465903258d5))
70
+ * resolved an issue with `matchTimeout` changing `retryTimeout` ([f656f59](https://github.com/Applitools-Dev/sdk/commit/f656f59dbfb7c41fdb569fbc56d2e9daecefb854))
71
+
72
+
73
+
74
+ * @applitools/test-server bumped to 1.3.5
75
+
76
+
3
77
  ## [4.52.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.51.0...ruby/eyes_universal@4.52.0) (2025-11-09)
4
78
 
5
79
 
Binary file
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesUniversal
5
- VERSION = '4.52.0'.freeze
5
+ VERSION = '4.53.0'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_universal
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.52.0
4
+ version: 4.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-09 00:00:00.000000000 Z
11
+ date: 2025-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: open-uri