Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sitedata/proxycrawl-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: crawlbase/proxycrawl-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 11 files changed
  • 1 contributor

Commits on Dec 19, 2020

  1. feat: adds Scraper API

    - Adds new ScraperAPI class.
    - Renames ProxyCrawlAPI to Crawling API class.
    - Prepares new BaseAPI for adding future APIs.
    
    This shouldn't break any existing code but it's released as a big version change as there were a lot of things being rewritten so it's advised to test before deploy the new update.
    proxycrawl committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    e45a90a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05a11be View commit details
    Browse the repository at this point in the history
  3. feat: adds Leads API

    proxycrawl committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    dbf0ca7 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2020

  1. readme: makes clear the different APIs

    proxycrawl committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    2541ab4 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. readme: adds note about upgrading to v3

    proxycrawl committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    e4a1bd3 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. readme: update copyright year

    proxycrawl committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    1bf7aa4 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. feat: adds Screenshots API and Storage API

    proxycrawl committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    1aa28ab View commit details
    Browse the repository at this point in the history
  2. feat: version bump

    proxycrawl committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    bced625 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. fix: python 3 issue

    proxycrawl committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    83aebad View commit details
    Browse the repository at this point in the history
  2. feat: 3.2.1

    proxycrawl committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    a1a4935 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. feat: updates copyright

    proxycrawl committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    ebc5e7f View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. feat: updates copyright

    proxycrawl committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    01801bc View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. docs: add deprecation notice to README

    proxycrawl committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    11fe836 View commit details
    Browse the repository at this point in the history
  2. docs: add deprecation notice and bump the version

    proxycrawl committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    a28c439 View commit details
    Browse the repository at this point in the history
Loading