v.3.3.8

assafelovic/gpt-researcherv.3.3.8Dec 14, 2025by assafelovic

AI Summary

Performance improvements release with configurable rate limiting, deployment fixes, and enhanced error handling.

Key Highlights

  • Configurable rate limiting for all scraper backends
  • Fixed Firecrawl scraper AttributeError
  • CLI output format control flags for selective report generation
  • Railway deployment dependency fixes
  • Improved error handling with better messages and logging

New Features

  • Configurable rate limiting
  • CLI output format control
  • Improved error handling

Full Release Notes

## What's Changed
* Add configurable rate limiting for all scraper backends by @0xsalt in https://github.com/assafelovic/gpt-researcher/pull/1550
* Fix: Firecrawl scraper fails with 'scrape_url' AttributeError - Issue #1551 by @0xsalt in https://github.com/assafelovic/gpt-researcher/pull/1552
* Add output format control flags to CLI for selective report generation by @0xsalt in https://github.com/assafelovic/gpt-researcher/pull/1553
* Fix Railway deployment: Add missing dependencies from LangChain migration by @kga245 in https://github.com/assafelovic/gpt-researcher/pull/1555
* feat: improve error handling with better messages and logging by @Bolajiadesina in https://github.com/assafelovic/gpt-researcher/pull/1562
* fix: extract domain filter UI into DomainFilter component by @PriscaAmajuoyi in https://github.com/assafelovic/gpt-researcher/pull/1564
* fix: Add request_timeout to OpenRouter provider to prevent indefinite hangs by @sondrealf in https://github.com/assafelovic/gpt-researcher/pull/1565
* fix: avoid double .docx extension in multi_agents write_md_to_word by @Bolajiadesina in https://github.com/assafelovic/gpt-researcher/pull/1567
* chore: align multi_agents write_to_file with backend UTF-8 handling by @PriscaAmajuoyi in https://github.com/assafelovic/gpt-researcher/pull/1568
* fix: resolve markdown→pdf css path from backend module by @Bolajiadesina in https://github.com/assafelovic/gpt-researcher/pull/1573

## New Contributors
* @0xsalt made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1550
* @Bolajiadesina made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1562
* @PriscaAmajuoyi made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1564
* @sondrealf made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1565

**Full Changelog**: https://github.com/assafelovic/gpt-researcher/compare/v.3.3.7...v.3.3.8