@applitools/eyes-selenium 4.78.2 → 4.79.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 +81 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,86 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.79.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium-v4.78.3...js/eyes-selenium@4.79.0) (2024-12-18)
4
+
5
+
6
+ ### Features
7
+
8
+ * check for new ufg balancer - cache result in getAccountInfo instead of makeCoreRequests ([#2692](https://github.com/Applitools-Dev/sdk/issues/2692)) ([e2a9705](https://github.com/Applitools-Dev/sdk/commit/e2a970594ffa6527798c5fac7a72188e30da986d))
9
+ * dynamic regions ([#2538](https://github.com/Applitools-Dev/sdk/issues/2538)) ([d8b5c48](https://github.com/Applitools-Dev/sdk/commit/d8b5c48fb35f9789c702447314dc72b4f415ade1))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * plain object target syntax ([#2515](https://github.com/Applitools-Dev/sdk/issues/2515)) ([71842b8](https://github.com/Applitools-Dev/sdk/commit/71842b89bd05b68482df7ed16a6483ec716ddf55))
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * @applitools/utils bumped to 1.7.6
20
+ #### Bug Fixes
21
+
22
+ * support webdriver.io 9 ([baee5ce](https://github.com/Applitools-Dev/sdk/commit/baee5ce96e8220c337b007e3a517b5546ce0fedc))
23
+ * @applitools/spec-driver-webdriver bumped to 1.1.21
24
+ #### Bug Fixes
25
+
26
+ * support webdriver.io 9 ([baee5ce](https://github.com/Applitools-Dev/sdk/commit/baee5ce96e8220c337b007e3a517b5546ce0fedc))
27
+
28
+
29
+
30
+ * @applitools/core-base bumped to 1.21.0
31
+ #### Features
32
+
33
+ * check for new ufg balancer - cache result in getAccountInfo instead of makeCoreRequests ([#2692](https://github.com/Applitools-Dev/sdk/issues/2692)) ([e2a9705](https://github.com/Applitools-Dev/sdk/commit/e2a970594ffa6527798c5fac7a72188e30da986d))
34
+ * check for new ufg balancer ([#2683](https://github.com/Applitools-Dev/sdk/issues/2683)) ([60ca9f9](https://github.com/Applitools-Dev/sdk/commit/60ca9f98d37374c918e9c634af46d7f8266b95fc))
35
+
36
+
37
+ #### Bug Fixes
38
+
39
+ * move apiKey from query param to request header ([d1d2642](https://github.com/Applitools-Dev/sdk/commit/d1d26424c64d8e03981b1482ca49870a866bc164))
40
+
41
+
42
+
43
+ * @applitools/core bumped to 4.27.0
44
+ #### Features
45
+
46
+ * check for new ufg balancer - cache result in getAccountInfo instead of makeCoreRequests ([#2692](https://github.com/Applitools-Dev/sdk/issues/2692)) ([e2a9705](https://github.com/Applitools-Dev/sdk/commit/e2a970594ffa6527798c5fac7a72188e30da986d))
47
+
48
+
49
+ #### Bug Fixes
50
+
51
+ * support webdriver.io 9 ([baee5ce](https://github.com/Applitools-Dev/sdk/commit/baee5ce96e8220c337b007e3a517b5546ce0fedc))
52
+
53
+
54
+
55
+ * @applitools/logger bumped to 2.0.20
56
+
57
+ * @applitools/dom-snapshot bumped to 4.11.12
58
+
59
+ * @applitools/socket bumped to 1.1.20
60
+
61
+ * @applitools/req bumped to 1.7.5
62
+
63
+ * @applitools/image bumped to 1.1.15
64
+
65
+ * @applitools/driver bumped to 1.20.1
66
+
67
+ * @applitools/spec-driver-selenium bumped to 1.5.92
68
+
69
+ * @applitools/spec-driver-puppeteer bumped to 1.4.21
70
+
71
+ * @applitools/screenshoter bumped to 3.10.1
72
+
73
+ * @applitools/nml-client bumped to 1.8.20
74
+
75
+ * @applitools/tunnel-client bumped to 1.5.11
76
+
77
+ * @applitools/ufg-client bumped to 1.15.1
78
+
79
+ * @applitools/ec-client bumped to 1.9.17
80
+
81
+ * @applitools/eyes bumped to 1.29.3
82
+
83
+
3
84
  ## [4.78.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.78.1...js/eyes-selenium@4.78.2) (2024-11-27)
4
85
 
5
86
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-selenium",
3
- "version": "4.78.2",
3
+ "version": "4.79.0",
4
4
  "description": "Applitools Eyes SDK for Selenium WebDriver",
5
5
  "keywords": [
6
6
  "eyes-selenium",
@@ -41,8 +41,8 @@
41
41
  "up:framework": "echo \"$(jq '.devDependencies[\"selenium-webdriver\"] = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
42
42
  },
43
43
  "dependencies": {
44
- "@applitools/eyes": "1.28.0",
45
- "@applitools/spec-driver-selenium": "1.5.91"
44
+ "@applitools/eyes": "1.29.3",
45
+ "@applitools/spec-driver-selenium": "1.5.92"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@applitools/api-extractor": "^1.2.22",