eyes_universal 4.21.2 → 4.24.2

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: e90f0cc6a4a0f4fbbd4234c7315d37eac3d9dc4132ebeece835e795dd3ea4e31
4
- data.tar.gz: 89144a20f49d679d5f4118c962ee87fbf6b7f6587df013c07399b2e8ebc6993c
3
+ metadata.gz: 27a70d9a4c6617f705037c7ecba64f1fd6e31ac6c74304757f96e03069c05897
4
+ data.tar.gz: bd1f9817a7d1f54a4f572fda8f75c36c4b31da5779ae5e2b24221d97f793bfa8
5
5
  SHA512:
6
- metadata.gz: c8aac59f9bc76f9c16bc3582486482e5f308f60c50c2fdc6e12824ed0fde64ba923cd614682f6578d51d692fdcd4dc1bf0fa4163ec5e34bfe43ae8925d30d450
7
- data.tar.gz: f3f7a8fc6ad7875a53e37ceac01f222bf823e49064075eb056499835df8c723cf80c093f6d2d73261a8ddc6b839d1cd3c99070c8731d8da6043c1c846a647349
6
+ metadata.gz: ee938fe0b1760d74375f90032b31d94856ad0a79cd5017586caa5cdf93086e1201fafa8f3555a47f31ac5dff4ea0bb1b66c15654c3f468055bc301e774d4060e
7
+ data.tar.gz: d972dd5e36256233ac3de3fcb9b3c8646f47b83f5f9624cbaf42f74d280e555fd3ef51181eb268ff2f2d4d68273ff1fb1311bac994ca15f4aaab658e635ca987
data/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.24.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.21.2...ruby/eyes_universal@4.24.2) (2024-11-27)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-shared bumped to 1.0.16
9
+ #### Bug Fixes
10
+
11
+ * enhance error logging in takeScreenshots and pollify functions ([#2644](https://github.com/Applitools-Dev/sdk/issues/2644)) ([2428fa5](https://github.com/Applitools-Dev/sdk/commit/2428fa500a9fd47a803aa5aca9f79e5c5b3584f9))
12
+ * @applitools/req bumped to 1.7.4
13
+ #### Bug Fixes
14
+
15
+ * set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
16
+ * @applitools/core-base bumped to 1.19.3
17
+ #### Bug Fixes
18
+
19
+ * set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
20
+
21
+
22
+
23
+ * @applitools/dom-snapshot bumped to 4.11.11
24
+
25
+ * @applitools/dom-capture bumped to 11.5.2
26
+
27
+ * @applitools/nml-client bumped to 1.8.19
28
+
29
+ * @applitools/tunnel-client bumped to 1.5.10
30
+
31
+ * @applitools/ufg-client bumped to 1.14.1
32
+
33
+ * @applitools/ec-client bumped to 1.9.15
34
+
35
+ * @applitools/core bumped to 4.24.2
36
+ #### Bug Fixes
37
+
38
+ * don't populate branchName and parentBranchName when scm integration exists ([#2634](https://github.com/Applitools-Dev/sdk/issues/2634)) ([e45d671](https://github.com/Applitools-Dev/sdk/commit/e45d671e11ed40a82de1bd5ab22e757aff00b63f))
39
+ * enhance error logging in takeScreenshots and pollify functions ([#2644](https://github.com/Applitools-Dev/sdk/issues/2644)) ([2428fa5](https://github.com/Applitools-Dev/sdk/commit/2428fa500a9fd47a803aa5aca9f79e5c5b3584f9))
40
+
41
+
42
+
43
+
3
44
  ## [4.21.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.21.0...ruby/eyes_universal@4.21.2) (2024-10-29)
4
45
 
5
46
 
Binary file
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesUniversal
5
- VERSION = '4.21.2'.freeze
5
+ VERSION = '4.24.2'.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.21.2
4
+ version: 4.24.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-29 00:00:00.000000000 Z
11
+ date: 2024-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: open-uri