Skip to content

1.9.3

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Aug 05:56
ac6ebad

1.9.3 (2026-08-24)

🐛 Bug Fixes

  • sitemaps: Allow Sitemap.from_xml_string to opt into enqueue host filtering (#2162) (a3c20c1) by @aryansk
  • playwright: Scope custom request headers to the navigation request (#2173) (6f0eff4) by @vdusek
  • throttling-manager: Normalize configured domains the same way as crawled hostnames (#2157) (eb91fa7) by @Mantisus
  • throttling-manager: Stop holding a concurrency slot while a domain is throttled (#2176) (5c1fa09) by @Mantisus
  • throttling-manager: Open the per-domain sub-queues on first use instead of on insert (#2177) (991502f) by @Mantisus
  • httpx: Scope cookies to the session and origin on every request (#2179) (fbecef1) by @Mantisus