krawler v0.4.0 Release Notes

Release Date: 2017-05-16 // almost 7 years ago
  • 0.4.0 (2017-5-17)

    🚚 Rewrote core crawl loop to use Kotlin 1.1 coroutines. This has effectively turned the crawl process into a multi-stage pipeline. This architecture change has removed the necessity for some locking by removing resource contention by multiple threads.

    ⚡️ Updated the build file to build the simple example as a runnable jar

    Minor bug fies in the KrawlUrl class.