eyes_core 6.1.1 → 6.3.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: 682fbdd346c098c9527aa67843d9f0e4d4282f527177c26eb536052f07a35b2e
4
- data.tar.gz: 37221a5829296c08496a3bdb12e78b4964f2397b8339b7a6bbbdc12c9aa3d3f0
3
+ metadata.gz: 06cbbaa9e31ff7d5acd4ff51ccf6703d5a86a1fc1d3676e56413d76de367665a
4
+ data.tar.gz: a1d70173420c6d08b12348f4473453a8b4e0d6978a778c3c077038a15e9cc547
5
5
  SHA512:
6
- metadata.gz: 79086eb5727c1400680d7cbc2f064861f4b24e28dd3d5d07e9bdead6e1917189f5c65d520056e5ff7fe6b6e6cb93cf3a9340eb203ff6f138e1c883fae4119d2d
7
- data.tar.gz: c1eeabbc8af3efd0f2b8d9388f924db018ab4b7e9c15f53ebcfb073897434221accb7e7bdc12a52bcf8c023ebc76ce6fa09029e0d3614c424c63601470485ff7
6
+ metadata.gz: 2264fc294ab106b6e60aadb3c7356ae689acaeab919043c0aad53794323e92dc52257896f18710be16e008287e3ddb2e5d468a5ebf8e0d3e95e3b050a81af3ff
7
+ data.tar.gz: 5c8e481406cde45bce3ee52c44e2cc5c90f8255a36cb1a485e4b9c4be60c5138f403fa01970d357e8834cf18b11ab9693386b9d7abd6132ca3898c4990b51184
data/CHANGELOG.md CHANGED
@@ -1,5 +1,194 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.3.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.3.1...ruby/eyes_core@6.3.2) (2024-04-01)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * trigger js core, python, ruby, dotnet release ([f072fd2](https://github.com/Applitools-Dev/sdk/commit/f072fd219aeb095e6caa94eed42d5ffb9b14f483))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/core bumped to 4.11.2
14
+ #### Bug Fixes
15
+
16
+ * trigger js core, python, ruby, dotnet release ([f072fd2](https://github.com/Applitools-Dev/sdk/commit/f072fd219aeb095e6caa94eed42d5ffb9b14f483))
17
+ * eyes_universal bumped to 4.11.2
18
+ #### Bug Fixes
19
+
20
+ * trigger js core, python, ruby, dotnet release ([f072fd2](https://github.com/Applitools-Dev/sdk/commit/f072fd219aeb095e6caa94eed42d5ffb9b14f483))
21
+
22
+
23
+
24
+
25
+ ## [6.3.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.3.0...ruby/eyes_core@6.3.1) (2024-03-31)
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * @applitools/spec-driver-selenium bumped to 1.5.73
31
+ #### Bug Fixes
32
+
33
+ * remove getSessionDetails call in JS Selenium ([#2280](https://github.com/Applitools-Dev/sdk/issues/2280)) ([d15748f](https://github.com/Applitools-Dev/sdk/commit/d15748f68c931f2f84c13efd8472399c1ff72e25))
34
+ * @applitools/ec-client bumped to 1.7.31
35
+
36
+ * @applitools/core-base bumped to 1.10.0
37
+ #### Features
38
+
39
+ * Add GitMergeBaseTimestamp support ([#2281](https://github.com/Applitools-Dev/sdk/issues/2281)) ([5489608](https://github.com/Applitools-Dev/sdk/commit/54896085445663a51b5e5595a2517e48fa8736f3))
40
+ * batch buildId ([#2263](https://github.com/Applitools-Dev/sdk/issues/2263)) ([f19ac38](https://github.com/Applitools-Dev/sdk/commit/f19ac38612bc55d870f59161a39b5b7eb01e25f3))
41
+ * send heartbeat to keep test alive ([#2246](https://github.com/Applitools-Dev/sdk/issues/2246)) ([58636e7](https://github.com/Applitools-Dev/sdk/commit/58636e7dd353f06eb2b3bee1120ab81c3f9fcc94))
42
+
43
+
44
+ #### Bug Fixes
45
+
46
+ * retry Eyes request on ECONNREFUSED to improve stability during deployment ([d1e4dca](https://github.com/Applitools-Dev/sdk/commit/d1e4dcae79185578808b4f2c5f94fa79d7d914a3))
47
+ * @applitools/core bumped to 4.11.0
48
+ #### Features
49
+
50
+ * Add GitMergeBaseTimestamp support ([#2281](https://github.com/Applitools-Dev/sdk/issues/2281)) ([5489608](https://github.com/Applitools-Dev/sdk/commit/54896085445663a51b5e5595a2517e48fa8736f3))
51
+ * batch buildId ([#2263](https://github.com/Applitools-Dev/sdk/issues/2263)) ([f19ac38](https://github.com/Applitools-Dev/sdk/commit/f19ac38612bc55d870f59161a39b5b7eb01e25f3))
52
+
53
+
54
+
55
+ * eyes_universal bumped to 4.11.0
56
+
57
+
58
+ ## [6.3.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.2.0...ruby/eyes_core@6.3.0) (2024-03-20)
59
+
60
+
61
+ ### Features
62
+
63
+ * align ruby versions ([b8bcdad](https://github.com/Applitools-Dev/sdk/commit/b8bcdad730c5d22fea6c5eacb5c8646b1241ef87))
64
+
65
+
66
+ ### Bug Fixes
67
+
68
+ * trigger python,ruby,dotnet release ([14cb160](https://github.com/Applitools-Dev/sdk/commit/14cb160b3559fbc838261fb51cafb228dd213374))
69
+ * trigger ruby,python,dotnet release ([9326ee0](https://github.com/Applitools-Dev/sdk/commit/9326ee0f0e1a21a9be262893f77b5d19646da64a))
70
+
71
+
72
+ ### Dependencies
73
+
74
+ * @applitools/core bumped to 4.10.5
75
+ #### Bug Fixes
76
+
77
+ * include js core in ruby,python,dotnet release PR ([8326659](https://github.com/Applitools-Dev/sdk/commit/83266595ca3d2e21d7e2d5a50d299c42de4ea96c))
78
+ * eyes_universal bumped to 4.10.5
79
+ #### Features
80
+
81
+ * align ruby versions ([b8bcdad](https://github.com/Applitools-Dev/sdk/commit/b8bcdad730c5d22fea6c5eacb5c8646b1241ef87))
82
+
83
+
84
+ #### Bug Fixes
85
+
86
+ * trigger python,ruby,dotnet release ([14cb160](https://github.com/Applitools-Dev/sdk/commit/14cb160b3559fbc838261fb51cafb228dd213374))
87
+ * trigger ruby,python,dotnet release ([9326ee0](https://github.com/Applitools-Dev/sdk/commit/9326ee0f0e1a21a9be262893f77b5d19646da64a))
88
+
89
+
90
+
91
+
92
+ ## [6.2.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.1.3...ruby/eyes_core@6.2.0) (2024-03-20)
93
+
94
+
95
+ ### Features
96
+
97
+ * bump minor version in core ruby package ([62a3db2](https://github.com/Applitools-Dev/sdk/commit/62a3db2143ec2a8ecfcde7f3d179139678fb326b))
98
+
99
+
100
+ ### Bug Fixes
101
+
102
+ * trigger ruby release ([0e21c98](https://github.com/Applitools-Dev/sdk/commit/0e21c98f7743299153f79aa7b5ee4ce5486c04f6))
103
+
104
+
105
+ ### Dependencies
106
+
107
+ * @applitools/core bumped to 4.10.4
108
+ #### Bug Fixes
109
+
110
+ * include js core in ruby release PR ([be9b7f1](https://github.com/Applitools-Dev/sdk/commit/be9b7f150e72982f2a6171553864fd4561df0d8f))
111
+ * eyes_universal bumped to 4.10.4
112
+ #### Bug Fixes
113
+
114
+ * trigger ruby release ([0e21c98](https://github.com/Applitools-Dev/sdk/commit/0e21c98f7743299153f79aa7b5ee4ce5486c04f6))
115
+
116
+
117
+
118
+
119
+ ## [6.1.3](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.1.2...ruby/eyes_core@6.1.3) (2024-03-19)
120
+
121
+
122
+ ### Bug Fixes
123
+
124
+ * trigger release for python,ruby,dotnet ([8b3b316](https://github.com/Applitools-Dev/sdk/commit/8b3b3167bbf9f9069176cb597991693a06b5328e))
125
+
126
+
127
+ ### Dependencies
128
+
129
+ * @applitools/core bumped to 4.10.3
130
+ #### Bug Fixes
131
+
132
+ * trigger release of js core ([3518656](https://github.com/Applitools-Dev/sdk/commit/351865693f0ca700c563d079e78fe1ef9b557d36))
133
+ * eyes_universal bumped to 4.10.3
134
+ #### Bug Fixes
135
+
136
+ * trigger release for python,ruby,dotnet ([8b3b316](https://github.com/Applitools-Dev/sdk/commit/8b3b3167bbf9f9069176cb597991693a06b5328e))
137
+
138
+
139
+
140
+
141
+ ## [6.1.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.1.1...ruby/eyes_core@6.1.2) (2024-03-17)
142
+
143
+
144
+ ### Dependencies
145
+
146
+ * @applitools/css-tree bumped to 1.1.0
147
+ #### Features
148
+
149
+ * support [@container](https://github.com/container) and [@layer](https://github.com/layer) cssom rules ([#2209](https://github.com/Applitools-Dev/sdk/issues/2209)) ([7da07c4](https://github.com/Applitools-Dev/sdk/commit/7da07c4f5b7f338fb5944ce244af8f2de928cab6))
150
+ * @applitools/dom-snapshot bumped to 4.9.0
151
+ #### Features
152
+
153
+ * support [@container](https://github.com/container) and [@layer](https://github.com/layer) cssom rules ([#2209](https://github.com/Applitools-Dev/sdk/issues/2209)) ([7da07c4](https://github.com/Applitools-Dev/sdk/commit/7da07c4f5b7f338fb5944ce244af8f2de928cab6))
154
+
155
+
156
+
157
+ * @applitools/spec-driver-webdriver bumped to 1.1.1
158
+
159
+ * @applitools/spec-driver-selenium bumped to 1.5.70
160
+
161
+ * @applitools/spec-driver-puppeteer bumped to 1.4.1
162
+
163
+ * @applitools/driver bumped to 1.16.3
164
+ #### Bug Fixes
165
+
166
+ * skip execution of getCurrentWorld and getWorlds when env var is set ([#2234](https://github.com/Applitools-Dev/sdk/issues/2234)) ([3a88602](https://github.com/Applitools-Dev/sdk/commit/3a886028b0437b73dae0474408d9bb74ba940dec))
167
+ * trigger build ([acb9c88](https://github.com/Applitools-Dev/sdk/commit/acb9c88161cf55e8b1e409425b5571d69a2e1d5c))
168
+ * @applitools/screenshoter bumped to 3.8.25
169
+
170
+ * @applitools/nml-client bumped to 1.7.3
171
+
172
+ * @applitools/ufg-client bumped to 1.10.0
173
+ #### Features
174
+
175
+ * support [@container](https://github.com/container) and [@layer](https://github.com/layer) cssom rules ([#2209](https://github.com/Applitools-Dev/sdk/issues/2209)) ([7da07c4](https://github.com/Applitools-Dev/sdk/commit/7da07c4f5b7f338fb5944ce244af8f2de928cab6))
176
+ * throttle fetching resources by default ([#2216](https://github.com/Applitools-Dev/sdk/issues/2216)) ([a2da800](https://github.com/Applitools-Dev/sdk/commit/a2da80076eb30241a168500903a9d80344900213))
177
+
178
+
179
+
180
+ * @applitools/core bumped to 4.10.0
181
+ #### Features
182
+
183
+ * support webview in nml ([#2236](https://github.com/Applitools-Dev/sdk/issues/2236)) ([b4440d8](https://github.com/Applitools-Dev/sdk/commit/b4440d86a863d1af8089f8606ac6819636fa46f4))
184
+
185
+
186
+
187
+ * @applitools/ec-client bumped to 1.7.28
188
+
189
+ * eyes_universal bumped to 4.10.0
190
+
191
+
3
192
  ## [6.1.1](https://github.com/applitools/eyes.sdk.javascript1/compare/ruby/eyes_core@6.1.0...ruby/eyes_core@6.1.1) (2024-02-29)
4
193
 
5
194
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCore
5
- VERSION = '6.1.1'.freeze
6
- UNIVERSAL_VERSION = '4.9.1'.freeze
5
+ VERSION = '6.3.2'.freeze
6
+ UNIVERSAL_VERSION = '4.11.2'.freeze
7
7
  end
8
8
 
9
9
  VERSION = Applitools::EyesCore::VERSION
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.1.1
4
+ version: 6.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-01 00:00:00.000000000 Z
11
+ date: 2024-04-01 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.9.1
117
+ version: 4.11.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.9.1
124
+ version: 4.11.2
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: bundler
127
127
  requirement: !ruby/object:Gem::Requirement
@@ -370,7 +370,7 @@ licenses:
370
370
  - Applitools
371
371
  metadata:
372
372
  yard.run: yri
373
- post_install_message:
373
+ post_install_message:
374
374
  rdoc_options: []
375
375
  require_paths:
376
376
  - lib
@@ -385,8 +385,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
385
385
  - !ruby/object:Gem::Version
386
386
  version: '0'
387
387
  requirements: []
388
- rubygems_version: 3.4.1
389
- signing_key:
388
+ rubygems_version: 3.0.3.1
389
+ signing_key:
390
390
  specification_version: 4
391
391
  summary: Core of the Applitools Ruby SDK
392
392
  test_files: []