docs(playwrighttesting): Changelog for 1.0.0-beta.5 (microsoft-playwright-testing) and 1.0.0-beta.2 (create-microsoft-playwright-testing) (#31741)

### Packages impacted by this PR


### Issues associated with this PR
@azure/microsoft-playwright-testing

### Describe the problem that is addressed by this PR

Changelog for 1.0.0-beta.5 (microsoft-playwright-testing) and
1.0.0-beta.2 (create-microsoft-playwright-testing)

### 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)

---------

Co-authored-by: Vansh Vardhan Singh <vanshvsingh@gmail.com>
Co-authored-by: Siddharth Singha Roy <siddharthsingharoy@gmail.com>
This commit is contained in:
Kashish Gupta 2024-11-18 11:09:26 +05:30 коммит произвёл GitHub
Родитель 43142d22c2
Коммит 1a78604cc8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 14 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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.