@applitools/eyes-selenium 4.78.1 → 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 (3) hide show
  1. package/CHANGELOG.md +129 -0
  2. package/package.json +4 -4
  3. package/types/index.d.ts +370 -380
package/CHANGELOG.md CHANGED
@@ -1,5 +1,134 @@
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
+
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)
85
+
86
+
87
+ ### Dependencies
88
+
89
+ * @applitools/dom-shared bumped to 1.0.16
90
+ #### Bug Fixes
91
+
92
+ * enhance error logging in takeScreenshots and pollify functions ([#2644](https://github.com/Applitools-Dev/sdk/issues/2644)) ([2428fa5](https://github.com/Applitools-Dev/sdk/commit/2428fa500a9fd47a803aa5aca9f79e5c5b3584f9))
93
+ * @applitools/dom-snapshot bumped to 4.11.11
94
+
95
+ * @applitools/req bumped to 1.7.4
96
+ #### Bug Fixes
97
+
98
+ * set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
99
+ * @applitools/core bumped to 4.24.2
100
+ #### Bug Fixes
101
+
102
+ * don't populate branchName and parentBranchName when scm integration exists ([#2634](https://github.com/Applitools-Dev/sdk/issues/2634)) ([e45d671](https://github.com/Applitools-Dev/sdk/commit/e45d671e11ed40a82de1bd5ab22e757aff00b63f))
103
+ * enhance error logging in takeScreenshots and pollify functions ([#2644](https://github.com/Applitools-Dev/sdk/issues/2644)) ([2428fa5](https://github.com/Applitools-Dev/sdk/commit/2428fa500a9fd47a803aa5aca9f79e5c5b3584f9))
104
+
105
+
106
+
107
+ * @applitools/dom-capture bumped to 11.5.2
108
+
109
+ * @applitools/nml-client bumped to 1.8.19
110
+
111
+ * @applitools/tunnel-client bumped to 1.5.10
112
+
113
+ * @applitools/ufg-client bumped to 1.14.1
114
+
115
+ * @applitools/core-base bumped to 1.19.3
116
+ #### Bug Fixes
117
+
118
+ * set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
119
+
120
+
121
+
122
+ * @applitools/ec-client bumped to 1.9.15
123
+
124
+ * @applitools/eyes bumped to 1.28.0
125
+ #### Features
126
+
127
+ * remove Android NMG API ([#2566](https://github.com/Applitools-Dev/sdk/issues/2566)) ([750c0f0](https://github.com/Applitools-Dev/sdk/commit/750c0f0263e5ff06f86055e7ba0c3fb47cadb620))
128
+
129
+
130
+
131
+
3
132
  ## [4.78.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.78.0...js/eyes-selenium@4.78.1) (2024-10-29)
4
133
 
5
134
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-selenium",
3
- "version": "4.78.1",
3
+ "version": "4.79.0",
4
4
  "description": "Applitools Eyes SDK for Selenium WebDriver",
5
5
  "keywords": [
6
6
  "eyes-selenium",
@@ -41,13 +41,13 @@
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.25.1",
45
- "@applitools/spec-driver-selenium": "1.5.87"
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",
49
49
  "@applitools/bongo": "^5.10.0",
50
- "@applitools/generic": "^3.9.1",
50
+ "@applitools/generic": "^3.9.2",
51
51
  "@applitools/test-utils": "^1.5.17",
52
52
  "@types/node": "^12.20.55",
53
53
  "@types/selenium-webdriver": "^4.1.1",