Skip to content

Version 4.2.0

Compare
Choose a tag to compare
@jadchaar jadchaar released this 20 May 02:12
· 25 commits to master since this release

New

  • The httpx package has been replaced by requests to enable the use of an exponential backoff retry mechanism to help alleviate 403 Forbidden errors some users are seeing. A request to sec.gov will be retried at most 10 times (with an exponential backoff applied to each request) before failing.
  • A random User-Agent string is now included in the headers of each GET and POST request to sec.gov, rather than per session.