Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency cloudscraper to v4 #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 1, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cloudscraper ^1.4.1 -> ^4.0.0 age adoption passing confidence

Release Notes

codemanki/cloudscraper (cloudscraper)

v4.6.0

Compare Source

  • Replace & in url with &

v4.5.0

Compare Source

  • #​293 Update code to parse latest CF recaptcha.

v4.4.0

Compare Source

  • #​288 Update code to parse latest CF challenge.

v4.3.0

Compare Source

  • #​267 Typescript definitions.
  • #​271 Fix brotli compressed JSON responses.

v4.2.0

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

  • #​242 Update Sucuri WAF Solving.

v4.1.2

Compare Source

  • #​219 Remove a few problematic TLSv1.0 ciphers.

v4.1.1

Compare Source

  • Improve CF challenge security by nullifying VM context's prototype chain.

v4.1.0

Compare Source

  • Backport TLSv1.3 secure ciphers to potentially avoid getting a CAPTCHA.

v4.0.1

Compare Source

  • Improve documentation
  • Add url to captcha
  • Add more examples for reCAPTCHA handling

v4.0.0

Compare Source

  • Randomize User-Agent header with random chrome browser
  • Recaptcha solving support
  • Brotli non-mandatory support
  • Various code changes and improvements

v3.9.1

Compare Source

  • Fix for the timeout parsing

v3.9.0

Compare Source

  • #​193 Fix bug with setTimeout match length

v3.8.0

Compare Source

  • #​191 Update code to parse latest CF challenge

v3.6.0

Compare Source

  • #​180 Update code to parse latest CF challenge

v3.5.0

Compare Source

  • #​174 Update code to parse latest CF challenge

v3.4.0

Compare Source

  • #​165 Fixing CF challenge parsing, respect Retry-After header when CF returns 429 Too Many Requests error.
  • #​163 Improve the accuracy of challenge timing. Throw error immediatelly without a delay
  • #​159 Decode emails in the page protected by CF

v3.3.0

Compare Source

  • #​153 Update code to parse latest CF challenge

v3.2.0

Compare Source

  • #​149 Update code to parse latest CF challenge

v3.1.0

Compare Source

  • #​140 Update code to parse new CF challenge

v3.0.1

Compare Source

  • #​135 Handle non-challenge response bodies
  • #​127 Improve cloudflare detection
  • #​137 Handle baseUrl option
  • Various code style improvements

v3.0.0

Compare Source

  • BREAKING CHANGE: get/post methods together with their signatures are aligned with corresponding methods from request
  • BREAKING CHANGE: cloudscraper.request method is deprecated in favour of cloudscraper(options)
  • Promise support has been added by using request-promise
  • Error object are inherited from Error and have additional properties.
    • options - The request options
    • cause - An alias for error
    • response - The request response
  • Stacktraces are available in error objects
  • cloudflareTimeout option can be defined to speed up waiting time
  • Challenge evaluation is done in a sandbox to avoid potential secutiry issues
  • Default request methods are available
  • Custom cookie jar can now be passed #​103
  • Proxies support PR#101
  • MIT license

v2.0.1

Compare Source

  • Minor documentation changes

v2.0.0

Compare Source

  • #​2943 Support recursive challenge solving.
  • BREAKING CHANGE Before this, when any error has been detected, the callback was called with an incorrect order: callback(.., body, response); instead of return callback(..., response, body);

v1.5.1

Compare Source


Configuration

📅 Schedule: Branch creation - "on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency cloudscraper to v4 fix(deps): update dependency cloudscraper to v4 Oct 27, 2020
@renovate renovate bot force-pushed the renovate/cloudscraper-4.x branch from 756e7e5 to 1fef83f Compare September 25, 2022 18:15
@renovate renovate bot force-pushed the renovate/cloudscraper-4.x branch from 1fef83f to 8652e60 Compare November 20, 2022 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants