Skip to content

Version 4.1.0

Compare
Choose a tag to compare
@jadchaar jadchaar released this 09 May 04:47
· 27 commits to master since this release

New

  • HTTP connections are now re-used when possible (using httpx.Client()) to improve download performance.

Fixed

  • Requests are now retried at most 5 times if a request fails. This should solve the 500 Server Errors that some users are experiencing when downloading a large number of filings.

Changed

  • Replaced the internal requests package with httpx, a more modern and performant alternative.