Skip to content

v1.4.2

Latest

Choose a tag to compare

@mmcdole mmcdole released this 20 Aug 11:52
c8090a6

This patch fixes two parser regressions. JSON feeds larger than the 4096-byte detection window are now detected and parsed completely, and RSS feeds with an unknown default namespace on <rss> are parsed as native RSS while recognized extension namespaces retain their meaning.

Changes

  • Detect JSON feeds larger than the sniffing window. (#348)
  • Tolerate an unknown default namespace on the RSS root. (#347)
  • Update actions/setup-go from v6 to v7. (#337)

Full changelog: v1.4.1...v1.4.2