Skip to content

Releases: apache/incubator-stormcrawler

1.12

22 Nov 11:12
Compare
Choose a tag to compare

1.11

18 Oct 14:05
Compare
Choose a tag to compare

Release 0.10

14 Jun 15:03
Compare
Choose a tag to compare

1.9

25 May 15:32
Compare
Choose a tag to compare

StormCrawler 1.8

19 Mar 19:47
Compare
Choose a tag to compare

StormCrawler 1.7

28 Nov 11:15
Compare
Choose a tag to compare

Dependencies updates
crawler-commons 0.9 #513
Core
(bugfix) ParserBolts should use outlinks from parsefilters #498
LD_JSON parsefilter #501
okhttp : store request and response headers verbatim in metadata #506
(bugfix) okhttp protocol does not store headers in metadata #507
HTTP clients should handle http.accept.language and http.accept #499
Selenium protocol follows redirections #514
RemoteDriverProtocol needs multiple instances #505
SitemapParserBolt should force mime-type based on the clue #515
Elasticsearch
ES Spout : define filter query via config #502
Upgrade to ES 6.0 #517
We recommend all users to move to this version. If you wish to remain on an older version of Elasticsearch, you can simply keep your existing version of the stormcrawler elasticsearch module while upgrading stormcrawler core.

This version improves the processing of sitemaps, via #515 and the use of the crawler-commons 0.9 where we fixed the SAX parsing and extended its coverage. We also added improvements to our okhttp-based protocol implementation. If your crawl is a wide one with potentially any sort of content then you should go for okhttp over the default httpclient one. See our comparison of protocol implementations on the WIKI.

Finally, if you want to extract semantic data represented in ld-json then you'll love #501.

1.5.1

02 Jun 15:31
Compare
Choose a tag to compare

Minor release

  • Improvement FetcherBolt to limit max size of internal queues #470
  • Bugfix Can't get Sitemaps from robots.txt #471
  • Upgrade Tika 1.15 #473