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-gofrom v6 to v7. (#337)
Full changelog: v1.4.1...v1.4.2