--------------------- - Fido is daemonization-safe with a solution similar to the one on crochet (reactor is not initialized at fido import time, see https://github.com/itamarst/crochet/issues/45). Forking is still discouraged.
3.2.0
--------------------- - Fido is python 3 ready. - Bytes are required for body now. - User agent must be passed as any other header to fetch()
3.1.0
--------------------- - Don't send content-type='application/json' by default anymore.
3.0.0
--------------------- - Fido twisted client redesigned by the book (Twisted Network Programming Essentials). - Fix CRITICAL :: twisted - Unhandled error in Deferred. - Fix use of crochet library handling the reactor thread (run_in_reactor and EventualResult). - Drop concurrent.futures in favor of crochet EventualResult. - Improved handling of timeout errors and exceptions in reactor thread. - Increased test coverage and documentation.
2.1.4
--------------------- - Don't unnecessarily constrain the version of twisted when not using python 2.6.
2.1.3
--------------------- - Remove content-length when using FileBodyProducer