Releases: apify/browser-pool
Releases · apify/browser-pool
v2.0.3
- fix: browser profile leak (#50)
v2.0.2
- fix: race condition on newPage (#44)
- fix: attempt to fix types (#47)
v2.0.0
2.0.0 / 2021/08/24
- Converted library to TypeScript (which may have some side effects in the event of misuse)
v1.1.2
- Fixed a problem where chains of errors in
preLaunchHooks
and postLaunchHooks
would cause browser(controller)s to be stuck in limbo forever.
v1.1.1
- Fixed
playwrightPlugin.launch()
returning BrowserContext
instead of Browser
when useIncognitoPages: false
was used.
- Fixed user data directory not being correctly created when using Firefox in Docker.
v1.1.0
- Added
useIncognitoPages
and userDataDir
to LaunchContext
.
PlaywrightPlugin
now launches persistent context by default.
- Improved
playwright
context customization and management.
v1.0.2
- Fix a bug where proxies with other than
http
protocols were being anonymized, which resulted in an error.
v1.0.1
- Fixed a bug where
prePageCreateHooks
would get triggered before postLaunchHooks
in some cases.