eyes_universal 4.3.0 → 4.5.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: 91a60a8975b7f9f13ab8fd7c8ca4a0d6cfab3d93861979b87d938e6c16551746
4
- data.tar.gz: 3aa6ccb1912c3750f5368a35d39ddc40db6fdbec9592224a6ecef210ab414872
3
+ metadata.gz: 1144a539103675ae0fae17ca6435815008b95970200a35ddf1a46b46e28e2c74
4
+ data.tar.gz: edbd263cbfddc277c16bf815b4da8df97fd944cc701d424eac9ebeb7b14408d5
5
5
  SHA512:
6
- metadata.gz: c3d5eb2a6f39269b1e215dea73fa992a92729244ab07db0ec13cce33f685fa634be9e8e03e5ff763a89e0135c24ab6e663006ec40a462b8ea6cfda136b792111
7
- data.tar.gz: 7eb42dbf24cb74adb2381d3a2f159f004384ff448a26b2b2ff937497555af7bd90024efd48c9219acf12a4f16a8b1dec74646c7c11cc0bb77df5b6adfe0f59b6
6
+ metadata.gz: be6884ec167cf662be1e7077fb49bf0ef08f639d357dc55282edb04ff637fb5b65cd5d0ed8561f42bce6287cd16218b733e1cd8a5f1aa74d0edec71f23ed8892
7
+ data.tar.gz: 6b0e7ed71c280522757087d8995ca77a5d5161a506b0aebc17b2a19e1b84388e00b8d4cdb88e65640258231f3f4f6a37c1e22bfd466241118b995994ac7e61af
data/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.0.2] (2024-01-03)
4
+
5
+ ### Updated
6
+ * Update version of Universal SDK Core to 4.5.2
7
+
8
+ ### Dependencies
9
+
10
+ * ### Features
11
+ * sign windows binaries
12
+ * support updated applitools lib protocol
13
+ * add set of env variables to skip/ignore some optional automations
14
+
15
+ * ### Bug Fixes
16
+
17
+ * layout breakpoints reload and lazy load
18
+ * fix safe selector generation
19
+ * fixed issue when page wasn't reloaded for one of the breakpoints if the initial viewport size matches it
20
+ * avoid caching concurrency
21
+ * environment for each check for local environment
22
+ * fixed concurrency splank logging
23
+ * fixed the issue when custom os name passed through configuration wasn't respected
24
+
25
+
26
+ ## [6.0.1] (2023-12-13)
27
+ ### Bug Fixes
28
+ * fix code loading error (NameError in environment_sdk)
29
+
3
30
  ## [6.0.0] (2023-12-13)
4
31
 
5
32
  ### Dependencies
Binary file
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesUniversal
5
- VERSION = '4.3.0'.freeze
6
- UNIVERSAL_CORE_VERSION = '4.3.0'.freeze
5
+ VERSION = '4.5.2'.freeze
6
+ UNIVERSAL_CORE_VERSION = '4.5.2'.freeze
7
7
  end
8
8
  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.3.0
4
+ version: 4.5.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: 2023-12-13 00:00:00.000000000 Z
11
+ date: 2024-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: open-uri