| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-20 | 544 Bytes | |
| v1.4.2 source code.tar.gz | 2026-08-20 | 151.2 kB | |
| v1.4.2 source code.zip | 2026-08-20 | 545.8 kB | |
| Totals: 3 Items | 697.6 kB | 0 | |
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: https://github.com/mmcdole/gofeed/compare/v1.4.1...v1.4.2