From 39172766b68e3ec49c7e50b7da146b51e43a1ca4 Mon Sep 17 00:00:00 2001 From: Kashish Gupta <90824921+kashish2508@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:11:02 +0530 Subject: [PATCH] docs(playwrighttesting): CHANGELOG for 1.0.0-beta.3 release for microsoft-playwright-testing (#31093) ### Packages impacted by this PR @azure/microsoft-playwright-testing ### Issues associated with this PR ### Describe the problem that is addressed by this PR ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary) --- .../microsoft-playwright-testing/CHANGELOG.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/sdk/playwrighttesting/microsoft-playwright-testing/CHANGELOG.md b/sdk/playwrighttesting/microsoft-playwright-testing/CHANGELOG.md index 914ee95e8ac2..8bf1e94b453e 100644 --- a/sdk/playwrighttesting/microsoft-playwright-testing/CHANGELOG.md +++ b/sdk/playwrighttesting/microsoft-playwright-testing/CHANGELOG.md @@ -1,18 +1,17 @@ # Release History -## 1.0.0-beta.3 (Unreleased) +## 1.0.0-beta.3 (2024-09-16) -### Features Added - -### Breaking Changes +This release provides better error messaging and error handling by improving logging. ### Bugs Fixed -### Other Changes +- Optimized test result publishing by reusing the Sas uri till it's expiry. +- Fixed unexpected process termination by improving error handling of API used to publish test results. ## 1.0.0-beta.2 (2024-09-12) -This release updates the Microsoft Playwright Testing library documentation and improves error messages. +This release updates the Microsoft Playwright Testing library documentation and improves error messages. ### Bugs Fixed