Releases: pocketjoso/penthouse
1.10.2 - dependency updates
Just taking the latest release from puppeteer.
68976e4
1.10.1
1.10.0 - cookies support
1.9.1 - renderWait fix for screenshots
One of the things the renderWait
prop can be useful for is to wait extra for things to load before taking the first screenshot. For no particular reason this was not possible before (the screenshot was taken before renderWait
- now this was changed.
Patches
1.9.0 - bug fixes
Bumping minor because of 28f39f1:
Penthouse used to override and set exit code 0
via exit listeners, even if parent process was killed with another exit code. Someone could have relied on this, although I would argue it's a bug. Now Penthouse no longer overrides the exit code.
Minor Changes
- Exit handler, re-use exit code: 28f39f1
Patches
1.8.2
Primarily a puppeteer upgrade to 1.8.0.
Patches
- Update dev deps: 422c6cd
- [email protected]: 9ca14dd
- Remove previous puppeteer workaround, no longer needed: 0ef8ece
1.8.1 - minor fixes and https error workarounds
Patches
6c8a5ab workarkound for https errors and setRequestInterception problems (origin/timeout-fixes)
fe64f9b core: avoid further execution when process has timed out
27a3db4 core: align promise.resolve usage
cf00864 reset reused pages after errors
8359510 core: fully disable puppeteer navigation timeouts
1.8.0
Had to downgrade puppeteer, and re-wrote puppeteer browser handling. Penthouse now re-uses the page puppeteer launches with, and is capable of re-using pages between penthouse calls (only used in unstableKeepAlive mode, for now).
Minor Changes
- Downgrade to [email protected]; 1.7 causes new timeouts for some sites: 99f1a03
Raised an issue for this here:
puppeteer/puppeteer#3118
- In unstableKeepBrowserAlive mode, re-use prev opened browser page: 086a1b5
Patches
1.7.1 - 1.7.3
1.7.0
#267 -package upgrades, including [email protected]. Also bumped minimum Node requirement to 6.14
, and fix a babel warning (regarding specifying node format as a float, instead of string).