Releases: GoogleChromeLabs/chromium-bidi
Releases · GoogleChromeLabs/chromium-bidi
chromium-bidi: v0.5.0
0.5.0 (2023-11-17)
⚠ BREAKING CHANGES
BidiServer.createAndStart
signature changed. New optional parameteroptions
is added. Breaking change for Puppeteer, while ChromeDriver is not affected, as it uses the Mapper Tab.
Features
Bug Fixes
chromium-bidi: v0.4.34
0.4.34 (2023-11-15)
Features
- abort navigation if network request failed (#1542) (2f86ba0)
- context close to support promptUnload (#1508) (45a2100)
- implement browsingContext.traverseHistory (#1537) (76ca291)
- make
internalId
UUID
(#1525) (8b108ce) - network intercept: populate "intercepts" in base event params (#1500) (55d1622)
Bug Fixes
chromium-bidi: v0.4.33
0.4.33 (2023-10-30)
Features
- add network intercept continue with auth (#1470) (ad3a95e), closes #644
- addPreloadScript respects new contexts (#1478) (b0e55fa)
- addPreloadScripts respects contexts param for old contexts (#1475) (0cdde07)
- implement headersSize for network requests (#1498) (e904ee0), closes #644
- implement network interception continue response (#1443) (4515d1d), closes #644
- implement network interception provide response (#1457) (1eca26e), closes #644
- logging: pretty print received and sent bidi server messages (#1490) (45fd24e)
- network intercept: implement continue with auth (cont.) (#1484) (7cc9358), closes #644
- network intercept: specify BeforeRequestSent whenever AuthRequi… (#1494) (22eafee), closes #644
- network request: prioritize response status code over extraInfo (#1466) (d1f3302), closes #644
- network: emit
responseStarted
event ("AND") (#1497) (46220b7), closes #765
Bug Fixes
chromium-bidi: v0.4.32
0.4.32 (2023-10-16)
Features
- add quality for
webp
(#1426) (d514bf9) - implement device pixel ratio changes (#1422) (49f6dee)
- implement document origin screenshots (#1427) (b952297)
- network interception: implement continue request (#1331) (8a935b9), closes #644
- session handling refactoring. Step 1 (#1385) (8fe37b9)
- unblock event queue when network events are blocked (#1409) (e94f79d)
chromium-bidi: v0.4.31
chromium-bidi: v0.4.30
chromium-bidi: v0.4.29
chromium-bidi: v0.4.28
chromium-bidi: v0.4.27
0.4.27 (2023-09-12)
Features
- add get network intercepts method (#1250) (57cc9e9), closes #1183
- browsingContext.reload: return the navigation instead of empty (#1255) (c534e0e), closes #650
- restore network redirects (#1249) (5bbe93f)
- throw InvalidArgument instead of UnsupportedOperation for print… (#1280) (b32ea31)