eyes_universal 4.29.1 → 4.31.0

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: bc730d17df1ea994b796c6d82de605d37584c0ebce398b0b3980e24803f5b240
4
- data.tar.gz: b253c9d18caff0af826519073f1f197860b4bb0ae32aca25190d18790493142f
3
+ metadata.gz: 317d1950c51c333c05cb3faa678c8ba64d2803f788427f0a473ef54494185dfe
4
+ data.tar.gz: b5eb0ee0dd8771202c59f98bc581d7f0e87d8b184fcaa59094f6b2f73a20fd2f
5
5
  SHA512:
6
- metadata.gz: 3940f1b1e20d2ae2ec92b00d73f1325dfd928ed879c94889effa5557a223a3f2275f8fdf8162112ab0fe1c07f11e73731b622690bc048c530945dad849c9f734
7
- data.tar.gz: a5818192548f3724b495490963d4246889c875f4e301fb12b589666498fd665a5817ed75cb75c987a7ec44dd4d0820554ae41e57a906097c8c91f8939703a903
6
+ metadata.gz: fcb423216b9f08b98798a212d86a75b9468e8eacc9f974547c10865984ba6236a5e79700e840f719a6dc0e915356ce6513c957ff2f12a6f3e83c6ff50d84c153
7
+ data.tar.gz: 512538c9b8936e4e4c126fd1c00c4163e14a7a2c4953e3735df0126d12d4c448f2b851724a9e6843d7e3041419ac86cec27e3aa88371445cdfc2423447b0a12e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,51 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.31.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.29.1...ruby/eyes_universal@4.31.0) (2025-01-30)
4
+
5
+
6
+ ### Features
7
+
8
+ * remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/dom-snapshot bumped to 4.11.15
14
+
15
+ * @applitools/driver bumped to 1.20.4
16
+ #### Bug Fixes
17
+
18
+ * handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
19
+ * @applitools/spec-driver-webdriver bumped to 1.1.25
20
+
21
+ * @applitools/spec-driver-selenium bumped to 1.5.95
22
+
23
+ * @applitools/spec-driver-puppeteer bumped to 1.4.24
24
+
25
+ * @applitools/screenshoter bumped to 3.10.5
26
+
27
+ * @applitools/nml-client bumped to 1.8.24
28
+
29
+ * @applitools/ufg-client bumped to 1.16.3
30
+ #### Bug Fixes
31
+
32
+ * unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
33
+ * @applitools/ec-client bumped to 1.10.3
34
+
35
+ * @applitools/core bumped to 4.31.0
36
+ #### Features
37
+
38
+ * remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
39
+
40
+
41
+ #### Bug Fixes
42
+
43
+ * handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
44
+ * unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
45
+
46
+
47
+
48
+
3
49
  ## [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
50
 
5
51
 
Binary file
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesUniversal
5
- VERSION = '4.29.1'.freeze
5
+ VERSION = '4.31.0'.freeze
6
6
  end
7
7
  end
@@ -7,3 +7,4 @@ require_relative "applitools/eyes_universal/universal_server_control"
7
7
  module Applitools::EyesUniversal
8
8
 
9
9
  end
10
+
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.29.1
4
+ version: 4.31.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-01-19 00:00:00.000000000 Z
11
+ date: 2025-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: open-uri