Skip to content

Releases: ClericPy/torequests

6.0.0 remove python2

03 Jul 08:22

Choose a tag to compare

  • remove python2 and python3.6
  • add stagger_sort in torequests.utils

5.1.5

09 Dec 15:10

Choose a tag to compare

  • add find_jsons to utils
  • add retry_interval
  • add update_url util
  • handle all arg for requests proxies

5.1.4

24 Jan 10:17

Choose a tag to compare

  • remove loop arg for python3.8+ deprecated
  • set response_validator before read, so that you can do something for response before reading

5.1.3

09 Dec 16:14

Choose a tag to compare

fix curl with newline

support bool(find_one(xxx))

5.1.2

01 Sep 15:37

Choose a tag to compare

set allow_redirects of head method defaults to False

5.1.1

28 Aug 16:48
facbfaa

Choose a tag to compare

add TimeoutError for Requests handling

5.1.0

16 Aug 15:39
ef98488

Choose a tag to compare

update requirements version format

5.0.12

03 Aug 15:52
afe2ecb

Choose a tag to compare

update workshop timeout checker #69

5.0.11

30 Jul 16:18
9b2a9f8

Choose a tag to compare

  • add retry_exceptions to tPool
  • add Workshop
  • fix timeout for dummy

5.0.10

16 Jul 16:41
1823e1a

Choose a tag to compare

    1. DEFAULT_DECODE_ERRORS for NewResponse
    1. add get_host