1
0
Fork 0
mirror of https://github.com/crawler-commons/crawler-commons synced 2024-05-09 23:56:04 +02:00

release notes for 0.8

This commit is contained in:
Julien Nioche 2017-06-09 10:15:44 +01:00
parent 7ea41105d7
commit 694e74207b
2 changed files with 12 additions and 3 deletions

View File

@ -1,6 +1,9 @@
Crawler-Commons Change Log
Current Development 0.8-SNAPSHOT
Current Development 0.9-SNAPSHOT
-
Release 0.8 (2017-06-09)
- Upgraded Tika 1.15 (jnioche) #163
- [Sitemaps] Disable XML resolvers (sebastian-nagel) #151
- Update forbiddenapis to v2.3 (jnioche) #99

View File

@ -3,15 +3,15 @@
# Overview
crawler-commons is a set of reusable Java components that implement functionality common to any web crawler. These components benefit from collaboration among various existing web crawler projects, and reduce duplication of effort.
Crawler-Commons is a set of reusable Java components that implement functionality common to any web crawler. These components benefit from collaboration among various existing web crawler projects, and reduce duplication of effort.
# User Documentation
## Javadocs
* [0.8](http://crawler-commons.github.io/crawler-commons/0.8/)
* [0.7](http://crawler-commons.github.io/crawler-commons/0.7/)
* [0.6](http://crawler-commons.github.io/crawler-commons/0.6/apidocs/)
* [0.5](http://crawler-commons.googlecode.com/svn/wiki/javadoc/0.5/index.html)
# Mailing List
@ -23,6 +23,12 @@ If you find an issue, please file a report [here](https://github.com/crawler-com
# Crawler-Commons News
## 9th June 2017 - crawler-commons 0.8 released
We are glad to announce the 0.8 release of Crawler-Commons. See the [CHANGES.txt](https://github.com/crawler-commons/crawler-commons/blob/crawler-commons-0.8/CHANGES.txt) file included with the release for a full list of details.
The main changes are the removal of the HTTP fetcher support, which has been put in a [separate project](https://github.com/crawler-commons/http-fetcher). We also added a SAX-based parser for processing sitemaps, which requires less memory
and is more robust to malformed documents than its DOM-based counterpart. The latter has been kept for now but might be removed in the future.
## 24th November 2016 - crawler-commons 0.7 released
We are glad to announce the 0.7 release of Crawler-Commons. See the [CHANGES.txt](https://github.com/crawler-commons/crawler-commons/blob/crawler-commons-0.7/CHANGES.txt) file included with the release for a full list of details.