mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
e0932e5cce
🤖 I have created a release *beep* *boop* --- <details><summary>browsers: 2.2.2</summary> ## [2.2.2](https://github.com/puppeteer/puppeteer/compare/browsers-v2.2.1...browsers-v2.2.2) (2024-04-15) ### Bug Fixes * remove NetworkServiceInProcess2 set by default ([#12261](https://github.com/puppeteer/puppeteer/issues/12261)) ([ff4f70f
](ff4f70f4ae
)), closes [#12257](https://github.com/puppeteer/puppeteer/issues/12257) </details> <details><summary>puppeteer: 22.6.5</summary> ## [22.6.5](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.6.4...puppeteer-v22.6.5) (2024-04-15) ### Miscellaneous Chores * **puppeteer:** Synchronize puppeteer versions ### Dependencies * The following workspace dependencies were updated * dependencies * puppeteer-core bumped from 22.6.4 to 22.6.5 * @puppeteer/browsers bumped from 2.2.1 to 2.2.2 </details> <details><summary>puppeteer-core: 22.6.5</summary> ## [22.6.5](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v22.6.4...puppeteer-core-v22.6.5) (2024-04-15) ### Bug Fixes * remove NetworkServiceInProcess2 set by default ([#12261](https://github.com/puppeteer/puppeteer/issues/12261)) ([ff4f70f
](ff4f70f4ae
)), closes [#12257](https://github.com/puppeteer/puppeteer/issues/12257) * use setImmediate to reduce flakiness when processing events ([#12264](https://github.com/puppeteer/puppeteer/issues/12264)) ([73403b3
](73403b323e
)) ### Dependencies * The following workspace dependencies were updated * dependencies * @puppeteer/browsers bumped from 2.2.1 to 2.2.2 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
17 KiB
17 KiB
Changelog
2.2.2 (2024-04-15)
Bug Fixes
2.2.1 (2024-04-05)
Bug Fixes
- do not use fallback download URLs if custom baseUrl is provided (#12206) (ab560bc)
- only set up a single process event listener in launch (#12200) (7bc5e0f)
2.2.0 (2024-03-15)
Features
Bug Fixes
2.1.0 (2024-02-21)
Features
- allow comparing browser versions (#11954) (bf71b34)
- support local aliases when launching a browser (#11947) (561e4cd)
Bug Fixes
- check if executable exists (#11946) (e95a308)
- implement a fallback to download URLs provided by dashboard (#11951) (73c1f9b)
2.0.1 (2024-02-17)
Bug Fixes
2.0.0 (2024-02-05)
⚠ BREAKING CHANGES
- drop support for node16 (#10912)
Features
1.9.1 (2024-01-04)
Bug Fixes
- disable GFX sanity window for Firefox and enable WebDriver BiDi CI jobs for Windows (#11578) (e41a265)
1.9.0 (2023-12-05)
Features
Bug Fixes
- ng-schematics install Windows (#11487) (02af748)
- remove CDP-specific preferences from defaults for Firefox (#11477) (f8c9469)
1.8.0 (2023-10-20)
Features
1.7.1 (2023-09-13)
Bug Fixes
1.7.0 (2023-08-18)
Features
1.6.0 (2023-08-10)
Features
1.5.1 (2023-08-08)
Bug Fixes
1.5.0 (2023-08-02)
Features
Bug Fixes
- clear pending TLS socket handle (#10667) (87bd791)
- remove typescript from peer dependencies (#10593) (c60572a)
1.4.6 (2023-07-20)
Bug Fixes
1.4.5 (2023-07-13)
Bug Fixes
1.4.4 (2023-07-11)
Bug Fixes
1.4.3 (2023-06-29)
Bug Fixes
1.4.2 (2023-06-20)
Bug Fixes
1.4.1 (2023-05-31)
Bug Fixes
1.4.0 (2023-05-24)
Features
1.3.0 (2023-05-15)
Features
Bug Fixes
1.2.0 (2023-05-11)
Features
1.1.0 (2023-05-08)
Features
1.0.1 (2023-05-05)
Bug Fixes
1.0.0 (2023-05-02)
⚠ BREAKING CHANGES
Features
- drop support for node14 (#10019) (7405d65)
- switch to Chrome for Testing instead of Chromium (#10054) (df4d60c)
Bug Fixes
0.5.0 (2023-04-21)
Features
0.4.1 (2023-04-13)
Bug Fixes
0.4.0 (2023-04-06)
Features
0.3.3 (2023-04-06)
Bug Fixes
- browsers: update package json (#9968) (817288c)
- browsers: various fixes and improvements (#9966) (f1211cb)
- consider downloadHost as baseUrl (#9973) (05a44af)