eyes_images 6.4.0 → 6.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ea4b330217b1ae4b8e7cf334132bd0c4f69e1f565f3fedae556083f4337a045
4
- data.tar.gz: 6f5ed27e28f0471aad5a419b3c59e960ab23493552ad3ab2e65ade578cc89068
3
+ metadata.gz: 22fb3ed977da854bd07c1a2d01499e305dec80a2c7d1014cb1add23bd4677a99
4
+ data.tar.gz: 4f0c12a47f7dfc724c43fdb07e7066e22eb1f3666293c52a09fc9f032a42ff2a
5
5
  SHA512:
6
- metadata.gz: 36f67bbda5afc3c2ee9be115d12d4d10e04703b2cb269a8faa482ef22040add3dfc2a2490593f4841630616d7267239a1cea28f2484a701d84fab2479b0754f4
7
- data.tar.gz: 9e095e2ae1870f9f443a49451014dd7f799c855bcd7507a8937f8342589e389bedb8d4c579e6ede0585bfcc110acc100313771da92327d4c49168efa004310bc
6
+ metadata.gz: f7f3b59216206db277e99ed99fe7f4def2f3dfb59206e7da3af11cfff717f0a6a6c897488d8fea51dc39b067b68706800a1637738ee59a6ce13ecae7844bcae5
7
+ data.tar.gz: 5f9c4152acf5239c80ebb31f6a9c1bedaabd5d9545e94caf25181ced375e28d024fab185e2bc150553a3cf9c66ddb371fd7fc72e34a71761658c7260eb95776f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,66 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.4.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.4.1...ruby/eyes_images@6.4.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-capture bumped to 11.5.2
24
+
25
+ * @applitools/nml-client bumped to 1.8.19
26
+
27
+ * @applitools/ufg-client bumped to 1.14.1
28
+
29
+ * @applitools/core bumped to 4.24.2
30
+ #### Bug Fixes
31
+
32
+ * 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))
33
+ * 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))
34
+
35
+
36
+
37
+ * @applitools/dom-snapshot bumped to 4.11.11
38
+
39
+ * @applitools/tunnel-client bumped to 1.5.10
40
+
41
+ * @applitools/ec-client bumped to 1.9.15
42
+
43
+ * eyes_universal bumped to 4.24.2
44
+
45
+ * eyes_core bumped to 6.4.2
46
+
47
+
48
+ ## [6.4.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.4.0...ruby/eyes_images@6.4.1) (2024-10-29)
49
+
50
+
51
+ ### Dependencies
52
+
53
+ * @applitools/screenshoter bumped to 3.9.2
54
+ #### Bug Fixes
55
+
56
+ * test in screenshoter web ([f068dbe](https://github.com/Applitools-Dev/sdk/commit/f068dbe9036163fb3e316411cfd9f47a226d7c9c))
57
+ * @applitools/core bumped to 4.21.2
58
+
59
+ * eyes_universal bumped to 4.21.2
60
+
61
+ * eyes_core bumped to 6.4.1
62
+
63
+
3
64
  ## [6.4.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.3.8...ruby/eyes_images@6.4.0) (2024-10-21)
4
65
 
5
66
 
data/eyes_images.gemspec CHANGED
@@ -27,5 +27,5 @@ 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.4.0"
30
+ spec.add_dependency 'eyes_core', "= 6.4.2"
31
31
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesImages
5
- VERSION = '6.4.0'.freeze
5
+ VERSION = '6.4.2'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_images
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.4.0
4
+ version: 6.4.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-21 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: eyes_core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 6.4.0
19
+ version: 6.4.2
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.4.0
26
+ version: 6.4.2
27
27
  description: Provides Images SDK for Applitools tests.
28
28
  email:
29
29
  - team@applitools.com