Skip to content

Releases: apify/crawlee-python

0.0.4

30 May 09:18
598a266

Choose a tag to compare

Another internal release, adding statistics capturing, proxy configuration,
and the initial version of browser management and PlaywrightCrawler.

Adds

  • Statistics
  • ProxyConfiguration
  • BrowserPool
  • PlaywrightCrawler

0.0.3

15 May 09:30
851042f

Choose a tag to compare

Another internal release, adding mainly session management and BeautifulSoupCrawler.

Adds

  • HttpxClient
  • SessionPool
  • BeautifulSoupCrawler
  • BaseStorageClient
  • Storages and MemoryStorageClient were refactored

Was added in 0.0.2

  • EventManager & LocalEventManager
  • Snapshotter
  • AutoscaledPool
  • MemoryStorageClient
  • Storages
  • BasicCrawler & HttpCrawler