Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

47 lines (37 loc) · 1.76 KB

Release v1.0.0 (2020-08-17)

Features:

  • Remove PageStore#pages_linking_to, PageStore#urls_linking_to
  • Remove verbose setting

Changes:

Pre-release v1.0.0.pre.2

Features:

  • Remove CLI bins
  • Remove PageStore#shortest_paths!

Fixes

  • Skip link regex filter to consider the full URI #1

Pre-release v1.0.0.pre.1

Features:

  • Switch to use Moneta instead of custom storage provider adapters

Fixes

  • Fix link skip regex to include the full URI #1

Dev

  • Use webmock gem for testing

Changes:

  • Rename Medusa to medusa-crawler gem

Anemone forked into Medusa (2014-12-13)

Features:

  • Switch to use OpenURI instead of net/http, gaining out of the box support for:
  • Http basic auth options
  • Proxy configuration options
  • Automatic string encoding detection based on charset
  • Connection read timeout option
  • Ability to control the RETRY_LIMIT upon connection errors

Changes:

Refer to the Anemone changelog to go back to the past.