diff --git a/sdk/playwrighttesting/create-microsoft-playwright-testing/CHANGELOG.md b/sdk/playwrighttesting/create-microsoft-playwright-testing/CHANGELOG.md index e82a7e900f9..ce179084fa9 100644 --- a/sdk/playwrighttesting/create-microsoft-playwright-testing/CHANGELOG.md +++ b/sdk/playwrighttesting/create-microsoft-playwright-testing/CHANGELOG.md @@ -1,6 +1,8 @@ # Release History -## 1.0.0-beta.2 (Unreleased) +## 1.0.0-beta.2 (2024-11-15) + +This release improves compatibility with modern JavaScript environments by migrating the package to ECMAScript modules and Vitest ### Features Added @@ -10,6 +12,8 @@ ### Other Changes +-Migrated package to ECMAScript modules and vitest. + ## 1.0.0-beta.1 (2024-09-09) ### Features Added diff --git a/sdk/playwrighttesting/microsoft-playwright-testing/CHANGELOG.md b/sdk/playwrighttesting/microsoft-playwright-testing/CHANGELOG.md index aecdd9fa343..bd27a10b75e 100644 --- a/sdk/playwrighttesting/microsoft-playwright-testing/CHANGELOG.md +++ b/sdk/playwrighttesting/microsoft-playwright-testing/CHANGELOG.md @@ -1,6 +1,8 @@ # Release History -## 1.0.0-beta.5 (Unreleased) +## 1.0.0-beta.5 (2024-11-15) + +This release fixes a bug related to artifact upload and performance enhancements. ### Features Added @@ -8,8 +10,14 @@ ### Bugs Fixed +-Fixed failures when uploading artifacts due to race conditions. + ### Other Changes +- Removed runName support in cloud hosted browser uri + +-Added X-MS-Package-Version header to API that requests cloud hosted browser for language and package version decoding. + ## 1.0.0-beta.4 (2024-10-21) This release fixes some bugs, adds a feature to customize run name and improves error messaging.