Skip to content

Releases: blogdaren/PHPCreeper

PHPCreeper-v2.0.2-stable

25 Nov 10:30
Compare
Choose a tag to compare
  • support more extensive task URL like domain or IPv4 or IPv6 with optional port number

PHPCreeper-v2.0.1-stable

23 Nov 18:01
Compare
Choose a tag to compare
  • support headless proxy with username and password

PHPCreeper-v2.0.0-stable

01 Nov 08:18
Compare
Choose a tag to compare
  • destroy headless browser on process exit
  • add new log column pid for TUI console
  • add new static method PHPCreeper::setChildProcessStopTimeout()

PHPCreeper-v1.9.9-stable

29 Oct 11:14
Compare
Choose a tag to compare
  • fix headless browser bugs: catch headless lib's exception properly

PHPCreeper-v1.9.8-stable

28 Oct 17:51
Compare
Choose a tag to compare
  • change the default headless option keepAlive value to false to prevent chrome processes from failing to exit properly when script terminates or phpcreeper worker process exit unexpectedly
  • keep the same unified exception code be -400 for 3rd headless library

PHPCreeper-v1.9.7-stable

25 Oct 11:29
Compare
Choose a tag to compare
  • fix headless browser bugs: lots of chrome child processes keep growing as page resources are not effectively freed
  • support new param type of string for httpClient class method setHeaders(array|string $headers)
  • optimize the call time to get nice performance for the headless browser callback

PHPCreeper-v1.9.6-stable

20 Oct 06:52
Compare
Choose a tag to compare
  • limit the spider name only to be any combination of numbers or letters or underscores, and can't start with a number, 30 characters at most.
  • update english docs

PHPCreeper-v1.9.5-stable

06 Oct 09:20
Compare
Choose a tag to compare
  • support router to different parser by the task type
  • fix unexpected bugs for triggering user callback

PHPCreeper-v1.9.4-stable

13 Sep 06:56
Compare
Choose a tag to compare
  • security improvement
  • add new callback API with onDownloaderConnectToParser for downloader worker
  • add callback API alias onDownloaderTaskEmpty to callback API onTaskEmpty

PHPCreeper-v1.9.3-stable

03 Sep 11:56
Compare
Choose a tag to compare
  • fix unexpected database layer connnection bug for Off-Framework development environments