Releases: affjljoo3581/canrevan
Releases · affjljoo3581/canrevan
v4.0.0
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
andisort
. Also we changed to lint the codes withflake8
strictly. The mentioned linting and format-checks will be done onpush
andpull-request
events.
v3.1.1
A minor update! Fix bugs in using aiohttp
module.
v3.1.0
A major update! Performance optimization.
Changed
- Change to use the semaphore in creating tasks instead of fetching tasks directly.
v3.0.2
Remove unused dependencies
v3.0.1
A minor update!
Fixed
- Change some methods in
asyncio
module for compatibility with Python 3.6.
v3.0.0
A major update!
- Change the asynchronous crawling algorithm.
- Remove the Expanda extension. Now
canrevan
does not support Expanda.
v2.2.0
Oops! I confused the next version!
v2.1.1
Update version to 2.1.1
v2.1.0
Update version to 2.1.0
v2.0.0
Change the way to run async function