Skip to content

Releases: pgaref/HTTP_Request_Randomizer

Configurable LOG level

15 Nov 11:25
Compare
Choose a tag to compare
  • Allowing log_level to be set during instantiation of RequestProxy (#68) through (#67)

Moving to Python3

16 Oct 14:59
a71fb90
Compare
Choose a tag to compare
  • 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

31 Jul 20:46
Compare
Choose a tag to compare

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

05 May 14:07
Compare
Choose a tag to compare
  • 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

01 Nov 00:36
Compare
Choose a tag to compare
Pre-release

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

Alpha Testing

14 Jul 20:58
Compare
Choose a tag to compare
Alpha Testing Pre-release
Pre-release
0.0.2

Merge remote-tracking branch 'origin/master'