Skip to content

Releases: apify/browser-pool

v2.0.4

05 Oct 07:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.0.4

v2.0.3

30 Sep 10:23
3003fb2
Compare
Choose a tag to compare
  • fix: browser profile leak (#50)

v2.0.2

06 Sep 12:29
2f89cb5
Compare
Choose a tag to compare
  • fix: race condition on newPage (#44)
  • fix: attempt to fix types (#47)

v2.0.1

31 Aug 10:25
91ab32a
Compare
Choose a tag to compare

v2.0.0

24 Aug 15:43
8baab35
Compare
Choose a tag to compare

2.0.0 / 2021/08/24

  • Converted library to TypeScript (which may have some side effects in the event of misuse)

v1.1.2

18 Mar 20:33
9af6959
Compare
Choose a tag to compare
  • 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

25 Feb 19:03
Compare
Choose a tag to compare
  • 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

08 Feb 14:12
09376ba
Compare
Choose a tag to compare
  • Added useIncognitoPages and userDataDir to LaunchContext.
  • PlaywrightPlugin now launches persistent context by default.
  • Improved playwright context customization and management.

v1.0.2

06 Jan 22:35
ddc51f4
Compare
Choose a tag to compare
  • Fix a bug where proxies with other than http protocols were being anonymized, which resulted in an error.

v1.0.1

02 Jan 09:17
Compare
Choose a tag to compare
  • Fixed a bug where prePageCreateHooks would get triggered before postLaunchHooks in some cases.