Skip to content

1.2.0

Compare
Choose a tag to compare
@laxika laxika released this 25 May 07:44
· 752 commits to master since this release

For a full changelog between 1.2.0 and 1.1.1 please check the changelogs of the release candidates and milestones.

The documentation for this release is available here.

Bugfixes

  • #293 Fixed a buffer leak in the Indexer Application.
  • #294 Files that had no content were never set to INDEXED. Because of this, these documents were re-parsed every time the Indexer Application is started.
  • #291 The DebugController returned DocumentEntities instead of a DebugResponse. This made the response cluttered with some meaningless information.

Documentation

  • #288 Some configurations that were already removed from the Downloader Application were still mentioned in the documentation.
  • #292 Documented the cleanup command because it was missing from the documentation.