Skip to content

v0.19.0

Compare
Choose a tag to compare
@localnerve localnerve released this 24 Sep 02:33
· 1384 commits to master since this release
c654003

0.19.0

Updates

  • Dependency: Dropped usage of request in favor of the got library.
  • robots input types now search for Sitemap directives and favor those over any other information in the robots.txt file. If Sitemap directives are found, those alone are used to drive crawling of the site. If no Sitemap directives are found, it will fallback to Allow directives as in previous versions.
  • Sitemaps can accidentally be SitemapIndexes. If a sitemap index is parsed and is actually a sitemapIndex file, it is just processed as a sitemapIndex file, no questions asked. This allows robots.txt to contain a mixture of sitemap and sitemapIndex files.