Skip to content

Releases: chill117/proxy-lists

v1.23.3

06 Sep 10:48
49b16bf

Choose a tag to compare

  • Upgraded dependencies

v1.23.2

08 May 19:28
46a2e8b

Choose a tag to compare

  • Upgraded dependencies

v1.23.1

04 Feb 10:57
209b587

Choose a tag to compare

  • Upgraded dependencies

Release v1.23.0

19 May 10:42

Choose a tag to compare

  • New source (proxy-daily)
  • New option added ("unique") that when TRUE filters the emitted proxies by their uniqueness (HOST:PORT). Default value is TRUE.
  • Added CLI command for updating geoip data; see Update GeoIp Database for more info.

Release v1.21.0

29 Apr 14:27

Choose a tag to compare

  • Added new sources
  • Removed sources that are broken or disappeared
  • Fixed geoip-country lookups - issue #115
  • Added run script to update geoip database - see Update GeoIp Database

Release v1.20.2

25 Mar 14:53

Choose a tag to compare

  • Updated dependencies

Release v1.20.1

14 Nov 11:50

Choose a tag to compare

  • Upgraded dependencies:
    • upgraded version of data-sourcer includes stability and error-handling improvements

Release v1.20.0

03 Aug 12:00

Choose a tag to compare

  • Can now pass options to dataSourcer when calling getProxies and getProxiesFromSource. Most relevant options:
    • browser - Options object passed to puppeteer.launch(options)
    • sourcesDir - Directory path where your sources are defined. Default is the "sources" directory included with the ProxyLists project.
  • Calls to getProxies and getProxiesFromSource will now both clean-up by calling the dataSourcer.close method once all the sources have sent their end event. This has the effect of automatically closing any browser instances used by proxy sources.

Release v1.19.0

26 Jul 11:38

Choose a tag to compare

  • Several new sources, more info scraped from existing sources
  • Close browser tabs used by source when it sends its end event
  • Overall better error handling
  • CLI:
    • --output-file and --log-file can now accept absolute file paths

Release v1.18.0

11 Jul 12:21

Choose a tag to compare

  • Fixed more sources
  • CLI tool now exits properly
  • No end event issue should be resolved - see #90