Skip to content

Commit aaf338d

Browse files
Update CHANGELOG.md
1 parent 21cb8cc commit aaf338d

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,23 @@ See [CHANGELOG - v8](https://github.com/webdriverio/webdriverio/blob/v8/CHANGELO
3636

3737
## v9.12.6 (2025-04-17)
3838

39+
#### :rocket: New Feature
40+
* `webdriver`
41+
* [14350](https://github.com/webdriverio/webdriverio/pull/14350) feat: introduce defineConfig function to create a typed configuration object ([@erwinheitzman](https://github.com/erwinheitzman))
42+
3943
#### :bug: Bug Fix
4044
* `wdio-utils`
4145
* [#14417](https://github.com/webdriverio/webdriverio/pull/14417) Fix Windows Automation on WebDriverIO V9 ([@samuelfreiberg](https://github.com/samuelfreiberg))
4246
* [#14412](https://github.com/webdriverio/webdriverio/pull/14412) Address skipping tests for mocha and jasmine in aftertest ([@ccharnkij](https://github.com/ccharnkij))
4347

4448
#### :nail_care: Polish
4549
* `webdriverio`
50+
* [14219](https://github.com/webdriverio/webdriverio/pull/14219) polish: performance improvements and some general code improvements ([@erwinheitzman](https://github.com/erwinheitzman)))
4651
* [#14398](https://github.com/webdriverio/webdriverio/pull/14398) catching error from addPreloadScript ([@ccharnkij](https://github.com/ccharnkij))
4752
* `wdio-browserstack-service`
4853
* [#14410](https://github.com/webdriverio/webdriverio/pull/14410) fix(@wdio/browserstack-service): node fetch() failure over HTTPS_PROXY=<proxy_url> setup ([@mitya555](https://github.com/mitya555))
54+
* `@wdio/config`
55+
* [14351](https://github.com/webdriverio/webdriverio/pull/14351) polish(@wdio/config): decrease waitforInterval from 500 to 100 to improve execution speed ([@erwinheitzman](https://github.com/erwinheitzman))
4956

5057
#### Committers: 4
5158
- Chanatan Charnkijtawarush ([@ccharnkij](https://github.com/ccharnkij))
@@ -96,21 +103,13 @@ See [CHANGELOG - v8](https://github.com/webdriverio/webdriverio/blob/v8/CHANGELO
96103

97104
## v9.12.4 (2025-04-05)
98105

99-
#### :rocket: New Feature
100-
* `webdriver`
101-
* [14350](https://github.com/webdriverio/webdriverio/pull/14350) feat: introduce defineConfig function to create a typed configuration object ([@erwinheitzman](https://github.com/erwinheitzman))
102-
103106
#### :bug: Bug Fix
104107
* `webdriver`
105108
* [#14376](https://github.com/webdriverio/webdriverio/pull/14376) fix(webdriver): add timeout-related configurable options to ProxyAgent ([@mitya555](https://github.com/mitya555))
106109

107110
#### :nail_care: Polish
108111
* `wdio-browserstack-service`
109112
* [#14373](https://github.com/webdriverio/webdriverio/pull/14373) refactor: Avoid making extra calls for eTag ([@sauravdas1997](https://github.com/sauravdas1997))
110-
* `webdriverio`
111-
* [14219](https://github.com/webdriverio/webdriverio/pull/14219) polish: performance improvements and some general code improvements ([@erwinheitzman](https://github.com/erwinheitzman)))
112-
* `@wdio/config`
113-
* [14351](https://github.com/webdriverio/webdriverio/pull/14351) polish(@wdio/config): decrease waitforInterval from 500 to 100 to improve execution speed ([@erwinheitzman](https://github.com/erwinheitzman))
114113

115114
#### :memo: Documentation
116115
* `webdriverio`

0 commit comments

Comments
 (0)