eyes_core 6.0.0 → 6.0.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: 0b3c987bfd464eaa050fdc431ea24b6441b2d5bce79f202bd17d256577c28e13
4
- data.tar.gz: 04a4379d1908aa51ff198f0f5bd43e17f55c0369b7ddd316a993130b4e8dc346
3
+ metadata.gz: 7b66b12caadd87cab54b79af6470ad83cd3f879af4b0d03b23c09d125c861273
4
+ data.tar.gz: 5a5a18af2f3bcb704f45b5dafd69ff04d3541131ad624bf71d205c1f37fe9fa2
5
5
  SHA512:
6
- metadata.gz: dc3d9f9336aad7a3f55a0dd0a08762aa16fb221be118869ea581f855e3e84011e512c074171963b3ac24e93ed2dd2e49efc437f6ed60d40c51b97a3b21c42beb
7
- data.tar.gz: 7e1626b2bf5e8a4357fec03df95c31cbb7382250befb0c43518c51865ec139b417aca7d581bb6a9e0744b2a67c90b97f02b081f30391f3be07b849730dc96e91
6
+ metadata.gz: 968a6f1291ae5fc62151172cdd4402c031c434cbccb143765c80a3ce5ac713db567aec5cc6f0cf869c0cbd3d1b6065b422a927b61946d74152f585f17d252857
7
+ data.tar.gz: 3ac4851175019a7b0445dae8211328badc8632c4b94c6de94b740750018f1f9e501067e5e347e194ac38880e384e4132ab4ecd668a9328451a58cace9e882f7d
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
@@ -2,8 +2,8 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCore
5
- VERSION = '6.0.0'.freeze
6
- UNIVERSAL_VERSION = '4.3.0'.freeze
5
+ VERSION = '6.0.2'.freeze
6
+ UNIVERSAL_VERSION = '4.5.2'.freeze
7
7
  end
8
8
 
9
9
  VERSION = Applitools::EyesCore::VERSION
data/lib/eyes_core.rb CHANGED
@@ -69,5 +69,6 @@ Applitools.require_dir 'utils'
69
69
  Applitools.require_dir 'core'
70
70
  Applitools.require_dir 'connectivity'
71
71
  Applitools.require_dir 'universal_sdk'
72
+ Applitools.require_dir 'eyes_core'
72
73
 
73
74
  require_relative 'applitools/eyes_logger'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0
4
+ version: 6.0.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: faraday
@@ -114,14 +114,14 @@ dependencies:
114
114
  requirements:
115
115
  - - "~>"
116
116
  - !ruby/object:Gem::Version
117
- version: 4.3.0
117
+ version: 4.5.2
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
- version: 4.3.0
124
+ version: 4.5.2
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: bundler
127
127
  requirement: !ruby/object:Gem::Requirement