eyes_appium 6.3.4 → 6.3.7

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: f5856f4b8311858623b5335e8f6da8e263b5dc0e827961c60a6ed0323872a629
4
- data.tar.gz: 28d0aed9827e518b957928dba25c87e5dcef74e4abccba472e673fa72a30d03b
3
+ metadata.gz: d440708d8195a048f23189b13b043455776531289102410cc01074334f41c78e
4
+ data.tar.gz: a3ab434f673adb86d5681f483dcdfa020d4780ecd1dc4e3eac9b0f9c2eec80f3
5
5
  SHA512:
6
- metadata.gz: 704a4ab696c530012a10b526e8c666f93f76f23c36c1f884a5432e2738c809dc897885d970caa4b428a4c06118fa01a743eec78fab081c239c69fe075dcd6a1c
7
- data.tar.gz: f0271a3cec800bcada0c079019c28bbe335cfa88f81ba91d1829e043b6aa14c4382c443baa457524ffbb530c1ce3896a847bbd9f96387bf46581de0962b58627
6
+ metadata.gz: b12b63d2ad0b9755f0e17e49970609988684773d9d4456feb03379e41333abe485d1e5f963648a343d0afb4438ff40ac1ae017956381c9d632c54eebd8decdca
7
+ data.tar.gz: 32d67408595c3e76d2e0a7a55902065a01f6aab0cd38e99c1176acd17ed2372581096b5a0cb8900fd34b1bff38ecfb03ba0cfe5617b1fac8ef536c213031d2af
data/CHANGELOG.md CHANGED
@@ -1,5 +1,148 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.3.7](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.3.6...ruby/eyes_appium@6.3.7) (2024-07-23)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.18.0
9
+ #### Features
10
+
11
+ * disable broker url cache ([#2428](https://github.com/Applitools-Dev/sdk/issues/2428)) ([cb8d5fe](https://github.com/Applitools-Dev/sdk/commit/cb8d5fefb13d3ab42984d2bd4d4ac3d4e10646b0))
12
+
13
+
14
+ #### Bug Fixes
15
+
16
+ * executing web script on mobile environment ([#2380](https://github.com/Applitools-Dev/sdk/issues/2380)) ([da2e551](https://github.com/Applitools-Dev/sdk/commit/da2e551e01082d3cc21b9da5b43e6680233c080d))
17
+ * @applitools/ufg-client bumped to 1.12.3
18
+ #### Bug Fixes
19
+
20
+ * update makeUploadResource to include apiKey in the cache key ([#2411](https://github.com/Applitools-Dev/sdk/issues/2411)) ([4114c58](https://github.com/Applitools-Dev/sdk/commit/4114c58ec16fa855374b23810cef1e36d4bb53a7))
21
+
22
+
23
+ #### Performance Improvements
24
+
25
+ * trim file content when logging it ([#2437](https://github.com/Applitools-Dev/sdk/issues/2437)) ([02ec1f7](https://github.com/Applitools-Dev/sdk/commit/02ec1f79a323af2e89a7428b75212707c761d1ca))
26
+ * @applitools/core bumped to 4.18.0
27
+ #### Features
28
+
29
+ * disable broker url cache ([#2428](https://github.com/Applitools-Dev/sdk/issues/2428)) ([cb8d5fe](https://github.com/Applitools-Dev/sdk/commit/cb8d5fefb13d3ab42984d2bd4d4ac3d4e10646b0))
30
+
31
+
32
+
33
+ * @applitools/spec-driver-webdriver bumped to 1.1.11
34
+
35
+ * @applitools/spec-driver-selenium bumped to 1.5.82
36
+
37
+ * @applitools/spec-driver-puppeteer bumped to 1.4.11
38
+
39
+ * @applitools/screenshoter bumped to 3.8.35
40
+
41
+ * @applitools/nml-client bumped to 1.8.9
42
+
43
+ * @applitools/ec-client bumped to 1.9.3
44
+
45
+ * eyes_universal bumped to 4.18.0
46
+
47
+ * eyes_core bumped to 6.3.7
48
+
49
+ * eyes_selenium bumped to 6.3.7
50
+
51
+
52
+ ## [6.3.6](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.3.5...ruby/eyes_appium@6.3.6) (2024-05-28)
53
+
54
+
55
+ ### Dependencies
56
+
57
+ * @applitools/req bumped to 1.7.0
58
+ #### Features
59
+
60
+ * dynamic timeout based on uploaded file size ([#2364](https://github.com/Applitools-Dev/sdk/issues/2364)) ([8a82d68](https://github.com/Applitools-Dev/sdk/commit/8a82d6839ace60fda27e153ba233019f137017fe))
61
+ * @applitools/ufg-client bumped to 1.12.0
62
+ #### Features
63
+
64
+ * dynamic timeout based on uploaded file size ([#2364](https://github.com/Applitools-Dev/sdk/issues/2364)) ([8a82d68](https://github.com/Applitools-Dev/sdk/commit/8a82d6839ace60fda27e153ba233019f137017fe))
65
+
66
+
67
+
68
+ * @applitools/core-base bumped to 1.15.0
69
+ #### Features
70
+
71
+ * tell Splunk when clients assume `Target`'s mutability ([#2266](https://github.com/Applitools-Dev/sdk/issues/2266)) ([d18a524](https://github.com/Applitools-Dev/sdk/commit/d18a52491fb6a64e780f84ccff1dcf945351bf95))
72
+
73
+
74
+ #### Bug Fixes
75
+
76
+ * multiple heartbeats for multiple runners in the same process ([#2372](https://github.com/Applitools-Dev/sdk/issues/2372)) ([6ec0f0d](https://github.com/Applitools-Dev/sdk/commit/6ec0f0de7d69a69cdab8437df910a82df15479ea))
77
+
78
+
79
+
80
+ * @applitools/core bumped to 4.16.0
81
+ #### Features
82
+
83
+ * tell Splunk when clients assume `Target`'s mutability ([#2266](https://github.com/Applitools-Dev/sdk/issues/2266)) ([d18a524](https://github.com/Applitools-Dev/sdk/commit/d18a52491fb6a64e780f84ccff1dcf945351bf95))
84
+
85
+
86
+ #### Bug Fixes
87
+
88
+ * multiple heartbeats for multiple runners in the same process ([#2372](https://github.com/Applitools-Dev/sdk/issues/2372)) ([6ec0f0d](https://github.com/Applitools-Dev/sdk/commit/6ec0f0de7d69a69cdab8437df910a82df15479ea))
89
+ * throw from createRenderResults if rendering failed ([#2352](https://github.com/Applitools-Dev/sdk/issues/2352)) ([50b0394](https://github.com/Applitools-Dev/sdk/commit/50b0394f35464f4d61dd578bf7e84947af00b99b))
90
+
91
+
92
+ #### Performance Improvements
93
+
94
+ * don't wait for ufg client when take-snapshots performed on non-… ([#2366](https://github.com/Applitools-Dev/sdk/issues/2366)) ([4d8ab41](https://github.com/Applitools-Dev/sdk/commit/4d8ab41a421ff9b7f6f7d107bc8c5e9647404430))
95
+
96
+
97
+ #### Code Refactoring
98
+
99
+ * remove eyesServerUrl and apiKey when not necessary ([#2345](https://github.com/Applitools-Dev/sdk/issues/2345)) ([121ae5d](https://github.com/Applitools-Dev/sdk/commit/121ae5d00417d70d9857b8199b4bcfd92de353c6))
100
+
101
+
102
+
103
+ * @applitools/nml-client bumped to 1.8.5
104
+
105
+ * @applitools/tunnel-client bumped to 1.5.3
106
+
107
+ * @applitools/ec-client bumped to 1.8.6
108
+
109
+ * eyes_universal bumped to 4.16.0
110
+
111
+ * eyes_core bumped to 6.3.6
112
+
113
+ * eyes_selenium bumped to 6.3.6
114
+
115
+
116
+ ## [6.3.5](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.3.4...ruby/eyes_appium@6.3.5) (2024-05-07)
117
+
118
+
119
+ ### Dependencies
120
+
121
+ * @applitools/dom-capture bumped to 11.2.7
122
+ #### Bug Fixes
123
+
124
+ * capture user input from input elements ([#2347](https://github.com/Applitools-Dev/sdk/issues/2347)) ([f82d3bb](https://github.com/Applitools-Dev/sdk/commit/f82d3bbc79c624ab7e8eeade7559b523f6adfeac))
125
+ * @applitools/ec-client bumped to 1.8.5
126
+
127
+ * @applitools/core-base bumped to 1.14.0
128
+ #### Features
129
+
130
+ * expose git latest commit info in env vars ([#2349](https://github.com/Applitools-Dev/sdk/issues/2349)) ([1db248c](https://github.com/Applitools-Dev/sdk/commit/1db248c83ee1cbc83f905163fe5bd63dd5e293c2))
131
+ * long eyes requests with custom domain ([#2343](https://github.com/Applitools-Dev/sdk/issues/2343)) ([d54beea](https://github.com/Applitools-Dev/sdk/commit/d54beea8c33a56a0516904773daaa5095340fd12))
132
+ * @applitools/core bumped to 4.15.0
133
+ #### Features
134
+
135
+ * expose git latest commit info in env vars ([#2349](https://github.com/Applitools-Dev/sdk/issues/2349)) ([1db248c](https://github.com/Applitools-Dev/sdk/commit/1db248c83ee1cbc83f905163fe5bd63dd5e293c2))
136
+
137
+
138
+
139
+ * eyes_universal bumped to 4.15.0
140
+
141
+ * eyes_core bumped to 6.3.5
142
+
143
+ * eyes_selenium bumped to 6.3.5
144
+
145
+
3
146
  ## [6.3.4](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.3.3...ruby/eyes_appium@6.3.4) (2024-05-01)
4
147
 
5
148
 
data/eyes_appium.gemspec CHANGED
@@ -25,6 +25,6 @@ Gem::Specification.new do |spec|
25
25
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
26
26
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
27
27
  spec.require_paths = %w(lib)
28
- spec.add_dependency 'eyes_selenium', "= #{Applitools::EyesAppium::VERSION}"
28
+ spec.add_dependency 'eyes_selenium', "= 6.3.7"
29
29
  spec.add_dependency 'appium_lib', '>= 10.6.0'
30
30
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesAppium
5
- VERSION = '6.3.4'.freeze
5
+ VERSION = '6.3.7'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_appium
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.3.4
4
+ version: 6.3.7
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-05-01 00:00:00.000000000 Z
11
+ date: 2024-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: eyes_selenium
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 6.3.4
19
+ version: 6.3.7
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 6.3.4
26
+ version: 6.3.7
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: appium_lib
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -64,7 +64,7 @@ homepage: https://www.applitools.com
64
64
  licenses:
65
65
  - Applitools
66
66
  metadata: {}
67
- post_install_message:
67
+ post_install_message:
68
68
  rdoc_options: []
69
69
  require_paths:
70
70
  - lib
@@ -79,8 +79,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
81
  requirements: []
82
- rubygems_version: 3.0.3.1
83
- signing_key:
82
+ rubygems_version: 3.5.9
83
+ signing_key:
84
84
  specification_version: 4
85
85
  summary: Applitools Ruby Appium SDK
86
86
  test_files: []