From 5eca4cff853629c1c627303abdc655f5dc0f7f02 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Tue, 7 Oct 2025 17:46:40 -0700 Subject: [PATCH] docs: release notes for langs --- docs/src/release-notes-csharp.md | 21 +++++++++++++++++++++ docs/src/release-notes-java.md | 21 +++++++++++++++++++++ docs/src/release-notes-python.md | 21 +++++++++++++++++++++ 3 files changed, 63 insertions(+) diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index f954e68cff..382722ffd7 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -4,6 +4,27 @@ title: "Release notes" toc_max_heading_level: 2 --- +## Version 1.56 + +### New APIs + +- New methods [`method: Page.ConsoleMessages`] and [`method: Page.PageErrors`] for retrieving the most recent console messages from the page +- New method [`method: Page.Requests`] for retrieving the most recent network requests from the page + +### Breaking Changes + +- Event [`event: BrowserContext.backgroundPage`] has been deprecated and will not be emitted. Method [`method: BrowserContext.BackgroundPages`] will return an empty list + +### Miscellaneous + +- Aria snapshots render and compare `input` `placeholder` + +### Browser Versions + +- Chromium 141.0.7390.37 +- Mozilla Firefox 142.0.1 +- WebKit 26.0 + ## Version 1.55 ### Codegen diff --git a/docs/src/release-notes-java.md b/docs/src/release-notes-java.md index ed8d74746a..b8f877419a 100644 --- a/docs/src/release-notes-java.md +++ b/docs/src/release-notes-java.md @@ -4,6 +4,27 @@ title: "Release notes" toc_max_heading_level: 2 --- +## Version 1.56 + +### New APIs + +- New methods [`method: Page.consoleMessages`] and [`method: Page.pageErrors`] for retrieving the most recent console messages from the page +- New method [`method: Page.requests`] for retrieving the most recent network requests from the page + +### Breaking Changes + +- Event [`event: BrowserContext.backgroundPage`] has been deprecated and will not be emitted. Method [`method: BrowserContext.backgroundPages`] will return an empty list + +### Miscellaneous + +- Aria snapshots render and compare `input` `placeholder` + +### Browser Versions + +- Chromium 141.0.7390.37 +- Mozilla Firefox 142.0.1 +- WebKit 26.0 + ## Version 1.55 ### Codegen diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index 0ecd8eb89e..5c5359b352 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -4,6 +4,27 @@ title: "Release notes" toc_max_heading_level: 2 --- +## Version 1.56 + +### New APIs + +- New methods [`method: Page.consoleMessages`] and [`method: Page.pageErrors`] for retrieving the most recent console messages from the page +- New method [`method: Page.requests`] for retrieving the most recent network requests from the page + +### Breaking Changes + +- Event [`event: BrowserContext.backgroundPage`] has been deprecated and will not be emitted. Method [`method: BrowserContext.backgroundPages`] will return an empty list + +### Miscellaneous + +- Aria snapshots render and compare `input` `placeholder` + +### Browser Versions + +- Chromium 141.0.7390.37 +- Mozilla Firefox 142.0.1 +- WebKit 26.0 + ## Version 1.55 ### Codegen