Version 4.1.0
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 Error
s that some users are experiencing when downloading a large number of filings.
Changed
- Replaced the internal
requests
package withhttpx
, a more modern and performant alternative.