- Added logic to retry on ConnectionError (#21)
- Added logic to retry on
BrokenPipeError
(#19) - Removed support for Python 3.6 and added for 3.11 (#20)
- Added support for Python 3.10 (#16)
- Made encoding keyword backward compatible (#8)
- Added badges and updated supported Python versions (#12)
- Propagated the parameter encoding (#5)
- Moved to github.com
- Moved reconnecting_ftp.py to a module directory
- Client reconnects on EOFError