Skip to content

Releases: affjljoo3581/canrevan

v4.0.0

30 Jan 04:58
Compare
Choose a tag to compare

Fixed

  • The previous user-agent canrevan now does not work. As reported in #3, we changed the default user-agent string and added an option to configure your own custom user-agent string through --user-agent.

Changed

  • We reformatted the entire codes with black and isort. Also we changed to lint the codes with flake8 strictly. The mentioned linting and format-checks will be done on push and pull-request events.

v3.1.1

22 Sep 13:04
Compare
Choose a tag to compare

A minor update! Fix bugs in using aiohttp module.

v3.1.0

20 Sep 14:18
Compare
Choose a tag to compare

A major update! Performance optimization.

Changed

  • Change to use the semaphore in creating tasks instead of fetching tasks directly.

v3.0.2

19 Sep 23:47
Compare
Choose a tag to compare

Remove unused dependencies

v3.0.1

19 Sep 23:44
Compare
Choose a tag to compare

A minor update!

Fixed

  • Change some methods in asyncio module for compatibility with Python 3.6.

v3.0.0

19 Sep 14:58
Compare
Choose a tag to compare

A major update!

  • Change the asynchronous crawling algorithm.
  • Remove the Expanda extension. Now canrevan does not support Expanda.

v2.2.0

14 Aug 10:07
Compare
Choose a tag to compare
Oops! I confused the next version!

v2.1.1

13 Jul 10:43
Compare
Choose a tag to compare
Update version to 2.1.1

v2.1.0

07 Jul 10:11
Compare
Choose a tag to compare
Update version to 2.1.0

v2.0.0

06 Jul 14:05
Compare
Choose a tag to compare
Change the way to run async function