Skip to content

Releases: saghul/evergreen

evergreen 0.2.0

30 Aug 19:07
Compare
Choose a tag to compare
  • Revert "Don't allow futures to be used more than once"
  • Break potential cycle because we are storing the traceback
  • Fixed passing traceback when propagating exception to MAIN parent
  • Process all callbacks using an Idle handle
  • Replaced use of Future in io module for Result
  • Don't wait for send operation to complete in UDPEndpoint
  • Always run tests from the right directory
  • Fix UDP test case on Windows
  • Added flush() method to UDPEndpoint and Stream objects
  • Cache sockname and peername properties

evergreen 0.1.0

12 Aug 21:17
Compare
Choose a tag to compare
  • Added initial UDP support
  • Use fibers instead of greenlet
  • Make event loop API a bit more tulip-ish
  • Added logging for certain exceptions in futures
  • Don't allow futures to be used more than once
  • Removed Future.running
  • Removed empty TODO file
  • Updated documentation