Skip to content

Latest commit

 

History

History
125 lines (68 loc) · 2.56 KB

CHANGELOG.md

File metadata and controls

125 lines (68 loc) · 2.56 KB

Gerapy Pyppeteer Changelog

0.2.4 (2021-12-27)

  • Expose error log for loading process

0.2.3 (2021-10-16)

  • add support for proxy_credential
  • fix bug of network error and add retry

0.2.2 (2021-09-07)

Features

  • add support for executing Python based functions
  • add support for returning script result

0.1.2 (2021-06-20)

Buf Fixes & Features

  • change GERAPY_ENABLE_REQUEST_INTERCEPTION default to False

0.1.1 (2021-04-18)

Buf Fixes & Features

  • fix pu_request.headers decode error
  • add ua setting

0.1.0 (2021-04-17)

Buf Fixes & Features

  • fix pyppeteer_meta name error
  • add chrome pretend test
  • update pretend script & fix local pretend invalid

Bug Fixes

  • Fix bug about executablePath arg name

0.0.13 (2020-10-30)

Bug Fixes

  • Fix bug about executablePath arg name

0.0.12 (2020-10-24)

Bug Fixes

  • Fix bug about crawling with Pyppeteer of normal Request

0.0.11 (2020-08-05)

Bug Fixes

  • Fix bug about asyncio in Python 3.8 on Windows #5
  • Fix bug of setting cookies #11

Features

  • Add settings of GERAPY_ENABLE_REQUEST_INTERCEPTION #6

0.0.10 (2020-08-01)

Features

  • Add pretend attribute for PyppeteerRequest, which can override GERAPY_PYPPETEER_PRETEND
  • Add support for dict format of wait_for attribute of PyppeteerRequest

Bug Fixes

  • Change the priority of request.meta.get('proxy') and pyppeteer_meta.get('proxy')

0.0.9 (2020-07-31)

Features

  • Add support for screenshot

Bug Fixes

  • Fix bug of name GERAPY_PYPPETEER_IGNORE_RESOURCE_TYPES

0.0.8 (2020-07-26)

Features

  • Add support for pretending as real Browser instead of WebDriver

Bug Fixes

  • Fix bug of ValueError when wait_until is None
  • Fix error position of log message about wait_for

0.0.7 (2020-07-25)

Features

  • Add meta info from PyppeteerRequest attributes

Bug Fixes

  • Skip validation of PyppeteerRequest

0.0.5 (2020-07-20)

Features

  • Add support for ignoreHTTPSErrors, slowMo, ignoreDefaultArgs, handleSIGINT, handleSIGTERM, handleSIGHUP, autoClose args.

0.0.4 (2020-07-15)

Bug Fixes

  • Fix Bug of un-closing Pyppeteer when loaded failed

Features

  • Add support for GERAPY_IGNORE_RESOURCE_TYPES
  • Add support for retrying