Skip to content

Releases: pgaref/HTTP_Request_Randomizer

Configurable LOG level

Choose a tag to compare

@pgaref pgaref released this 15 Nov 11:25
  • Allowing log_level to be set during instantiation of RequestProxy (#68) through (#67)

Moving to Python3

Choose a tag to compare

@pgaref pgaref released this 16 Oct 14:59
a71fb90
  • Dropped support for python 2.7
  • Fix urllib3 proxy scheme failures
  • Added a way to filter proxies by protocol
  • Fix PremProxy provider
  • Fix user-agent package issues

Introducing ProxyObject

Choose a tag to compare

@pgaref pgaref released this 31 Jul 20:46

Release notes:

  • Introduced a new proxy object with attributes: address (ip, port), anonymity level (enum), country, protocols, and tunnel #31
  • Extended existing parsers to capture the extra proxy information #30
  • More testing for existing parsers and for new proxyObject and AnonymityLevel (enum) #12
  • Bug fixes for Samair/Premtproxy #33

Python3 compatibility version

Choose a tag to compare

@pgaref pgaref released this 05 May 14:07
  • Package naming refactor to avoid conflicts with http library
  • Error handling
  • Custom exceptions
  • Integrated codecov with travis builds
  • Pypandoc Hotfix
  • Python 3 print function

PyPI compatible release

Pre-release

Choose a tag to compare

@pgaref pgaref released this 01 Nov 00:36

Major: Changed project path, fixed SemairProxy parser, fixed setup.py to include agents_data
Minor: Updated Readme with usage example

Alpha Testing

Alpha Testing Pre-release
Pre-release

Choose a tag to compare

@pgaref pgaref released this 14 Jul 20:58
0.0.2

Merge remote-tracking branch 'origin/master'