@azure/microsoft-playwright-testing 1.0.0-alpha.20241115.1 → 1.0.0-alpha.20241118.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Release History
2
2
 
3
- ## 1.0.0-beta.5 (Unreleased)
3
+ ## 1.0.0-beta.6 (Unreleased)
4
4
 
5
5
  ### Features Added
6
6
 
@@ -10,6 +10,20 @@
10
10
 
11
11
  ### Other Changes
12
12
 
13
+ ## 1.0.0-beta.5 (2024-11-18)
14
+
15
+ This release fixes a bug related to artifact upload and performance enhancements.
16
+
17
+ ### Bugs Fixed
18
+
19
+ -Fixed failures when uploading artifacts due to race conditions.
20
+
21
+ ### Other Changes
22
+
23
+ - Removed runName support in cloud hosted browser uri
24
+
25
+ -Added X-MS-Package-Version header to API that requests cloud hosted browser for language and package version decoding.
26
+
13
27
  ## 1.0.0-beta.4 (2024-10-21)
14
28
 
15
29
  This release fixes some bugs, adds a feature to customize run name and improves error messaging.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/microsoft-playwright-testing",
3
- "version": "1.0.0-alpha.20241115.1",
3
+ "version": "1.0.0-alpha.20241118.5",
4
4
  "description": "Package to integrate your Playwright test suite with Microsoft Playwright Testing service",
5
5
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/playwrighttesting/microsoft-playwright-testing/README.md",
6
6
  "sdk-type": "client",