@applitools/ec-client 1.10.15 → 1.11.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +82 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,87 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.11.0](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.10.16...js/ec-client@1.11.0) (2025-07-15)
4
+
5
+
6
+ ### Features
7
+
8
+ * enable EC healthchecks | AD-10040 ([#3017](https://github.com/Applitools-Dev/sdk/issues/3017)) ([c01c300](https://github.com/Applitools-Dev/sdk/commit/c01c300259427ddae53147a64d30b152960503d9))
9
+
10
+
11
+ ### Performance Improvements
12
+
13
+ * yarn dedup packages ([#3061](https://github.com/Applitools-Dev/sdk/issues/3061)) ([2fd8951](https://github.com/Applitools-Dev/sdk/commit/2fd8951d6ce9c18a5dbdb648adaa2c454eae9b4e))
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/req bumped to 1.7.15
19
+ #### Performance Improvements
20
+
21
+ * yarn dedup packages ([#3061](https://github.com/Applitools-Dev/sdk/issues/3061)) ([2fd8951](https://github.com/Applitools-Dev/sdk/commit/2fd8951d6ce9c18a5dbdb648adaa2c454eae9b4e))
22
+ * @applitools/driver bumped to 1.22.1
23
+ #### Performance Improvements
24
+
25
+ * yarn dedup packages ([#3061](https://github.com/Applitools-Dev/sdk/issues/3061)) ([2fd8951](https://github.com/Applitools-Dev/sdk/commit/2fd8951d6ce9c18a5dbdb648adaa2c454eae9b4e))
26
+ * @applitools/tunnel-client bumped to 1.9.0
27
+ #### Features
28
+
29
+ * enable EC healthchecks | AD-10040 ([#3017](https://github.com/Applitools-Dev/sdk/issues/3017)) ([c01c300](https://github.com/Applitools-Dev/sdk/commit/c01c300259427ddae53147a64d30b152960503d9))
30
+
31
+
32
+
33
+ * @applitools/spec-driver-webdriver bumped to 1.3.1
34
+
35
+ * @applitools/core-base bumped to 1.25.6
36
+ #### Performance Improvements
37
+
38
+ * yarn dedup packages ([#3061](https://github.com/Applitools-Dev/sdk/issues/3061)) ([2fd8951](https://github.com/Applitools-Dev/sdk/commit/2fd8951d6ce9c18a5dbdb648adaa2c454eae9b4e))
39
+
40
+
41
+
42
+
43
+ ## [1.10.16](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.10.15...js/ec-client@1.10.16) (2025-07-07)
44
+
45
+
46
+ ### Dependencies
47
+
48
+ * @applitools/utils bumped to 1.9.0
49
+ #### Features
50
+
51
+ * support https_proxy and http_proxy env variables | FLD-2702 ([#3046](https://github.com/Applitools-Dev/sdk/issues/3046)) ([0633809](https://github.com/Applitools-Dev/sdk/commit/06338099f44bfb149a5829f62c2f9b19e2392850))
52
+ * @applitools/spec-driver-webdriver bumped to 1.3.0
53
+ #### Features
54
+
55
+ * canvas webgl without preserveDrawingBuffer=1 | FLD-3144 ([#3040](https://github.com/Applitools-Dev/sdk/issues/3040)) ([f82d8f1](https://github.com/Applitools-Dev/sdk/commit/f82d8f148f913098752ec7bef8635a46b453d6fa))
56
+ * support https_proxy and http_proxy env variables | FLD-2702 ([#3046](https://github.com/Applitools-Dev/sdk/issues/3046)) ([0633809](https://github.com/Applitools-Dev/sdk/commit/06338099f44bfb149a5829f62c2f9b19e2392850))
57
+
58
+
59
+
60
+ * @applitools/socket bumped to 1.2.6
61
+
62
+ * @applitools/driver bumped to 1.22.0
63
+ #### Features
64
+
65
+ * canvas webgl without preserveDrawingBuffer=1 | FLD-3144 ([#3040](https://github.com/Applitools-Dev/sdk/issues/3040)) ([f82d8f1](https://github.com/Applitools-Dev/sdk/commit/f82d8f148f913098752ec7bef8635a46b453d6fa))
66
+
67
+
68
+
69
+ * @applitools/logger bumped to 2.1.5
70
+
71
+ * @applitools/req bumped to 1.7.14
72
+
73
+ * @applitools/image bumped to 1.1.21
74
+
75
+ * @applitools/tunnel-client bumped to 1.8.1
76
+
77
+ * @applitools/core-base bumped to 1.25.5
78
+ #### Bug Fixes
79
+
80
+ * add retries for ConnectEnomem errors | FLD-3015 ([#3052](https://github.com/Applitools-Dev/sdk/issues/3052)) ([92caa45](https://github.com/Applitools-Dev/sdk/commit/92caa452b4a6d6f86c903548b40f8207a0ed11d0))
81
+
82
+
83
+
84
+
3
85
  ## [1.10.15](https://github.com/Applitools-Dev/sdk/compare/js/ec-client@1.10.14...js/ec-client@1.10.15) (2025-06-15)
4
86
 
5
87
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/ec-client",
3
- "version": "1.10.15",
3
+ "version": "1.11.0",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -52,14 +52,14 @@
52
52
  "test:it": "MOCHA_GROUP=it run --top-level mocha './test/it/*.spec.ts'"
53
53
  },
54
54
  "dependencies": {
55
- "@applitools/core-base": "1.25.4",
56
- "@applitools/driver": "1.21.4",
57
- "@applitools/logger": "2.1.4",
58
- "@applitools/req": "1.7.13",
59
- "@applitools/socket": "1.2.5",
60
- "@applitools/spec-driver-webdriver": "1.2.6",
61
- "@applitools/tunnel-client": "1.8.0",
62
- "@applitools/utils": "1.8.2",
55
+ "@applitools/core-base": "1.25.6",
56
+ "@applitools/driver": "1.22.1",
57
+ "@applitools/logger": "2.1.5",
58
+ "@applitools/req": "1.7.15",
59
+ "@applitools/socket": "1.2.6",
60
+ "@applitools/spec-driver-webdriver": "1.3.1",
61
+ "@applitools/tunnel-client": "1.9.0",
62
+ "@applitools/utils": "1.9.0",
63
63
  "abort-controller": "3.0.0",
64
64
  "webdriver": "7.31.1",
65
65
  "yargs": "^17.7.2"