eyes_universal 4.28.0 → 4.29.1

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: a8574092d5534931c7a0156abefb5fe08bc347b6d04c63b1b255e3e67c857b74
4
- data.tar.gz: b847eb95ddbd9f7e98d08b8a34dae92a5f5e8c448fafed1b01a73f8086f131dd
3
+ metadata.gz: bc730d17df1ea994b796c6d82de605d37584c0ebce398b0b3980e24803f5b240
4
+ data.tar.gz: b253c9d18caff0af826519073f1f197860b4bb0ae32aca25190d18790493142f
5
5
  SHA512:
6
- metadata.gz: 2ed61c8b661e1740d29cfd558d172de969671ea5e8b2885b7dcecb1af67e01d1d87669fa07065f07ecf2fbb16dee6d8a7b8be57839cdffe694781c838c39e1f4
7
- data.tar.gz: 74c8e52bf167396f235002e7ccd889711d7243f14df7b63536a96d3a052f062be1814d80e9caff15942b71db3cd13cd1bd743dd2e5484c5410e2a7470e120643
6
+ metadata.gz: 3940f1b1e20d2ae2ec92b00d73f1325dfd928ed879c94889effa5557a223a3f2275f8fdf8162112ab0fe1c07f11e73731b622690bc048c530945dad849c9f734
7
+ data.tar.gz: a5818192548f3724b495490963d4246889c875f4e301fb12b589666498fd665a5817ed75cb75c987a7ec44dd4d0820554ae41e57a906097c8c91f8939703a903
data/CHANGELOG.md CHANGED
@@ -1,5 +1,53 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.29.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.28.0...ruby/eyes_universal@4.29.1) (2025-01-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/socket bumped to 1.2.1
9
+ #### Bug Fixes
10
+
11
+ * mask from config property ([#2739](https://github.com/Applitools-Dev/sdk/issues/2739)) ([6840624](https://github.com/Applitools-Dev/sdk/commit/6840624f5f3f56512dce96547815904adec94704))
12
+ * @applitools/req bumped to 1.7.7
13
+ #### Bug Fixes
14
+
15
+ * memory usage going high when resource is uint8array ([#2743](https://github.com/Applitools-Dev/sdk/issues/2743)) ([d06deeb](https://github.com/Applitools-Dev/sdk/commit/d06deeb845de62e96ec623efefa90ae65a703736))
16
+ * @applitools/spec-driver-webdriver bumped to 1.1.24
17
+ #### Bug Fixes
18
+
19
+ * universal core on windows ([#2736](https://github.com/Applitools-Dev/sdk/issues/2736)) ([9bd0744](https://github.com/Applitools-Dev/sdk/commit/9bd0744ca816a020973f20645aeb2460af76f44c))
20
+ * @applitools/tunnel-client bumped to 1.6.1
21
+ #### Bug Fixes
22
+
23
+ * memory usage going high when resource is uint8array ([#2743](https://github.com/Applitools-Dev/sdk/issues/2743)) ([d06deeb](https://github.com/Applitools-Dev/sdk/commit/d06deeb845de62e96ec623efefa90ae65a703736))
24
+
25
+
26
+
27
+ * @applitools/screenshoter bumped to 3.10.4
28
+
29
+ * @applitools/nml-client bumped to 1.8.23
30
+
31
+ * @applitools/ufg-client bumped to 1.16.1
32
+ #### Bug Fixes
33
+
34
+ * memory usage going high when resource is uint8array ([#2743](https://github.com/Applitools-Dev/sdk/issues/2743)) ([d06deeb](https://github.com/Applitools-Dev/sdk/commit/d06deeb845de62e96ec623efefa90ae65a703736))
35
+
36
+
37
+
38
+ * @applitools/core-base bumped to 1.22.1
39
+
40
+ * @applitools/ec-client bumped to 1.10.2
41
+
42
+ * @applitools/core bumped to 4.29.1
43
+ #### Bug Fixes
44
+
45
+ * mask from config property ([#2739](https://github.com/Applitools-Dev/sdk/issues/2739)) ([6840624](https://github.com/Applitools-Dev/sdk/commit/6840624f5f3f56512dce96547815904adec94704))
46
+ * universal core on windows ([#2736](https://github.com/Applitools-Dev/sdk/issues/2736)) ([9bd0744](https://github.com/Applitools-Dev/sdk/commit/9bd0744ca816a020973f20645aeb2460af76f44c))
47
+
48
+
49
+
50
+
3
51
  ## [4.28.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.24.2...ruby/eyes_universal@4.28.0) (2024-12-31)
4
52
 
5
53
 
Binary file
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesUniversal
5
- VERSION = '4.28.0'.freeze
5
+ VERSION = '4.29.1'.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.28.0
4
+ version: 4.29.1
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-12-31 00:00:00.000000000 Z
11
+ date: 2025-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: open-uri