Skip to content

Commit

Permalink
docs(playwrighttesting): CHANGELOG for core package 1.0.0-beta.6 rele…
Browse files Browse the repository at this point in the history
…ase (#31982)

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

---------

Co-authored-by: Siddharth Singha Roy <ssingharoy@microsoft.com>
  • Loading branch information
Sid200026 and Siddharth Singha Roy authored Nov 29, 2024
1 parent 127617f commit 0a581ca
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions sdk/playwrighttesting/microsoft-playwright-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
# Release History

## 1.0.0-beta.6 (Unreleased)
## 1.0.0-beta.6 (2024-11-29)

### Features Added

### Breaking Changes
- Added support for multiple global setup and teardown files introduced in playwright v1.49.

### Bugs Fixed

### Other Changes
- Missing type generation for some functions and interfaces.

## 1.0.0-beta.5 (2024-11-18)

This release fixes a bug related to artifact upload and performance enhancements.

### Bugs Fixed

-Fixed failures when uploading artifacts due to race conditions.
- 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.
- 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)

Expand Down

0 comments on commit 0a581ca

Please sign in to comment.